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

GSoC - Doctor Notes Enhancement #2295

Open
wants to merge 65 commits into
base: develop
Choose a base branch
from

Conversation

UdaySagar-Git
Copy link
Contributor

@UdaySagar-Git UdaySagar-Git commented Jul 9, 2024

This pr is a merge of all the pr's of Doctor Notes Enhancement

Frontend pr : ohcnetwork/care_fe#8016
follow up of: #2253 #2253

  • adds new type in Files for supporting file uploads to specific note
  • adds fields for tracking replies , mentioned users, parent note and files
  • adds notification support upon mentioning a user in a note
  • creates a new endpoint to retrive files uploaded in all the notes specific to a consultation (used for showing files in new tab in consultation

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

@UdaySagar-Git
Copy link
Contributor Author

@sainak @rithviknishad can you review this once

@rithviknishad rithviknishad self-requested a review August 29, 2024 14:10
@vigneshhari vigneshhari added the In progress Work in progress label Sep 23, 2024
care/facility/api/serializers/file_upload.py Outdated Show resolved Hide resolved
care/facility/api/serializers/patient.py Outdated Show resolved Hide resolved
care/facility/api/serializers/patient.py Outdated Show resolved Hide resolved
care/facility/api/viewsets/patient.py Outdated Show resolved Hide resolved
care/facility/api/serializers/patient.py Outdated Show resolved Hide resolved
care/facility/api/serializers/patient.py Outdated Show resolved Hide resolved
care/facility/api/serializers/patient.py Outdated Show resolved Hide resolved
care/facility/api/serializers/patient.py Show resolved Hide resolved
care/facility/models/patient.py Outdated Show resolved Hide resolved
@UdaySagar-Git
Copy link
Contributor Author

@rithviknishad @sainak @vigneshhari can you review this

Copy link

codecov bot commented Oct 25, 2024

Codecov Report

Attention: Patch coverage is 88.37209% with 5 lines in your changes missing coverage. Please review.

Project coverage is 70.07%. Comparing base (69c2b83) to head (2693704).

Files with missing lines Patch % Lines
care/facility/api/viewsets/patient.py 81.25% 3 Missing ⚠️
care/utils/notification_handler.py 75.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2295      +/-   ##
===========================================
+ Coverage    70.03%   70.07%   +0.04%     
===========================================
  Files          198      198              
  Lines        11674    11714      +40     
  Branches      1607     1609       +2     
===========================================
+ Hits          8176     8209      +33     
- Misses        3107     3114       +7     
  Partials       391      391              

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

@bodhish bodhish requested a review from anroopak October 27, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In progress Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants