Skip to content
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

Patient privacy feature #1518

Closed

Conversation

JahnabDutta
Copy link

@JahnabDutta JahnabDutta commented Aug 7, 2023

Proposed Changes

  • Backend changes realted to Patient Privacy Alert feature.
  • Created a field privacy in consultationBed model.
  • Created API toggle_patient_privacy in consultationBed viewset.

Associated Issue

Architecture changes

  • addition of toggle_patient_privacy API in consultationBed viewset.
  • Addition of boolean field privacy in consultationBed model.

Merge Checklist

  • Tests added/fixed
  • Update docs in /docs
  • Linting Complete
  • Any other necessary step

Only PR's with test cases included and passing lint and test pipelines will be reviewed

@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins

@JahnabDutta JahnabDutta marked this pull request as draft August 7, 2023 14:36
@JahnabDutta JahnabDutta marked this pull request as ready for review August 27, 2023 15:07
@JahnabDutta
Copy link
Author

JahnabDutta commented Aug 27, 2023

@sainak Hey, I made this branch from the 'Add boundary based validation' banch. After reviewing that, please review this as well. Thanks !!

Copy link

codecov bot commented Nov 23, 2023

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (f287b46) 60.76% compared to head (cc60a1f) 61.14%.

Files Patch % Lines
care/utils/assetintegration/onvif.py 76.47% 2 Missing and 2 partials ⚠️
care/facility/api/viewsets/bed.py 81.25% 2 Missing and 1 partial ⚠️
care/utils/assetintegration/base.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1518      +/-   ##
==========================================
+ Coverage   60.76%   61.14%   +0.38%     
==========================================
  Files         210      210              
  Lines       11530    11567      +37     
  Branches     1642     1651       +9     
==========================================
+ Hits         7006     7073      +67     
+ Misses       4283     4244      -39     
- Partials      241      250       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants