sul-dlss / argo

The administrative discovery interface for Stanford's Digital Object Registry
Other
21 stars 5 forks source link

Add "Error" to columns in report view #888

Open blalbrit opened 8 years ago

blalbrit commented 8 years ago

add a column in the report view for error message text, if the object is currently in an error state, display the text of the error message in the report.

From "wf_error_ssim" in solr, e.g.,

"wf_error_ssim": [ "accessionWF:technical-metadata:content dir not found for 'SC0122_1998-144_b01_Academics_0151.tif' when searching '/dor/workspace/bc/272/cn/5029/bc272cn5029/content'" ] It may be multi-valued...show as list?

andrewjbtw commented 4 years ago

I think the multi-value question here is what to do if an item has an error in more than one workflow step. We could go with the behavior on the Argo item and search results page, which is to show only one of the errors. I'm not sure how that logic is set up right now.

Alternatively, we could look at creating a report format specifically for errors. This seems different than some other reports view use cases.