-
Notifications
You must be signed in to change notification settings - Fork 479
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
Production Release | Dec Week 1 #6796
Conversation
…lyHome and FacilityUsers (#6575) * replace useDispatch with useQuery and request in facilityCard, facilityHome and facilityUsers * remove delete model and let useQuery handel delete response * remove unused useStates variables in FacilityUsers * replace useState variables with useQuery variables and also replaced useEffect with useQuery * handle loading states * Implemented a dedicated component for the triage table in FacilityHome * Implemented a dedicated component for the doctor list in FacilityHome * implemeted a dedicated component for bed capacity in facility home * remove trailing slash * Removed unused fire requests * Fix deleting bed and doctor capacity bug and remove redundant code * fix doctor capacity total count bug --------- Co-authored-by: Rithvik Nishad <[email protected]>
* changed bed type text in constants file * made corresponding change in cypress test --------- Co-authored-by: Rithvik Nishad <[email protected]>
* Rearranging buttons in the Patient consultation * fix discharge patient cypress * Remove unused imports in ConsultationDetails component
* Hide KASP Advance Filter * removed KASP Advance Filter * removed unused filter
* make error optional and render only when required * fix markup and remove unnecessary tw classes * hide location filter if facility is not selected * revert changes to error component
* showing errors wrong number in PhoneNumberFormField * made error field show only when there is an error * Update src/Components/Form/FormFields/FormField.tsx Co-authored-by: Rithvik Nishad <[email protected]> * changed margin to remove extra space in userfilter * Apply suggestions from code review --------- Co-authored-by: Rithvik Nishad <[email protected]>
* Adds support for capturing time in Discharge Date * Refactor discharge form field labels and add conditional rendering for death-related fields * show time in patient card * fix minor issue * fix discharge prescriptions being shown
* Update tooltip position in ConfigureHealthFacility component * Update tooltip positioning in ConfigureHealthFacility component
update HL7 and ventilator middleware
…lity Tab (#6785) * Inital File Change * revert vite * Final converted remaining test part * minor fix * minor fix component change
…ab (#6792) * facility update * minor fix
* facility update * minor fix * Facility Triage Test
✅ 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 ↗︎
|
@gigincg 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 b4edef2
This pull request adds, modifies, and deletes several Cypress tests and page objects for the facility features, updates the README.md file, fixes some bugs and UI issues in the facility, consultation, and asset components, and refactors some code for better performance and readability.
Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖[deprecated] Generated by Copilot at b4edef2
cypress/e2e/facility_spec/facility.cy.ts
, as it was replaced by the new facility creation test file (link)