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
1 changed files with 1 additions and 0 deletions

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
- Version API
- Use JSON in PostgreSQL
- Make community and collection stats available
- Switch to [Python 3.6+ f-string syntax](https://realpython.com/python-f-strings/)
## License