feat: tasks manual reordering
This commit is contained in:
@ -15,6 +15,7 @@ type Project struct {
|
||||
Label string `json:"label"`
|
||||
Description string `json:"description"`
|
||||
Tasks map[TaskID]Task `json:"tasks"`
|
||||
Ordering []TaskID `json:"ordering"`
|
||||
Params Params `json:"params"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
UpdatedAt time.Time `json:"updatedAt"`
|
||||
|
Reference in New Issue
Block a user