avo icon indicating copy to clipboard operation
avo copied to clipboard

Save applied dynamic filters and scopes

Open adrianthedev opened this issue 1 year ago • 1 comments

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.

adrianthedev avatar Jan 16 '24 18:01 adrianthedev

This issue has been marked as stale because there was no activity for the past 15 days.

github-actions[bot] avatar Feb 04 '24 01:02 github-actions[bot]