[skip ci] update todo
This commit is contained in:
parent
208eb4e68c
commit
5d3e169883
1 changed files with 9 additions and 3 deletions
|
@ -184,6 +184,7 @@ Sorry for some of them being in German, I'll tranlate them at some point.
|
||||||
* [x] Less files, but with some kind of logic
|
* [x] Less files, but with some kind of logic
|
||||||
* [x] Have extra functions for logging to call so it is possible to call `log.Info` instead of `log.Log.Info`
|
* [x] Have extra functions for logging to call so it is possible to call `log.Info` instead of `log.Log.Info`
|
||||||
* [ ] `GetUserByID` and the likes should return pointers
|
* [ ] `GetUserByID` and the likes should return pointers
|
||||||
|
* [ ] `ListTask` should be just `Task`
|
||||||
|
|
||||||
### Linters
|
### Linters
|
||||||
|
|
||||||
|
@ -211,7 +212,7 @@ Sorry for some of them being in German, I'll tranlate them at some point.
|
||||||
* [x] "One endpoint to rule them all" -> Array-addable
|
* [x] "One endpoint to rule them all" -> Array-addable
|
||||||
* [x] Description should be longtext
|
* [x] Description should be longtext
|
||||||
* [ ] Attachments
|
* [ ] Attachments
|
||||||
* [ ] Related tasks -> settable with a "kind" of relation like blocked, or just related or so
|
* [ ] Related tasks -> settable with a "kind" of relation like blocked, subtask, or just related or so
|
||||||
* [ ] Percent done - For now just a float, may later depend on how many sub tasks are done or so
|
* [ ] Percent done - For now just a float, may later depend on how many sub tasks are done or so
|
||||||
* [ ] Move tasks between lists
|
* [ ] Move tasks between lists
|
||||||
* [ ] "Status" field for things like "New", "In Progress", "Done", etc (customizable statuses)
|
* [ ] "Status" field for things like "New", "In Progress", "Done", etc (customizable statuses)
|
||||||
|
@ -228,6 +229,9 @@ Sorry for some of them being in German, I'll tranlate them at some point.
|
||||||
* The broker has a list of subscribed users
|
* The broker has a list of subscribed users
|
||||||
* It then checks who is allowed to the see the event it recieved and sends it
|
* It then checks who is allowed to the see the event it recieved and sends it
|
||||||
* [ ] Being able to define filters for notifications or turn them silent completely -> Probably frontend only
|
* [ ] Being able to define filters for notifications or turn them silent completely -> Probably frontend only
|
||||||
|
* [ ] Settings for which notifications to recieve over which channel
|
||||||
|
* [ ] Different time-based filters
|
||||||
|
* [ ] Subscriptions to tasks or whole project/namespace
|
||||||
|
|
||||||
### More server settings
|
### More server settings
|
||||||
|
|
||||||
|
@ -283,11 +287,12 @@ Sorry for some of them being in German, I'll tranlate them at some point.
|
||||||
* [ ] Export all data from Vikunja to json (related: `dump` cli command)
|
* [ ] Export all data from Vikunja to json (related: `dump` cli command)
|
||||||
* [ ] Per user and for the whole instance
|
* [ ] Per user and for the whole instance
|
||||||
* [ ] Watch a (n internal) list -> Will get notification for everything
|
* [ ] Watch a (n internal) list -> Will get notification for everything
|
||||||
* [ ] Archive a task instead of deleting
|
* [ ] Archive a task/project/namespace instead of deleting
|
||||||
* [ ] Task dependencies
|
* [ ] Task dependencies
|
||||||
* [ ] Time tracking (possible plugin)
|
* [ ] Time tracking (possible plugin)
|
||||||
* [ ] IFTTT
|
* [ ] IFTTT
|
||||||
* [ ] Task automation: Being able to create own flows "if this event is fired, do this" and so on
|
* [ ] Task automation: Being able to create own flows "if this event is fired, do this" and so on
|
||||||
|
* [ ] User online status
|
||||||
* [ ] More sharing features (all of these with the already existing permissions)
|
* [ ] More sharing features (all of these with the already existing permissions)
|
||||||
* [ ] Invite users per mail
|
* [ ] Invite users per mail
|
||||||
* [ ] Share a link with/without password
|
* [ ] Share a link with/without password
|
||||||
|
@ -296,8 +301,9 @@ Sorry for some of them being in German, I'll tranlate them at some point.
|
||||||
* [ ] Summary of tasks to do in a configurable interval (every day/week or so)
|
* [ ] Summary of tasks to do in a configurable interval (every day/week or so)
|
||||||
* [ ] Disable/enable task fields in a list
|
* [ ] Disable/enable task fields in a list
|
||||||
* [ ] With inheritence from namespaces
|
* [ ] With inheritence from namespaces
|
||||||
* [ ] Custom statuses for tasks, configurable in the list settings
|
* [ ] Custom statuses for tasks and projects, configurable in the list settings
|
||||||
* [ ] With inheritence from namespaces
|
* [ ] With inheritence from namespaces
|
||||||
|
* [ ] Project start/end/deadline dates
|
||||||
* [ ] Better filters
|
* [ ] Better filters
|
||||||
* [ ] by lables
|
* [ ] by lables
|
||||||
* [ ] Due dates
|
* [ ] Due dates
|
||||||
|
|
Loading…
Reference in a new issue