ColonelSanderson / as_history

An ArchivesSpace plugin that adds the ability to track the history of updates to records

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

as_history

Developed by Hudson Molonglo in collaboration with GAIA Resources and Recordkeeping Innovation as part of the Queensland State Archives Digital Archiving Program.

AppConfig[:as_history] = {
  :models_with_history => [
                          'Repository',
                          'Accession',
                          'Resource',
                          'ArchivalObject',
                          'DigitalObject',
                          'DigitalObjectComponent',

                          'AgentPerson',
                          'AgentCorporateEntity',
                          'AgentFamily',
                          'AgentSoftware',
                         ]
}

About

An ArchivesSpace plugin that adds the ability to track the history of updates to records

License:Other


Languages

Language:Ruby 37.8%Language:HTML 34.3%Language:JavaScript 21.7%Language:CSS 6.2%