From 2bcd6e9cb6a0e55931016a995333fbe3ba194ea0 Mon Sep 17 00:00:00 2001 From: konrad Date: Sun, 24 Feb 2019 18:35:25 +0100 Subject: [PATCH] [skip ci] updated todo --- Featurecreep.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Featurecreep.md b/Featurecreep.md index e8c8d4eb..3b9d9e9d 100644 --- a/Featurecreep.md +++ b/Featurecreep.md @@ -176,6 +176,9 @@ Sorry for some of them being in German, I'll tranlate them at some point. * [x] Things like list/task order should use queries and not url params * [x] Fix lint errors * [ ] Reminders should use an extra table so we can make reverse lookups aka "give me all tasks with reminders in this period" which we'll need for things like email reminders notifications +* [ ] Teams and users should also have uuids (for users these can be the username) +* [ ] When giving a team or user access to a list/namespace, they should be reffered to by uuid, not numeric id +* [ ] Adding users to a team should also use uuid ### Linters