webgme / webgme-taxonomy

A design studio for creating taxonomies which can then be used to tag various resources.
MIT License
0 stars 1 forks source link

taxonomy: support for changing `type` of the terms/properties #549

Open yogeshVU opened 4 months ago

yogeshVU commented 4 months ago

Currently there is support for renaming the term/fields with different value. However, there is a lack of support for changing a type of a given field. For instance, in a recent update to one of the vocabularies, there was a need to change the type of the field from "Boolean" to "Enum". The renaming allows the changing the field name, but not able to cover the type change requirement.

image