ebi-ait / checklist

Template repository for checklists
Apache License 2.0
1 stars 0 forks source link

field units is missing from ui #164

Closed amnonkhen closed 1 week ago

amnonkhen commented 2 weeks ago

The field units are imported from the XML and are in the generated json-schema, but they are not shown in the UI. It should be possible to set and edit field units in the UI.

Wkt8 commented 2 weeks ago

Alex has mentioned that he cannot find them in the generated json-schema when polling the schema store API, can we double check that the units are in the generated json-schema?

theisuru commented 1 week ago

units are not exported when exporting fields. This needs to be added to the model and exported.

theisuru commented 1 week ago

Add units as an array in Field edit page