1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 14:25:01 +01:00

README.md: Add TODO note about sorting by views or downloads

This commit is contained in:
Alan Orth 2020-09-24 11:53:23 +03:00
parent 6ff95bb5f2
commit c4bf8bf698
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -93,6 +93,7 @@ The item id is the *internal* uuid for an item. You can get these from the stand
- Version API - Version API
- Use JSON in PostgreSQL - Use JSON in PostgreSQL
- Add top items endpoint, perhaps `/top/items` or `/items/top`? - Add top items endpoint, perhaps `/top/items` or `/items/top`?
- Actually we could add `/items?limit=10&sort=views`
- Make community and collection stats available - Make community and collection stats available
- Check IDs in database to see if they are deleted... - Check IDs in database to see if they are deleted...