From 37e4aa9c4f277c9d9fae9aac0f02e42f6bf630de Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 25 May 2019 10:31:12 +0200 Subject: [PATCH] [skip ci] --- Featurecreep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Featurecreep.md b/Featurecreep.md index 9bb4fea1a5..3c74579c38 100644 --- a/Featurecreep.md +++ b/Featurecreep.md @@ -215,7 +215,7 @@ Sorry for some of them being in German, I'll tranlate them at some point. * [x] Fix lint errors * [x] Add settings for max open/idle connections and max connection lifetime * [x] 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) +* [x] 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 * [ ] Check if the team/user really exist before updating them on lists/namespaces