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

packages/network-explorer: Filters #421

Open
rjwebb opened this issue Jan 8, 2025 · 2 comments
Open

packages/network-explorer: Filters #421

rjwebb opened this issue Jan 8, 2025 · 2 comments
Assignees

Comments

@rjwebb
Copy link
Contributor

rjwebb commented Jan 8, 2025

Provide a way to filter entries in Network Explorer. Currently we only allow the user to filter rows in the $actions table by the action name. The /api/models/:model API lets us filter by any column value, so this is less a question of whether we can implement this and more of a design decision.

Some considerations:

  • Do we want to be able to filter by multiple columns at once?
  • Do we want to encode the current set of filters in the URL, i.e. so that users can bookmark a particular "view" and share/save it? There is a limit to how large we can make the URL, this depends on the user's browser but is around 2000 characters.
  • Do we want to filter by indexed columns or any columns?
  • We could also allow users to filter by ranges, e.g. number ranges or date ranges, depending on the type of data being represented
@rjwebb
Copy link
Contributor Author

rjwebb commented Jan 9, 2025

Implemented a simple filtering widget for single values: #423

@raykyri
Copy link
Member

raykyri commented Jan 9, 2025

The simple filtering widget is pretty good, let's add filters to the URL and then close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants