-
Notifications
You must be signed in to change notification settings - Fork 77
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
Filter query results based on rule-name #78
Comments
Yeah, matches view should be totally reworked. We have so many issues about it that it may deserve a meta issue on its own 🤔 . Not suprisingly, since it's probably the most important view in the app. We should also allow filtering based on strings after implementing #38. |
Absolutely. I agree. I think it should be carefully planned, even discussing with a UX personnel or at least an experienced front-end dev. Keep this in mind:
|
Description
I think it is a good idea to let the user interact a little bit more with the results page. This including secondary filtering.
For example, a query can contain multiple rules, and each sample that showed in the matches table has a label(s) with the name(s) of the matched rule(s).
This can be shown in the following image.
I'd like to a more dynamic approach for the matches table, in which the user can click on a label (rule name) and the table will be filtered based on the selected rule.
Not surprisingly, this is implemented in mwdb in a very nice way. The user can click on a tag and it will immediately filter.
The text was updated successfully, but these errors were encountered: