Implemented the Risk Correlation dashboard page with backend integration support.#241
Open
UmerA3653 wants to merge 3 commits into
Open
Implemented the Risk Correlation dashboard page with backend integration support.#241UmerA3653 wants to merge 3 commits into
UmerA3653 wants to merge 3 commits into
Conversation
priyankaTtk
approved these changes
May 23, 2026
Collaborator
There was a problem hiding this comment.
Risk correlation is done correctly but there are few issues: Thanks for the update. I can see both the RiskCorrelation and NotificationPanel work are being added, but this file still has unresolved merge conflict markers in App.jsx, so I cannot approve it yet.
Could you please resolve the conflict by keeping both required imports:
- RiskCorrelation
- NotificationPanel
Also, please remove the hardcoded local IP address http://192.168.50.251:3000/alert, as this will not work for everyone and does not follow our integration setup. If needed, this should use a relative API path or be moved into the shared services file.
Once the conflict markers are removed and the hardcoded IP is fixed, I can review again.
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.
Added Risk Correlation page/component
Added sidebar navigation item
Connected frontend to integration APIs
Added filtering by event status and event type
Added detail panel for selected risk records
Added loading, empty, and error states