Filters and search should persist when re-loading the Library #3063
Labels
needs design review
The PR for this issue will need design review before merging
Streamline eCR
Issues for Streamline eCR team to work on
What needs to be done
Update the user experience for filtering to persist through reloads, such that:
GIVEN I've -- 1) filtered to a condition and/or date in the Library AND/OR 2) entered a search term -- and then clicked into a specific eCR
WHEN I go back to the Library page
THEN my condition and/or date filters and/or search term should still be applied.
Why it needs to be done
Currently, when you click into a specific eCR and then go back to the Library, your filters aren't persisted. This is an annoying user experience since you now have to re-apply your filters.
Note: local session should save:
Design review
(This behavior will need to be validated with the design team)
Acceptance Criteria
Technical Notes
Not entirely sure how this will need to be done - cookies? Or just an update to the way the Library button functions?Update: should be able to use session info for this.
The text was updated successfully, but these errors were encountered: