-
Notifications
You must be signed in to change notification settings - Fork 514
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
fix: made notes consultation specific #5429
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
👋 Hi, @cp-coder, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
👋 Hi, @cp-coder, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
Bug Fix
WHAT
🤖 Generated by Copilot at 216ff35
The pull request adds the functionality to view and manage notes for specific consultations of a patient. It modifies the
PatientNotes
component, thegetPatientNotes
action, and theLink
component inConsultationDetails
to pass and use theconsultationId
parameter. It also adds a new route to theAppRouter
component to render thePatientNotes
component with the relevant props.Proposed Changes
Associated Issue
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at 216ff35
href
attribute of theLink
component to include theconsultationId
parameter (link)PatientNotes
component to receive and use theconsultationId
prop (link, link, link, link, link, link)fetchPatientName
function to an async arrow function and wrap it in an IIFE (link, link, link)consultation
parameter to thegetPatientNotes
andaddPatientNote
actions (link)