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

[Vis Builder] Persist the global query parameters including global filters, time range and time filters #1913

Closed
ashwin-pc opened this issue Jul 18, 2022 · 2 comments · Fixed by #2896
Assignees
Labels
v2.5.0 'Issues and PRs related to version v2.5.0' vis builder

Comments

@ashwin-pc
Copy link
Member

ashwin-pc commented Jul 18, 2022

Problem: In the top navigation bar, if user made modification to the global filters, time range, and time refresh intervals, the values will not get saved when they refresh the page, or when they navigate away to another app.

Expected behaviors: Those values should persist when they refresh the page, or when they navigate to visualize, discover, timeline and dashboards app.

Requirements:

  • Figure out how to do this with how plugins do this and then update this issue with the approach
  • Document the findings for how plugins do this
  • Implement
  • Tests (if we have something custom was implemented)
@kavilla
Copy link
Member

kavilla commented Sep 16, 2022

Note: first understand how this is being done today (is this related to URL followed by filters), if this is the current behavior of basically the visualization plugin then keep it that way. But we need to do the research here.

@kavilla kavilla added the v2.4.0 'Issues and PRs related to version v2.4.0' label Sep 16, 2022
@ashwin-pc ashwin-pc added v2.5.0 'Issues and PRs related to version v2.5.0' and removed v2.4.0 'Issues and PRs related to version v2.4.0' labels Nov 4, 2022
@joshuarrrr joshuarrrr changed the title [D&D] Persist the filters and time range across refresh's [Vis Builder] Persist the filters and time range across refresh's Nov 8, 2022
@abbyhu2000
Copy link
Member

Research on how current plugins achieve data persistence: #2876

@abbyhu2000 abbyhu2000 changed the title [Vis Builder] Persist the filters and time range across refresh's [Vis Builder] Persist the global query parameters including global filters, time range and time filters Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2.5.0 'Issues and PRs related to version v2.5.0' vis builder
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants