We should have one concept for all types of persistent identifiers. So component mycore-urn should be set deprecated and in component module-pi we need a URN implementation.
The old URN API has methods to build and/or assign URNs. The idea was providing an API for URN generation (incl. checksum) without storing. So duplicate check should be part of URN assignment, not of URN generation (as it is atm).
Environment
None
Activity
Kathleen Neumann
December 13, 2016 at 10:14 AM
Initial funtionality done.
Sebastian Hofmann
August 29, 2016 at 8:46 AM
reverted r35928 in MIR
Sebastian Hofmann
July 20, 2016 at 7:31 AM
fixed pi tests
Sebastian Hofmann
July 18, 2016 at 1:42 PM
use hasIdentifierCreated instead of hasIdentifierRegistered
We should have one concept for all types of persistent identifiers. So component mycore-urn should be set deprecated and in component module-pi we need a URN implementation.
The old URN API has methods to build and/or assign URNs. The idea was providing an API for URN generation (incl. checksum) without storing. So duplicate check should be part of URN assignment, not of URN generation (as it is atm).