README.md: Add TODO about SolrClient

SolrClient works, but hasn't been updated in some time and this is
starting to cause issues with some of its dependencies (kazoo). We
can probably get by with using Python requests library and getting
JSON directly from Solr.
This commit is contained in:
Alan Orth 2019-02-19 13:54:34 -08:00
parent 7add0d6164
commit d56a3420f7
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ The item id is the *internal* id for an item. You can get these from the standar
- 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)
- Migrate away from SolrClient dependency
- Switch to [Python 3.6+ f-string syntax](https://realpython.com/python-f-strings/)
## License