RDMP-113 Dataset Linkage
Request
We want to be able to know what dataset (if any) a piece of information came from. This is so that when the data is extracted we can list the datasets that should be referenced in papers etc.
Initial Requirements
Be able to link a dataset to a DOI (Digital Object Identifier)
Datasets are tables that are ingested by RDMP and form the underlying data that catalogues are constructed from
Be able to link datasets with catalogues
Have the dataset information be contained in the extraction data word document.
Potential Future Requirements
This functionality is likely to be extended to accommodate HDR and other dataset providers. This functionality should be constructed with this in mind
Proposed Solution
Create a new “Dataset” Object type with in RDMP
Will have the attributes:
DOI (varchar(100),optional)
Name (varchar(255), optional)
Source (varchar(250),optional)
Add a new column to the ColumnInfo Table
Will be a Foreign Key to a Dataset entry
Add ability to link existing columns to datasets
“Link all” will populate the FK in all coluninfo items that match the same database table as the selected item
Add ability to Create/View/Edit/Delete Datasets
New “Datasets” nav bar item
Typical tree view structure in left hand panel
Edit field in main view
When ingesting new data, have the option to select a dataset/create a new onw
When extraction occur, any dataset that was used in the extraction is noted on the extraction work document
Images For Point 3