You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Targets should be able to have multiple filters and let the user specify if all or just one filter must match,
Suggested implementation:
Create a FilterGroup class that contains several Filters and a FilterStrategy. The group checks the internal filters when a match request is sent, respecting its associated strategy.
Create FilterGroup and all it's requirements
Modify UI to allow usage of new functionality (Add target window)
Refactor the Add target window to also work as a "edit target" window.
The text was updated successfully, but these errors were encountered:
Targets should be able to have multiple filters and let the user specify if all or just one filter must match,
Suggested implementation:
Create a FilterGroup class that contains several Filters and a FilterStrategy. The group checks the internal filters when a match request is sent, respecting its associated strategy.
The text was updated successfully, but these errors were encountered: