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

Decouple the data dashboard from design studio #370

Open brollb opened 1 year ago

brollb commented 1 year ago

As previously mentioned by @yogeshVU, it would be good to decouple the data dashboard from the design studio. The explicit required components still need to be formalized but here is a quick draft:

The former two could be provided in a configuration for the data dashboard. This configuration could be dynamically generated by the taxonomy design studio to make usage as simple as it is currently (while allowing it to be usable for many other use-cases, too).

Since the data stores a reference to the taxonomy used to tag it, we could make it easy to switch between taxonomies from the data dashboard... (Especially, if we allow viewing data that is in the data store but incompatible with the current taxonomy.)

brollb commented 1 year ago

This is basically a more specific version of https://github.com/webgme/webgme-taxonomy/issues/105 :)