Conal-Tuohy / ands-la-trobe

Automatically exported from code.google.com/p/ands-la-trobe
1 stars 1 forks source link

Embargo functionality for DC19 #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need to add an embargo date to datasets. This could be e.g. an "embargoDate" 
attribute on the root <dataset> element.

The dataset xform would need a widget for editing the date (including the 
ability to remove it).

Then we need to check the embargo date when crosswalking the data to RIF-CS and 
Solr, and we need to implement access control on the Fedora record, too.

Original issue reported on code.google.com by Conal.Tuohy on 4 Nov 2011 at 3:11

GoogleCodeExporter commented 9 years ago
Issue 58 has been merged into this issue.

Original comment by tosello....@gmail.com on 4 Nov 2011 at 7:01

GoogleCodeExporter commented 9 years ago
embargoDate has been added to <dataset>, relevant changes have been made to 
templates and xforms.

Determine the appropriate action to take with an embargoed record, add checks 
to relevant locations.

1. Ask Rob, et al. for guidance regarding embargoes
2. Add relevant checks for publishing datasets

Original comment by tosello....@gmail.com on 4 Nov 2011 at 7:02

GoogleCodeExporter commented 9 years ago
Here's a simple method of implementing a date comparison lib in xslt:
http://kodethoughts.blogspot.com/2007/10/sharepoint-comparing-dates-in-xslt.html

Original comment by tosello....@gmail.com on 17 Nov 2011 at 1:50