Difference between revisions of "Improvements/Reporting"

From Archivematica
Jump to navigation Jump to search
Line 10: Line 10:
  
 
== Development tasks ==
 
== Development tasks ==
*Rebase search dev PR
+
*Rebase search dev PR - done
*Evaluate if this allows us to remove tastypie in favour of Django REST framework (yes/no/maybe?/both)
+
*Evaluate if this allows us to remove tastypie in favour of Django REST framework (yes/no/maybe?/both) - done, answer is both
 
*Combine METS reader/writer work
 
*Combine METS reader/writer work
 
*Modify / make new PR
 
*Modify / make new PR

Revision as of 16:55, 16 October 2017

Synopsis

This project is being sponsored by UCLA Library and NYPL Special Collections but more collaborators are welcome! Please get in touch on the community user forum.

Archivematica is designed to be very AIP-centric but users want to be able to access common files (commonalities could include file type, date ingested, tools used to generate metadata, or other) across AIPs. For example, a user might want to know how many PDFs were ingested across all AIPs between January and June of 2017. Alternatively, a user might want to run a file identification report before creating a SIP that identifies file types as a form of high-level analysis or scan of what is contained in the transfer.

To start, the goal of this project is to be able to query the Archivematica database to locate the total number of files in the storage service by its PRONOM fmt/id.

User story

As a repository manager I want to be able to search across AIPs to locate how many of a certain file type I have. Ideally, I'd like to be able to narrow my search using date or other parameters.

Development tasks

  • Rebase search dev PR - done
  • Evaluate if this allows us to remove tastypie in favour of Django REST framework (yes/no/maybe?/both) - done, answer is both
  • Combine METS reader/writer work
  • Modify / make new PR
  • Evaluate if search branch is able to answer the clients’ PRONOM questions:
    • How many files do I have in a PRONOM fmt/id?
      • that were ingested between date1 and date2?
  • Produce sample input (CURL command) and output (JSON response)