Open johannes-darms opened 1 year ago
This will create a dataset that won't be searchable, consider study ID as the primary key for Mica search.
So we should rather hide the information to the user? This would mean we need to update the following templates, right?
/collected-datasets?
only effects Card Display. (/libs/datasets.ftl
line 135)/dataset/...
(/libs/dataset.ftl
line 119, 195 and 178 already within conditional block)/variable/..
(variables.ftl
line 168 and 178 some parts are already optional)/search/
results.js
line 526 or change/add default /libs/document-set-scripts.ftl
line 97 )Just a little clarification: the dependency of a dataset on a study is vital and it cannot be changed without a more serious modification. The purpose of a dataset is to provide data of a study. In addition, in the UI, the study listing page and search page are affected if a dataset does not have a study ID.
You can always create a generic study and associate your dataset to it. You can also add a custom field to the Individual Study schema (Administration / Individual Study Configuration
) and use it to filter out the generic study in the pages you do not wish it to be displayed.
Is your feature request related to a problem? Please describe. We have Collected Datasets we would like to publish via MICA. However, we do not have the associated information, i.e. Data Collection Event, Population and Study. We would like to add and publish those resource without specifying the
Study Table
section.Describe the solution you'd like Allow users to add Collected Datasets without a mandatory linkage to study, population and collection event.