feat: tasks manual reordering

This commit is contained in:
2023-09-02 11:22:01 -06:00
parent 1c2b0bb9d9
commit d44959f91e
8 changed files with 219 additions and 88 deletions

View File

@ -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"`