-
Notifications
You must be signed in to change notification settings - Fork 486
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
Add medico-legal case toggle and filter #6440
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. |
Passing run #1469 ↗︎
Details:
Review all test suite changes for PR #6440 ↗︎ |
UI Approved by @aparnacoronasafe |
LGTM the functionality have few thoughts in the UI |
@Ashesh3 are the UI changes implemented |
👋 Hi, @Ashesh3, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
Yes, Implemented. |
LGTM |
👋 Hi, @Ashesh3, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
@Ashesh3 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 🙌. |
Backend PR: ohcnetwork/care#1669
WHAT
🤖 Generated by Copilot at 38c0d4d
This pull request adds a new feature to filter and update patients by their medico-legal status, which is a boolean flag indicating whether their last consultation was a legal case or not. It also improves the SwitchTabs component by renaming its props and using a boolean value for the active tab. The changes affect the PatientManager, PatientFilter, PatientInfoCard, ResourceBoardView, and BoardView components, as well as the ConsultationModel interface and the partial update consultation API route.
Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
HOW
🤖 Generated by Copilot at 38c0d4d
routes
module to specify expected response and request body types (link)