Difference between revisions of "Improvements"
Jump to navigation
Jump to search
(Added a new page for Appraisal tab) |
(Add categories, move migrations to completed) |
||
Line 1: | Line 1: | ||
This page is intended to list possible new features, enhancements, and other improvements to any of the code used in an Archivematica based digital preservation system. | This page is intended to list possible new features, enhancements, and other improvements to any of the code used in an Archivematica based digital preservation system. | ||
− | + | == Proposed == | |
* [[Improvements/Disk_Image_Preservation|Disk Image Preservation]] | * [[Improvements/Disk_Image_Preservation|Disk Image Preservation]] | ||
− | + | ** improve disk image handling to better manage different file systems | |
* [[Improvements/Islandora|Islandora integration]] | * [[Improvements/Islandora|Islandora integration]] | ||
− | + | ** current status of Islandora implementation and proposed improvements | |
* [[Improvements/rpm|CentOS/RedHat support]] | * [[Improvements/rpm|CentOS/RedHat support]] | ||
− | + | ** ability to run Archivematica on an rpm based version of linux | |
* [[Improvements/devdocs| Developer Focused Documentation]] | * [[Improvements/devdocs| Developer Focused Documentation]] | ||
− | + | ** improve documentation for developers integrating with Archivematica | |
* [[Improvements/aippackage| AIP Packaging]] | * [[Improvements/aippackage| AIP Packaging]] | ||
− | + | ** support alternate physical structures for an aip | |
* [[Improvements/warc| Preserving WARC files]] | * [[Improvements/warc| Preserving WARC files]] | ||
− | + | ** extract metadata and files from WARCs for processing | |
− | + | ** integrate with the Archive-It service | |
− | |||
− | |||
* [[Improvements/Search| Search]] | * [[Improvements/Search| Search]] | ||
− | + | ** improvements and changes to how AIP's are indexed and discovered | |
* [[Improvements/Appraisal|Appraisal and Arrangement tab]] | * [[Improvements/Appraisal|Appraisal and Arrangement tab]] | ||
− | + | ** Possible enhancements to the Appraisal and Arrangement tab, introduced in v1.6 | |
+ | |||
+ | == Completed == | ||
+ | |||
+ | * [[Improvements/Migrations| Migrations]] | ||
+ | ** Use Django's migrations instead of custom SQL-based migrations |
Revision as of 16:33, 6 February 2017
This page is intended to list possible new features, enhancements, and other improvements to any of the code used in an Archivematica based digital preservation system.
Proposed
- Disk Image Preservation
- improve disk image handling to better manage different file systems
- Islandora integration
- current status of Islandora implementation and proposed improvements
- CentOS/RedHat support
- ability to run Archivematica on an rpm based version of linux
- Developer Focused Documentation
- improve documentation for developers integrating with Archivematica
- AIP Packaging
- support alternate physical structures for an aip
- Preserving WARC files
- extract metadata and files from WARCs for processing
- integrate with the Archive-It service
- Search
- improvements and changes to how AIP's are indexed and discovered
- Appraisal and Arrangement tab
- Possible enhancements to the Appraisal and Arrangement tab, introduced in v1.6
Completed
- Migrations
- Use Django's migrations instead of custom SQL-based migrations