How dspace batch metadata edit is safe from producing data inconsistencies?

63 views Asked by At

I wonder how is handled batch metadata edit in dspace, such that data inconsistency is avoided.

More specifically, let's say that I have an item that is archived. but still in the review workflow.

Let's say someone is reviewing the metadata of an item, while a batch edit is being done by someone else.

I wonder what happens in that case.

Indeed, this person will have a page with some metadata value that will be changed in the background.

What happens when that person save the item? Does it erase the operation of the batch edit?

I need to implement a functionality similar to the batch edit, that is, an operation that will change some record on the background from time to time. It has to do with Taxonomy management. Hence, I wonder what are my options to update item metadata values in the background, such that is does not interfere with eventually item that are being reviewed.

1

There are 1 answers

2
schweerelos On

I'm not sure that there are safeguards in place for this type of scenario. Is it an option to run the background work outside of reviewers' work hours? Or would it be an option for you to do your background work as a curation task hooked into the review workflow?