feat: Issue resolution confirmation button and rag solution dialog#68
Merged
sachmii merged 7 commits intoJun 21, 2026
Conversation
14 tasks
tahahundekari
approved these changes
Jun 21, 2026
tahahundekari
left a comment
Collaborator
There was a problem hiding this comment.
LGTM! Thank you for these changes!
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.
Summary
Here is the PR description formatted in Markdown, ready to be pasted into your GitHub Pull Request:
feat: Add Issue Resolution and RAG Feedback Workflow
Description
This PR introduces a structured workflow for resolving incidents within the
DevPulsedashboard. It replaces an instant-close action with a confirmation mechanism, ensuring incidents are handled deliberately and allowing users to contribute custom solutions to our RAG knowledge base.Key Changes
UI/UX
ResolveModal.jsxandResolveModal.cssto provide a clean interface for finalizing incident resolution.InsightsPanel.jsxto include the new resolution trigger, supported by new icons likeAnalyzeIcon.jsx.App.cssandLogList.cssto maintain consistent design across the dashboard.Functionality
client/src/lib/api.jsto support the new resolution endpoints.Component
client/api/services/spring-ingestion/services/spring-logbook/services/spring-alerts/services/py-intelligence/infra/.github/workflows/API Impact
api/openapi.yamlwas updated.Testing
Checklist
(feat|fix)/(issue_id)/(name_of_issue).Related Issue
Closes #53