Replies: 1 comment 1 reply
-
Is that something that can be handled on the UI side? E.g., put in the project config? It's a good practice to keep the backend agnostic of data representation stuff. It should mainly be responsible for providing raw data and each project can decide how to handle the data. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we do not have a dynamic way of adding or managing visualization types in geostreams. Firstly, visualization types are linked with parameter categories, so each category can have only one type of visualization. Secondly, since geostreams now supports nested datapoints, there should be some information stored with each parameter whether it should expect nested datapoints or simple value datapoints. To solve this, one idea is to create the following new tables with the mentioned columns:
Explanation:
Beta Was this translation helpful? Give feedback.
All reactions