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

Implement Custom Filters #46

Open
joaoantoniocardoso opened this issue Oct 3, 2024 · 0 comments
Open

Implement Custom Filters #46

joaoantoniocardoso opened this issue Oct 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@joaoantoniocardoso
Copy link
Member

joaoantoniocardoso commented Oct 3, 2024

The backend has support for many filters for each input/output parts of each endpoint, we need still to decide what kinds of filters, how configurable they are.

  • Filter by a vector of component IDs
  • Filter by a vector of system IDs
  • Filter by a vector of message IDs
  • Each Filter listed above has the option to:
    • exclude from the list
    • include only those in the list
  • Maybe a parsed message with a generic regex filter?

  • It surely needs to be configured via REST API
  • It surely needs to be configured via our frontend
  • Should it be configured via CLI?
@joaoantoniocardoso joaoantoniocardoso added the enhancement New feature or request label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant