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

README.md: Add TODO
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alan Orth 2020-12-17 20:44:25 +02:00
parent 2707cb37d5
commit 428172854d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -109,11 +109,13 @@ The item id is the *internal* UUID for an item. You can get these from the stand
- Better logging - Better logging
- Version API (or at least include a /version endpoint?) - Version API (or at least include a /version endpoint?)
- Probably use /status with a version in the response
- 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` - 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... - Facet on owningComm and owningColl
- Add Swagger with OpenAPI 3.0.x with [falcon-swagger-ui](https://github.com/rdidyk/falcon-swagger-ui)
## License ## License
This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html). This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).