|
|
1dc7d94785
|
refactor!: moved quest::error::QuestError to crate::error::Error
|
2025-12-01 17:15:08 +03:00 |
|
|
|
78da6dde05
|
feat!: Added several fields to Quest struct
- Added field public
- Added optional field available_on
- Added optional field deadline
- Updated tests and CLI to use these fields
|
2025-12-01 13:26:38 +03:00 |
|
|
|
96235086d7
|
test: fixed crud test
|
2025-11-29 14:46:42 +03:00 |
|
|
|
f5180a559b
|
test: Quests Create/Read/Update/Delete
|
2025-11-28 21:39:06 +03:00 |
|
|
|
01d3755ea6
|
test!: Moved tests/src to tests/main to allow several commits
|
2025-11-28 21:08:30 +03:00 |
|
|
|
94d771107d
|
test: Initial unit testing
- Test quests vector loading
- Test default quest on empty fields
- Test correct quest
- Fixed config paths handling
|
2025-11-28 17:00:17 +03:00 |
|