-
Notifications
You must be signed in to change notification settings - Fork 485
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
added the draft feature in the doctor's notes #6932
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the draft is not specific to a consultation
Thank you for your feedback! Could you please provide more details or guidance on what you mean by 'the draft is not specific to a consultation'? @rithviknishad |
let's say you've typed a message and not posted for consultation A of patient A. you've opened consultation B of patient B, and this would end up restoring the draft of consultation A, right? the local storage key/value is not uniquely identifying which consultation it belongs to |
Thank you for the clarification. I have made the draft specific to consultation @rithviknishad care_fe_consultation.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its better to keep it consultation-specific rather than patient-specific since a patient can have multiple consultations.
Ok @rithviknishad I will be making the changes to the PR today |
made it consultation specific Co-authored-by: Rithvik Nishad <[email protected]>
LGTM |
@shramanpaul We truly appreciate your efforts. Thank you for taking the time to contribute; this is a very valuable contribution to us 🥇. We always welcome your contribution 🙂, so feel free to contribute to anything anytime, and never lose that spirit of innovation 🙌. |
Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
care_fe2.mp4
continuing from PR #6913
made the requested changes @rithviknishad