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 about checking IDs in the database

Theoretically some items could be deleted and we should remove them
from the database.
This commit is contained in:
Alan Orth 2019-04-04 18:33:45 +03:00
parent fd46041698
commit 18e1e1a227
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -94,6 +94,7 @@ The item id is the *internal* id for an item. You can get these from the standar
- 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/)
- Check IDs in database to see if they are deleted...
## License
This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).