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

Convert ABDM into Plug - Part 1/2 #2161

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

Conversation

khavinshankar
Copy link
Member

This pull request represents the first phase of converting the ABDM system into a plug. The primary focus of this PR is to refactor the relationship between the ABHA number and the patient model, alongside improvements to signal handling and routing. Detailed changes include:

  • Model Relationship Reversal: Changed the relationship dynamics by moving the abha_number field from the patient model to the abha_number model. This involves making patient a field within the abha_number model to better align with our new architecture.

  • Signal Creation for Care Context: Implemented a new signal that triggers the creation of a care context whenever a consultation is saved. This enhances the functionality and integration of care context within our system.

  • ABHA Number API Enhancements: Introduced a new abha_number viewset, serializer, and routes. These additions are designed to streamline the handling and accessibility of ABHA numbers within our system.

This PR lays the groundwork for the subsequent phase, which will further integrate and optimize the ABDM plug system.

care/abdm/api/viewsets/healthid.py Outdated Show resolved Hide resolved
care/abdm/api/viewsets/healthid.py Outdated Show resolved Hide resolved
care/abdm/api/viewsets/healthid.py Outdated Show resolved Hide resolved
care/abdm/migrations/0013_abhanumber_patient.py Outdated Show resolved Hide resolved
care/abdm/receivers/consultation.py Outdated Show resolved Hide resolved
Copy link

codecov bot commented May 20, 2024

Codecov Report

Attention: Patch coverage is 37.50000% with 70 lines in your changes missing coverage. Please review.

Project coverage is 63.57%. Comparing base (1912662) to head (a9d1e17).

Files Patch % Lines
care/abdm/api/viewsets/healthid.py 3.70% 26 Missing ⚠️
care/abdm/api/viewsets/abha_number.py 55.00% 18 Missing ⚠️
care/abdm/service/request.py 7.69% 12 Missing ⚠️
care/abdm/utils/api_call.py 20.00% 4 Missing ⚠️
care/abdm/api/viewsets/consent.py 25.00% 3 Missing ⚠️
care/abdm/service/gateway.py 25.00% 3 Missing ⚠️
care/abdm/api/viewsets/auth.py 0.00% 2 Missing ⚠️
care/abdm/api/viewsets/health_information.py 0.00% 1 Missing ⚠️
care/abdm/api/viewsets/hip.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2161      +/-   ##
===========================================
+ Coverage    63.48%   63.57%   +0.08%     
===========================================
  Files          238      237       -1     
  Lines        13264    13248      -16     
  Branches      1886     1889       +3     
===========================================
+ Hits          8421     8422       +1     
+ Misses        4490     4474      -16     
+ Partials       353      352       -1     

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

@khavinshankar khavinshankar requested a review from sainak May 20, 2024 03:45
@nihal467
Copy link
Member

nihal467 commented Jul 3, 2024

@vigneshhari conditionally approving it for review alone by @sainak @rithviknishad & @vigneshhari, since ABDM fetched patient record takes some time to reflect in the platform (pending test)

@khavinshankar khavinshankar requested a review from sainak July 4, 2024 04:55
@nihal467
Copy link
Member

nihal467 commented Jul 8, 2024

LGTM

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

Successfully merging this pull request may close these issues.

None yet

4 participants