[skip ci] update todo

This commit is contained in:
kolaente 2019-03-31 22:33:28 +02:00
parent a799527a3c
commit ac5446e4f5
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -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