roda icon indicating copy to clipboard operation
roda copied to clipboard

Ingest job report could expose if SIP is update

Open luis100 opened this issue 2 years ago • 0 comments

It would be very convinient to identify if an ingest related to a SIP create or update. This information is already available in the SIP information object of the job report: https://github.com/keeps/roda/blob/master/roda-core/roda-core/src/main/java/org/roda/core/plugins/plugins/ingest/EARKSIPToAIPPluginUtils.java#L110

But it is not presented in the web interface nor it is indexed. Also, possibly it is not on the persisted model. It would be very convinient to identify if it is a create or an update for management tasks, specific to deal with failures.

luis100 avatar Jul 18 '22 08:07 luis100