feat: add severity filter support in findings dashboard#128
Open
swathiyara9-ai wants to merge 1 commit into
Open
feat: add severity filter support in findings dashboard#128swathiyara9-ai wants to merge 1 commit into
swathiyara9-ai wants to merge 1 commit into
Conversation
|
|
Owner
|
@swathiyara9-ai Please fix failing checks |
Author
|
Hi! @ionfwsrijan I noticed that a PR implementing Issue #39 has already been merged after I opened my PR. My branch now shows conflicts with the updated "main" branch. Since the issue appears to be resolved, please let me know if any further changes are needed from my side. Thank you for your review. |
Owner
|
@swathiyara9-ai Fix merge conflicts and PR description. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked issue
Closes #39
What this PR does
Adds severity-based filtering to the Findings dashboard. Users can filter findings by Critical, High, Medium, and Low severity levels. The findings table updates dynamically based on selected filters, and filter selections are preserved using URL search parameters for improved navigation and triage workflows.
Type of change
ML tier (if applicable)
Stack affected
Changes
Backend
Frontend
New dependencies
Database / schema changes
Testing
How did you test this?
Tested locally by running the frontend application and verifying individual and multiple severity filter selections. Confirmed that findings update dynamically based on selected filters and that filter state persists during navigation and page refresh. Also verified that URL search parameters correctly preserve selected severity filters.
Checklist
Anything reviewers should focus on
Please review the severity filtering logic, URL state persistence implementation, and interaction between severity filters and findings table updates in "frontend/src/app/pages/findings.tsx".
Screenshots (if UI changed)