obiba / mica2

Mica is a web portal for epidemiological study consortia.
http://www.obiba.org/pages/products/mica/
GNU General Public License v3.0
10 stars 15 forks source link

Collected Datasets without a mandatory linkage to study, population and collection event #4421

Open johannes-darms opened 12 months ago

johannes-darms commented 12 months ago

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.

kazoompa commented 12 months ago

This will create a dataset that won't be searchable, consider study ID as the primary key for Mica search.

johannes-darms commented 12 months ago

So we should rather hide the information to the user? This would mean we need to update the following templates, right?

kazoompa commented 12 months ago

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.