MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

Add a more accurate message to the "Is Valid" field when a job did not include validation #457

Closed richardcadler closed 4 years ago

richardcadler commented 4 years ago

Currently a job shows 'True' when all records have validated, which is good. But it also shows 'True' if there were >0 records in the job but validation was skipped. This could lead to confusion about the (un)validated status of records in that job.

So in the latter case it would be better to have the field display something like "Undetermined" or "Validation not run." (But not "unvalidated" because that might imply there's a validation problem when that's actually not been determined yet.)

antmoth commented 4 years ago

I believe this is actually fixed in dev/on staging.

image