Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mechanism for removing/unpublishing records #7

Open
CrispinF opened this issue Aug 22, 2024 · 0 comments
Open

Mechanism for removing/unpublishing records #7

CrispinF opened this issue Aug 22, 2024 · 0 comments

Comments

@CrispinF
Copy link

The mechanisms for submitting records do not provide any way of removing records once added, as far as I can tell.

Two scenarios where this is required are
a) records that must be removed for some reason (e.g. records that should never have been published in the first place) - this is rare, but can be urgent, requiring action within hours; and
b) records that are deleted/deprecated in the source dataset; this is less urgent.

For the 'External API Harvesting' approach (that will be used by the majority of HERs) this could be achieved by:
i) re-fetching the entire HER dataset at regular intervals (e.g. every day or couple of days). This addresses both scenarios, if it can be done frequently enough.
ii) adding a method to the HER APIs for retrieving a list of records that should not be published; where any of these exist in the Heritage Gateway dataset they would then be removed. This addresses scenario (a), but not necessarily (b) so solution (i) would also be needed, though the repeat interval could be larger.
These solutions maintain the advantage that the process is fully automated, with the HER needing only to manage their own records.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant