chore: add 'done' field to quests
This commit is contained in:
@@ -156,6 +156,7 @@ type TextData struct {
|
||||
type QuestData struct {
|
||||
Title string `json:"title"`
|
||||
Description string `json:"description"`
|
||||
Done bool `json:"done"`
|
||||
Status *string `json:"status"`
|
||||
AssignedTo *string `json:"assigned_to,omitempty"` // email
|
||||
DueDate *string `json:"due_date,omitempty"` // ISO date string
|
||||
|
||||
Reference in New Issue
Block a user