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

Add query string filtering to Visualizations #3182

Merged
merged 12 commits into from
Oct 9, 2024
Merged

Conversation

sydp
Copy link
Collaborator

@sydp sydp commented Sep 18, 2024

This PR adds query string filtering when aggregating events used in visualizations.

Screenshot 2024-09-23 at 12 02 57 PM

@sydp sydp marked this pull request as ready for review September 23, 2024 02:01
@sydp sydp requested a review from jkppr September 23, 2024 02:01
@jkppr jkppr assigned sydp and jkppr Sep 23, 2024
@jkppr jkppr added the Frontend label Sep 23, 2024
jkppr and others added 4 commits October 7, 2024 17:47
* Provide only fields that exist in all selected timelines for the aggregation.
* Minor UI fix for the EventList
* Dynamically sized the placeholder picture
@jkppr
Copy link
Collaborator

jkppr commented Oct 8, 2024

@sydp overall looks really good, thanks for the PR!

For a better UX I added some changes:

  • Adding an API endpoint to get fields per timeline.
  • Provide only fields that exist in all selected timelines for the aggregation.
  • Dynamically sized the placeholder picture.
  • Set query to default *

Please see the commit dcf8edb and let me know what you think.

@sydp
Copy link
Collaborator Author

sydp commented Oct 9, 2024

@sydp overall looks really good, thanks for the PR!

For a better UX I added some changes:

  • Adding an API endpoint to get fields per timeline.
  • Provide only fields that exist in all selected timelines for the aggregation.
  • Dynamically sized the placeholder picture.
  • Set query to default *

Please see the commit dcf8edb and let me know what you think.

lgtm @jkppr, thx for the additions

@jkppr
Copy link
Collaborator

jkppr commented Oct 9, 2024

Adding a task: Research more efficient ways to gather unique fields. #3200

@jkppr jkppr merged commit dbc0288 into google:master Oct 9, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants