inveniosoftware / invenio-rdm-records

DataCite-based data model for InvenioRDM flavour.
https://invenio-rdm-records.readthedocs.io
MIT License
15 stars 84 forks source link

Mint records with DataCite-like provider #29

Closed fenekku closed 4 years ago

fenekku commented 4 years ago

Confirmation is needed on this task:

Implement and integrate minters to generate internal record persistent identifiers (pid_type=recid). Rather than legacy record identifiers, random 10-character alphanumeric string (with checksum) should be used.

This is the task that will finally connect base32-lib functionality with record minting (via invenio-pidstore).

fenekku commented 4 years ago

Did it in invenio-pidstore mostly.

ppanero commented 4 years ago

@fenekku Shall we link each point's PR (So we only have issues in the board?) I beleive the first item is https://github.com/inveniosoftware/invenio-pidstore/pull/125, no?

Im slowly removing PRs from the board when linked to an issue.

fenekku commented 4 years ago

Yes, done.