update todo
All checks were successful
the build was successful

This commit is contained in:
kolaente 2019-02-28 08:17:35 +01:00
parent d813e35bd7
commit 657dc96ab3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

20
todo.md
View File

@ -77,6 +77,9 @@
* [x] Einzelne Teams ansehbar
* [x] In den Teams, in denen der Nutzer admin ist, Bearbeitung ermöglichen
* [x] Löschen ermöglichen
* [x] Subtasks
* [x] Start/Enddatum für Tasks
* [x] Tasks in time range
* [ ] Search everything
* [ ] Lists
* [ ] Tasks
@ -86,15 +89,17 @@
* [ ] Users with access to a namespace
* [ ] Teams with access to a list
* [ ] Teams with access to a namespace
* [x] Subtasks
* [x] Start/Enddatum für Tasks
* [x] Tasks in time range
* [ ] Priorities
* [ ] Sachen mit hoher Prio irgendwie hervorheben (rotes Dreieck zb)
* [ ] Listen Kopieren
* [ ] "Move to Vikunja" -> Migrator von Wunderlist/todoist/etc
* [ ] Assignees
* [ ] Labels
* [ ] Timeline/Calendar view -> Dazu tasks die in einem Bestimmten Bereich due sind, macht dann das Frontend
## Other features
* [ ] Copy lists
* [ ] "Move to Vikunja" -> Migrator von Wunderlist/todoist/etc
## Refactor
* [x] Move everything to models
@ -103,15 +108,12 @@
* [ ] Refactor team sharing to not make a new request every time something was changed
* [ ] Team sharing should be able to search for a team instead of its ID, like it's the case with users
* [ ] Dropdown for rights
* [x] Fix the first request afer login being made with an old token. Possible workaround may be to just make a
request into the void, before doing anything else, and repeating that until it succeeds.
* [x] Fix the first request afer login being made with an old token
## Waiting for backend
* [ ] Assignees
* [ ] In und Out webhooks, mit Templates vom Payload
* [ ] "Smart Lists", Listen nach bestimmten Kriterien gefiltert -> nur UI?
* [ ] "Performance-Statistik" -> Wie viele Tasks man in bestimmten Zeiträumen so geschafft hat etc
* [ ] Activity Feed, so à la "der und der hat das und das gemacht etc"
* [ ] Attachments for tasks
* [ ] Labels