avo
avo copied to clipboard
Save applied dynamic filters and scopes
From here
- Users can save their current applied filters and scopes.
- The system will store the configuration for future use.
Workarounds
A temporary solution involves saving the current URL, which includes filter and scope parameters, to a database. This can be achieved through the following steps:
-
Save URL to Database:
- Implement an action that captures and stores the current URL in the database ( or other storage solution).
-
List Saved URLs:
- Create an action that retrieves and displays a list of saved URLs from the database.
- Users can select a saved URL from the list to reapply the filters and scopes.
This issue has been marked as stale because there was no activity for the past 15 days.