-
Notifications
You must be signed in to change notification settings - Fork 543
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
Adds support for capturing time in Discharge Date #6757
Conversation
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Passing run #1650 ↗︎Details:
Review all test suite changes for PR #6757 ↗︎ |
conditional rendering for death-related fields
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
🤖[deprecated] Generated by Copilot at c2ea000
Improved the user interface and functionality of the discharge modal component for facilities. Changed the discharge date input fields to
datetime-local
type and removed unnecessary code fromDischargeModal.tsx
.Related (but not mandatorily required) backends:
discharge_date
care#1734Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖[deprecated] Generated by Copilot at c2ea000
DischargeModal.tsx
(link, link)DateFormField
andFieldChangeEvent
fromDischargeModal.tsx
(link)DischargeModal.tsx
(link)handleDateChange
function that was updating pre-discharge form state with date value inDischargeModal.tsx
(link)