When I am changing the UI state the changes should be represented in the URL. For example, if a boat is selected and the time scrubber range is changed the url should now reflect this change so that the URL can be shared with others and the app launches showing that exact state.
We can rely on query params to do this and setting up / reading the data in handle_params or where ever is appropriate.
We want to represent the following UI elements in the URL:
when first launching the app the LV should push_patch to the current date if there is no date in the URL
When I am changing the UI state the changes should be represented in the URL. For example, if a boat is selected and the time scrubber range is changed the url should now reflect this change so that the URL can be shared with others and the app launches showing that exact state.
We can rely on query params to do this and setting up / reading the data in
handle_params
or where ever is appropriate.We want to represent the following UI elements in the URL:
push_patch
to the current date if there is no date in the URL