NASA-IMPACT / veda-ui

Frontend for the Dashboard Evolution project
Other
19 stars 5 forks source link

Feature requests for R3 (Urban data) #1064

Closed hanbyul-here closed 2 months ago

hanbyul-here commented 2 months ago

Context

R3 Urban dashboard requires some additional features for data exploration and organization. Based on the discussion with @slesaad today, the extra features we need are

  1. Ability to display custom layers (likely a geojson layer) on top of the existing layers 1-1. Ability to display (more than a pop-up length) static contents based on the interaction with the custom layer. A specific scenario: There will be a geojson with a list of cities. When a user clicks on a city, a panel showing its static contents (including facts, table, charts..) will open. 1-2. Ability to organize static contents of custom layers through MDX : We can foresee how complicated the workflow will be if the static content should be input as a part of a GeoJSON file. Can we make static contents for these custom layers to live somewhere else in static files like MDX? 1-3. Where is this 'embedded environment' going to live? in GHG instance? or somewhere else?

Additional note: Can we use some parts of Map components from VEDA-UI and add the additional layers on top of them?

  1. Ability not to display stories on the dashboard: There will be small stories that will be linked from somewhere, but won't be displayed on the stories hub page. We need some kinds of flags not to show the stories. (It might make sense to implement the same thing for the datasets, since there has been a request to hide some datasets from the hub page before.)

Acceptance Criteria

Related Tickets

hanbyul-here commented 2 months ago

It seems that interactive visualization is not the priority for R3, I am closing this for now.