ePADD / epadd

ePADD is a software package developed by Stanford University's Special Collections & University Archives that supports archival processes around the appraisal, ingest, processing, discovery, and delivery of email archives.
https://www.epaddproject.org
112 stars 24 forks source link

New Restriction Label - "Do Not Transfer to Discovery Module" #392

Closed SallyDeBauche closed 3 years ago

SallyDeBauche commented 3 years ago

There is a use case for a new restriction label - "Do Not Transfer to Discovery Module." When applied, this label would prevent messages from exporting to the Discovery Module while still allowing them to export to the Delivery Module to be viewed in an institution's reading room.

chinuhub commented 3 years ago

To support already ingest archives we need to add the following lines in /data/session/LabelManager/label-info.json' file. "-1":{"labType":"RESTRICTION","labId":"-1","labName": "Transfer to Delivery Only","description": "Transfer this message to Delivery only","isSysLabel":true, "restrictionType":"OTHER","restrictedUntilTime":0,"restrictedForYears": 0}

hangal commented 3 years ago

This label has been added, needs to be tested by @SallyDeBauche. (has been double checked in the codebase.) We should be able to close this issue after testing.

SallyDeBauche commented 3 years ago

I tested this feature by loading a collection processed with a previous version of ePADD. The new label was automatically added. Closing this issue.