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
This commit is contained in:
parent
96235086d7
commit
78da6dde05
4 changed files with 60 additions and 6 deletions
|
|
@ -6,3 +6,4 @@ reward = 100
|
|||
name = "Example easy quest"
|
||||
description = "Answer this quest without any attachments or comments"
|
||||
answer = "Accept the answer if it has no attachments and an empty comment"
|
||||
public = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue