uc-cdis / data-portal

Windmill: data portal for metadata submission and query
Apache License 2.0
27 stars 44 forks source link

Feat/atlas data dictionary sort numbers and strings #1526

Closed jarvisraymond-uchicago closed 5 months ago

jarvisraymond-uchicago commented 5 months ago

Link to JIRA ticket if there is one: https://ctds-planx.atlassian.net/browse/VADC-1021

Dev notes Before in the VADC Atlas Data Dictionary all the columns were sorted as though they were strings. This update checks the data type before implementing the sort, so that the data can be sorted either numerically or alphabetically depending on whether the value is a string or number. This avoids issues with numeric data such as 1, 2, 11 being sorted 1, 11, 2

Before output

After output

Feature