-
Notifications
You must be signed in to change notification settings - Fork 477
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
Medicine Administrations: Adds administered_date
input
#6206
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. |
@rithviknishad add the same for the bulk administration as well |
LGTM |
@rithviknishad 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 🙌. |
WHAT
🤖 Generated by Copilot at 1269460
The pull request adds a feature to the
AdministerMedicine
component that lets the user set a custom time for medicine administration. It also refactors theMedicineAdministrationRecord
type to align with the backend model. The changes affect the filessrc/Components/Medicine/AdministerMedicine.tsx
andsrc/Components/Medicine/models.ts
.Required Backends:
administered_date
care#1570Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at 1269460
MedicineAdministrationRecord
type to match the backend model (link)