You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the data input are obviously impossible to generate yet (e.g. user id, which is something we have to solve on our side anyway). Adding a field:
Task
Edited Feb 10 2021
This is the epic for the export of a DH record as a whole to an InvenioRDM importable record.
Concretely, it means
1- generating the JSON for creation of a draft:
metadata
field here: https://inveniordm.docs.cern.ch/reference/metadata/#metadataaccess
field here: https://inveniordm.docs.cern.ch/reference/metadata/#access-informationext
field here https://inveniordm.docs.cern.ch/reference/metadata/#extensions [NOT OPERATIONAL]2- generating the separate JSON for upload of the file associated with the record. In DH each record has a single file.
3- Connecting those 2 JSONs with the actual binary file.
Subtasks:
1- Subtasks
access
Export Invenio Access Field #7842- Subtasks
Additional helpful context
Example shape of full record metadata in here: https://github.com/inveniosoftware/invenio-rdm-records/blob/master/tests/conftest.py
metadata
field schema: https://github.com/inveniosoftware/invenio-rdm-records/blob/master/invenio_rdm_records/marshmallow/json.pySome of the data input are obviously impossible to generate yet (e.g. user id, which is something we have to solve on our side anyway). Adding a field:
in the "tie-ing up together JSON" or other should be enough. And is marked as subtask: #753
The text was updated successfully, but these errors were encountered: