The Purpose of this fork is to ensure stability in the NYULibraries archivesspace implementation while the upstream library at https://github.com/hudmol/asck is in an unstable state. If you would like to open an issue, or use the asck plugin, please refer upstream.
This fork will be left as-is for now, to maintain functionality between asck and archivesspace 2.3.x.* ** asck - ArchivesSpace Data Checker plugin
This plugin introduces a new background job that checks the data in an ArchivesSpace instance. It reports on the number of records found and how many are invalid or throw errors.
Enable the plugin by editing the file in config/config.rb:
AppConfig[:plugins] = ['some_plugin', 'asck']
It goes through all ASModels that have a corresponding JSONModel and attempts to validate each record it finds.