From 18e1e1a2271a8ea416054b9204cc28d4615acba8 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 4 Apr 2019 18:33:45 +0300 Subject: [PATCH] README.md: Add TODO about checking IDs in the database Theoretically some items could be deleted and we should remove them from the database. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1711df0..35719b0 100644 --- a/README.md +++ b/README.md @@ -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).