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

ui: consider simple mostly client-side wildcard filtering of tag values #208

Open
flyingmutant opened this issue Jan 20, 2023 · 0 comments
Labels
A-api Area: statshouse-api A-ui Area: statshouse-ui C-feature-request Category: request for new functionality

Comments

@flyingmutant
Copy link
Contributor

  • The simplest thing: expand wildcards foo* -> [foobar, foobaz] in the selector (maybe server-side expand?), make matches easy to select with ui: "select all" checkbox for the selector #154.
  • More complete solution: support wildcards in URLs, expand ~once (on the "page load"? or how often?) for more dynamic dashboarding/linking
  • Server-side expand on each /api/query is probably too expensive (but maybe not overly, with api: tscache for tags #175?)
@flyingmutant flyingmutant added A-ui Area: statshouse-ui A-api Area: statshouse-api C-feature-request Category: request for new functionality labels Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-api Area: statshouse-api A-ui Area: statshouse-ui C-feature-request Category: request for new functionality
Projects
None yet
Development

No branches or pull requests

1 participant