Summary
It would be decouple the data standard metadata from the setting metadata.
Current State
Data standard meta data is tracked as a set of columns in data/settingsMetadata. This is ok, but not ideal for scalability (e.g. there is a hard coded list of standards saved in generateSettings)
Future state
Data standard metadata is saved in a separate data/standardsMetadata file. The file would have a text_key column that could be used to merge with settingsMetadata as needed.
Summary
It would be decouple the data standard metadata from the setting metadata.
Current State
Data standard meta data is tracked as a set of columns in
data/settingsMetadata. This is ok, but not ideal for scalability (e.g. there is a hard coded list of standards saved in generateSettings)Future state
Data standard metadata is saved in a separate
data/standardsMetadatafile. The file would have atext_keycolumn that could be used to merge withsettingsMetadataas needed.