IQSS / dataverse

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

Feature Request/Idea: Custom color for file tags #10552

Open CB-HAL opened 2 months ago

CB-HAL commented 2 months ago

Overview of the Feature Request At the moment all File Tags have the same color (with exception of tabular ingest tags). We use api/admin/settings/:FileCategories to have own tags, our tags are organized in two categories: content (Documentation, Data, Code, Questionnaire etc.) and type of file (STATA, SPSS, EXCEL, CSV etc.). For an easier understanding of the two different categories, custom assignment of a color to each tag would be a good solution.

10-05-2024_14-28-21

Maybe it is possible to use :FileCategories and add the hexcode of the color: curl -X PUT -d '{Documentation,#128A79},{Data,#128A79},{STATA,#DC143C},{SPSS,#DC143C}' http://localhost:8080/api/admin/settings/:FileCategories

sbarbosadataverse commented 2 months ago

Please keep in mind "accessibility" when discussing colors to use for this request