-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Assumption: Most archives issue only one type of PID.
- Definition of Done: If an archive (i.e. data center ) issues exactly one type of PID, set the PID-type in the Submission Registry automatically, at the time of submission.
- Technical aspects: Set archive_pid_type at insert depending on archive. Bonus point for checking in table data_provider whether the archive actually provides only one type of pid and not doing anything otherwise. In the latter case archive_pid_type has to be determined otherwise and set through a different workflow.