Open blankdots opened 3 years ago
As a follow-up of #455 we need to be able to display to the users information about the Datacite published DOI.
In the folder there is a key extraInfo with the necessary information:
extraInfo
"extraInfo": { "studyIdentifier": { "accessionId": "acccessionId", "identifier": { "identifierType": "DOI", "doi": "https://doi.url" }, "url": "https://etsin.url", "types": { "resourceTypeGeneral": "Collection" } }, "datasetIdentifiers": [ { "accessionId": "acccessionId1", "identifier": { "identifierType": "DOI", "doi": "https://doi.url" }, "url": "https://etsin.url", "types": { "ris": "DATA", "bibtex": "misc", "citeproc": "dataset", "schemaOrg": "Dataset", "resourceTypeGeneral": "Collection" } }, { "accessionId": "acccessionId2", "identifier": { "identifierType": "DOI", "doi": "https://doi.url" }, "url": "https://etsin.url", "types": { "ris": "DATA", "bibtex": "misc", "citeproc": "dataset", "schemaOrg": "Dataset", "resourceTypeGeneral": "Collection" } } ], "publicationYear": 2020, "publisher": "CSC" }
to display:
doi
should be visible when opening a published folder
Optional: display also information from doiInfo key from folder
doiInfo
DOI info is listed for published folders
Integration Testing
This issue will be proceeded as soon as its UI design is ready.
Description
As a follow-up of #455 we need to be able to display to the users information about the Datacite published DOI.
In the folder there is a key
extraInfo
with the necessary information:to display:
doi
with the corresponding URLshould be visible when opening a published folder
Optional: display also information from
doiInfo
key from folderDoD (Definition of Done)
DOI info is listed for published folders
Testing
Integration Testing