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

README.md: Update TODO

I think it might be possible to compute community and collection
statistics from Solr and make them available at new endpoints:

  - /communities
  - /community/id
  - /collections
  - /collection/id
This commit is contained in:
Alan Orth 2019-01-16 09:59:29 +02:00
parent c95a98dd2d
commit c7f95f0b60
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -85,6 +85,7 @@ The item id is the *internal* id for an item. You can get these from the standar
- Better logging - Better logging
- Version API - Version API
- Use JSON in PostgreSQL - Use JSON in PostgreSQL
- Make community and collection stats available
- Switch to [Python 3.6+ f-string syntax](https://realpython.com/python-f-strings/) - Switch to [Python 3.6+ f-string syntax](https://realpython.com/python-f-strings/)
## License ## License