Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUTH-WEB - Persisting Short Name Search Queries with SessionStorage #19727

Closed
rodrigo-barraza opened this issue Feb 7, 2024 · 2 comments
Closed
Assignees
Labels
Pay Work for Pay Team

Comments

@rodrigo-barraza
Copy link
Collaborator

This feature ensures that users can maintain their search context when navigating in and out of detailed views. By using sessionStorage, the application preserves the last short name search query. This approach enhances user experience by eliminating the need to re-enter the last search term after detailed account interactions. Essentially, when the user clicks back, the search information should be persistent and the state re-loaded.

Scenario 1: Linking an Account
GIVEN I navigate to the details view in EFT after entering a search query
AND I navigate back to the search view
WHEN I press the back button
THEN I am presented with the search view with the search query from before

@ethantspitt
Copy link
Collaborator

Ready for QA

@qudsia-khan-fw
Copy link
Collaborator

PASS - working as expected

@PCC199 PCC199 closed this as completed Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pay Work for Pay Team
Projects
None yet
Development

No branches or pull requests

4 participants