[skip ci] update todo

This commit is contained in:
kolaente 2019-09-20 18:45:28 +02:00
parent 2f267f3f68
commit 1e2ec17343
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 7 additions and 0 deletions

View File

@ -214,6 +214,13 @@ Sorry for some of them being in German, I'll tranlate them at some point.
* [ ] Attachments
* [ ] Related tasks -> settable with a "kind" of relation like blocked, subtask, or just related or so
* [ ] Should be possible to relate tasks which are not in the same list
* New Struct for the relation
* Endpoint to get all full related tasks for a task
* When using task.ReadOne() or ReadAll() only get the relation kind + title etc, not everything
* Only check if the user has the right to see the task when creating it, not when viewing it -> put a warning in frontend
* Relation Kinds (for now): Subtask/Parent Task (from subtask, no extra relation), Related, later also Blocked/Blocking
* Should also be possible to create a new task with relations directly
* For everything else dedicated endpoints to manage relations
* [ ] Percent done - For now just a float, may later depend on how many sub tasks are done or so
* [ ] Move tasks between lists
* [ ] "Status" field for things like "New", "In Progress", "Done", etc (customizable statuses)