IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
882 stars 494 forks source link

Feature Request/Idea: Custom tabular ingest file tags #10553

Open CB-HAL opened 6 months ago

CB-HAL commented 6 months ago

Overview of the Feature Request At the moment the tabular ingest file tags (Event, Genomics, Geospatial, Network, Panel, Survey, Time Series) are permanently assigned. A new API call to change the list of tabular ingest file tags would be a good idea, in the same way as api/admin/settings/:FileCategories.

shlake commented 6 months ago

Do you want an API call or an added database option like FileTags?

FileTags (categories) can be set with a database option: https://guides.dataverse.org/en/5.12.1/installation/config.html#filecategories

There are API calls to set new tags (tabular ingest or file) for a specific file: https://guides.dataverse.org/en/latest/api/native-api.html#updating-file-tabular-tags https://guides.dataverse.org/en/latest/api/native-api.html#updating-file-metadata-categories

CB-HAL commented 6 months ago

A database option for tabular ingest file tags in the same way as https://guides.dataverse.org/en/5.12.1/installation/config.html#filecategories