Week 3
Milestones
- Added bool field to check whether the creator of a patient note from the home facility
- Added tests for the new field
- Made final changes to the Doctor Notes Chat Popup UI Pull Request
- Working on making patient notes consultation specific
Screenshots / Videos
Contributions
Changes
- Add a bool field created_by_local_user_content to check whether the creator of a patient note from the home facility
- Added tests for the new field
- Made patient notes dedicated page responsive
- Made final changes to the Doctor Notes Chat Popup UI Pull Request
Issues
Pull Requests
- https://github.com/coronasafe/care_fe/pull/5847
- Note - Frontend Repository - New commits are added to the same PR
- https://github.com/coronasafe/care/pull/1445
- https://github.com/coronasafe/care/pull/1469
Learnings
- To add annotate fields in Django with F expressions
- To write tests for Django models