After we finish #20 and allow the user to visualize a single hydrograph we want to allow them to compare multiple hydrographs.
Here's my current idea for how we can do this:
Have a button that takes the user to a new view, "Scenario Output Comparison" or something like that. In this view, allow them to interactively select scenarios to add to the visualization. We'll re-use the /api/scenarios list in this view, but we'll have to change the view a bit to allow the user to indicate the desire to visualize the selected scenarios.
After we finish #20 and allow the user to visualize a single hydrograph we want to allow them to compare multiple hydrographs.
Here's my current idea for how we can do this:
Have a button that takes the user to a new view, "Scenario Output Comparison" or something like that. In this view, allow them to interactively select scenarios to add to the visualization. We'll re-use the
/api/scenarios
list in this view, but we'll have to change the view a bit to allow the user to indicate the desire to visualize the selected scenarios.