RMI-PACTA / pacta-dashboard-svelte

This is a demonstrative project, showing what a PACTA dashboard in Svelte might look like.
https://rmi-pacta.github.io/pacta-dashboard-svelte/
0 stars 0 forks source link

feat: `sector_view.svelte` probably should not have scenario names hard-coded in selector layout #30

Closed jdhoffa closed 1 month ago

jdhoffa commented 3 months ago
          NB: I wonder if it's possible to generate these selectors programmatically. As it stands, the dashboard would only work for 2023 data, and not be generalizable to different years which is not ideal.

_Originally posted by @jdhoffa in https://github.com/RMI-PACTA/pacta-dashboard-svelte/pull/28#discussion_r1721327879_

MonikaFu commented 3 months ago

Agreed and this will also apply to other selectors actually. They all should be data-driven and not hard-coded I think.

MonikaFu commented 3 months ago

ADO: https://dev.azure.com/RMI-PACTA/2DegreesInvesting/_sprints/taskboard/P4I/2DegreesInvesting/2024_17?workitem=11679

MonikaFu commented 1 month ago

closed with #44