From ac5446e4f546c7371c7852f05d8af1e80acc24ba Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 31 Mar 2019 22:33:28 +0200 Subject: [PATCH] [skip ci] update todo --- Featurecreep.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Featurecreep.md b/Featurecreep.md index 9d326f0a..67ab4f66 100644 --- a/Featurecreep.md +++ b/Featurecreep.md @@ -172,6 +172,8 @@ Sorry for some of them being in German, I'll tranlate them at some point. * [ ] Debian package should have a service file * [ ] Downloads should be served via nginx (with theme?), minio should only be used for pushing artifacts. * [ ] User struct should have a field for the avatar url (-> gravatar md5 calculated by the backend) +* [ ] 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. ### Refactor