Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple the data dashboard from design studio #370

Open
brollb opened this issue Aug 30, 2023 · 1 comment
Open

Decouple the data dashboard from design studio #370

brollb opened this issue Aug 30, 2023 · 1 comment

Comments

@brollb
Copy link
Collaborator

brollb commented Aug 30, 2023

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:

  • Taxonomy Provider: An endpoint returning a taxonomy in a common exchange format. This could be a static file server hosting taxonomies or generating the taxonomy on the fly (in the case of the design studio). This must include both the taxonomy and content type definitions.
  • Data Provider/Backend: A data provider like PDP, MongoDB, etc. One challenge is making sure that the appropriate credentials are used for any of the backends.
  • Data Dashboard: The component that needs to be configured with the above info (and other data).

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
Copy link
Collaborator Author

brollb commented Aug 30, 2023

This is basically a more specific version of #105 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant