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
I want to be able to save the different queries I frequently search for in the Explorer view. Right now we need to type manually every single time.
Proposal
A button in the Explorer view for saving the current query. User should be able to give the query a label and later be able to browse through the saved queries to quickly switch between different results.
Questions to address (if any)
Developers should be able to decide where they want to save the user's queries: localStorage, session storage or database.
The text was updated successfully, but these errors were encountered:
The idea is to have one more nav item called Saved Queries. On clicking the same, the list of all the saved queries will be shown to the user.
As the user selects one, the user will be navigated to explorer with the filters within the query applied.
For the first development iteration, we would start with saving/reading from localStorage. In future iteration, would move it to an independent database to save user related preferences.
We are also planning to develop this in a feature flag kinda way, so we can dynamically test and try it out without having any repercussions on the application.
Use Case
I want to be able to save the different queries I frequently search for in the Explorer view. Right now we need to type manually every single time.
Proposal
A button in the Explorer view for saving the current query. User should be able to give the query a label and later be able to browse through the saved queries to quickly switch between different results.
Questions to address (if any)
Developers should be able to decide where they want to save the user's queries: localStorage, session storage or database.
The text was updated successfully, but these errors were encountered: