You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user that has carried out a filtered search on the history page, I would like my search parameters to be added to the history page url, so that I can easily share it with a colleague or someone from support.
Details
Currently, if I carry out a filtered search on the history page, the URL does not get updated. This means that
(a) I can't share the filtered view with anyone
(b) if I click on a run, then go 'back' I lose my search
(c) if I reload the page, I lose my search
When I make a filtered search, the history page url is updated
If I close the tab and paste the URL, I am taken to the same view (I see the same filtered list of work orders) and the search bar inputs are the same (ex: if I have unselected "Failed' status, when I go to the URL it is still unselected)
The text was updated successfully, but these errors were encountered:
User story
As a user that has carried out a filtered search on the history page, I would like my search parameters to be added to the history page url, so that I can easily share it with a colleague or someone from support.
Details
Currently, if I carry out a filtered search on the history page, the URL does not get updated. This means that
(a) I can't share the filtered view with anyone
(b) if I click on a run, then go 'back' I lose my search
(c) if I reload the page, I lose my search
Implementation notes
@taylordowns2000 doesn't think this should be too tricky... can we set and read the params like this: https://elixirforum.com/t/handling-and-retrieving-query-parameters-in-live-view/49006 ?
@stuartc any input/considerations here?
Release notes
User acceptance criteria
The text was updated successfully, but these errors were encountered: