-
Notifications
You must be signed in to change notification settings - Fork 221
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
(feat) - O3-4022 - Ward App - handling rendering of mother / child in… #1348
Conversation
Size Change: -5.68 kB (-0.09%) Total Size: 6.47 MB ℹ️ View Unchanged
|
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.
Nice work. Did a cursory review, but defer to others to give a more detailed react review
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.
Thanks @chibongho ! Nice work, the screenshots look correct (although highlight how complicated it could look in edge cases with twins in different locations).
… same bed
Requirements
Summary
Currently, when a mother and child are in the same bed, this is rendered:
This PR changes it so that the "mother child row" within those patient cards are not rendered when they are in the same bed. Instead, They are show with a "Mother / Child" divider.
Some considerations:
Screenshots
2 babies sharing bed 4. The mother of “Ho, Baby” is in another location, and we display a row within the baby’s patient card for her:
Mother with 2 babies, one in same bed and one in another location. Another related mother sharing the bed.
Related Issue
https://openmrs.atlassian.net/browse/O3-4022
Other