README.md: Add TODO about top items endpoint

This might be something useful that would be trivial to provide from
the data we already have in PostgreSQL.
This commit is contained in:
Alan Orth 2019-02-10 14:20:09 +02:00
parent c86bec4d8f
commit 7add0d6164
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ The item id is the *internal* id for an item. You can get these from the standar
- Better logging
- Version API
- Use JSON in PostgreSQL
- Add top items endpoint, perhaps `/top/items` or `/items/top`?
- Make community and collection stats available
- Support [DSpace 6 UUIDs](https://jira.duraspace.org/browse/DS-1782)
- Switch to [Python 3.6+ f-string syntax](https://realpython.com/python-f-strings/)