MI-DPLA / combine

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

Allow new validations for a Job "in-place", without running new Job #198

Closed ghukill closed 6 years ago

ghukill commented 6 years ago

As with re-indexing which has been recently implemented, allow for new / different validations to be run for a Job without creating a new Job.

Validations are slightly more tied to the Job and its Records than the index:

but that's about it that is directly tied. A Job is determined valid dynamically on load from the absence of validation failures, which would continue to work.

Questions for running new validations for a Job:

ghukill commented 6 years ago

Finis!