Difference between revisions of "Tests: Approve and store AIP"

From Archivematica
Jump to navigation Jump to search
 
Line 1: Line 1:
 
[[Main Page]] > [[Development]] > [[:Category:Development documentation|Development documentation]] > [[Testing]] > Tests: Approve and store AIP
 
[[Main Page]] > [[Development]] > [[:Category:Development documentation|Development documentation]] > [[Testing]] > Tests: Approve and store AIP
  
*AIP appears in dashboard with a bell icon and a description that reads: "If desired, review normalized files and any other content. Click "Approve" to move the AIP into archival storage."
+
*AIP appears in dashboard with a bell icon to the left of it.
 +
*Tooltip box reads "If desired, review normalized files and any other content. Click "Approve" to move the AIP into archival storage."
 
*User can open the AIP by clicking <u>Open directory</u> in the dashboard.
 
*User can open the AIP by clicking <u>Open directory</u> in the dashboard.
 
*AIP is now a zipped package: <UUID>.zip
 
*AIP is now a zipped package: <UUID>.zip
*At the top level, the AIP consists of a data directory and the following text files:
+
*At the top level, the AIP consists of a ''/data'' directory and the following text files:
 
**''bag-info.txt''
 
**''bag-info.txt''
 
**''bagit.txt''
 
**''bagit.txt''
 
**''manifest-md5.txt''
 
**''manifest-md5.txt''
 
**''tagmanifest-md5.txt''
 
**''tagmanifest-md5.txt''
*The data directory contains the following subdirectories:
+
*The ''/data'' directory contains the following subdirectories:
 
**''/logs''
 
**''/logs''
 
**''/logs/fileMeta''
 
**''/logs/fileMeta''
 
**''/metadata''
 
**''/metadata''
 
**''/objects''
 
**''/objects''
*The data directory includes a ''METS.xml'' file
+
*The ''/data'' directory includes a ''METS.xml'' file.
 +
*The ''/data'' directory includes a ''checksum.sha256'' file

Latest revision as of 19:07, 2 February 2011

Main Page > Development > Development documentation > Testing > Tests: Approve and store AIP

  • AIP appears in dashboard with a bell icon to the left of it.
  • Tooltip box reads "If desired, review normalized files and any other content. Click "Approve" to move the AIP into archival storage."
  • User can open the AIP by clicking Open directory in the dashboard.
  • AIP is now a zipped package: <UUID>.zip
  • At the top level, the AIP consists of a /data directory and the following text files:
    • bag-info.txt
    • bagit.txt
    • manifest-md5.txt
    • tagmanifest-md5.txt
  • The /data directory contains the following subdirectories:
    • /logs
    • /logs/fileMeta
    • /metadata
    • /objects
  • The /data directory includes a METS.xml file.
  • The /data directory includes a checksum.sha256 file