From 8d76280811951deb27be7c0a0412449c5434c197 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 21 Jul 2019 23:53:04 +0200 Subject: [PATCH] [skip ci] updated todo --- Featurecreep.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Featurecreep.md b/Featurecreep.md index 6523bef0000..89eca9747fe 100644 --- a/Featurecreep.md +++ b/Featurecreep.md @@ -156,12 +156,10 @@ Sorry for some of them being in German, I'll tranlate them at some point. * [x] Bindata for templates * [x] User struct should have a field for the avatar url (-> gravatar md5 calculated by the backend) * [x] Middleware to have configurable rate-limiting per user -* [ ] Endpoint to get all possible rights with description and code +* [ ] Colors for lists and namespaces -> Up to the frontend to implement these * [ ] Reminders via mail * [ ] Be able to "really" delete the account -> delete all lists and move ownership for others * [ ] Deprecate /namespaces/{id}/lists in favour of namespace.ReadOne() <-- should also return the lists -* [ ] Colors for lists and namespaces -> Up to the frontend to implement these -* [ ] Create tasks from a text/markdown file (maybe frontend only) * [ ] All `ReadAll` methods should return the number of items per page, the number of items on this page, the total pages and the items -> Check if there's a way to do that efficently. Maybe only implementing it in the web handler. * [ ] Move lists between namespaces -> Extra endpoint @@ -310,6 +308,7 @@ Sorry for some of them being in German, I'll tranlate them at some point. * [ ] "Smart Lists", filtered lists, saved in some kind of pseudonamespace * [ ] Global and per list * [ ] Automate everything "If this event happens, do this" +* [ ] Bulk-create lists/tasks -> needed for importer * [ ] Importer (maybe frontend only) * [ ] Trello * [ ] Wunderlist @@ -322,6 +321,8 @@ Sorry for some of them being in German, I'll tranlate them at some point. * [ ] Any.do * [ ] Good ol' Caldav (Tasks) * [ ] ClickUp + * [ ] A markdown file like this one + * [ ] Vikunja json export * [ ] More auth providers * [ ] LDAP/AD * [ ] Kerberos