sul-dlss / was-registrar-app

Rails app to organize downloaded web archiving data and trigger preassembly/accessioning when appropriate
0 stars 0 forks source link

Audit Archive-It collections that aren't in WRA #504

Closed lwrubel closed 2 years ago

lwrubel commented 2 years ago

Some older completed collections were created in Archive-It and never managed via WRA. Adjust the audit service so that these can be audited and potentially remediated.

justinlittman commented 2 years ago

Currently the audit rake task gets most of the parameters required to invoke an audit from a Collection AR object: https://github.com/sul-dlss/was-registrar-app/blob/main/lib/tasks/audit.rake#L7-L11

For this ticket, a version of the rake task should be created so that these parameters can be provided when invoking the rake task (so that a Collection AR object is not needed).