-
Notifications
You must be signed in to change notification settings - Fork 425
Production Release v24.38.0 #2454
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* added consent flows in abdm * made patient_abha as a foriegn key field in consent * renamed patient_health_id to patient_abha * renamed patient_health_id to patient_abha * added filterset class to consent * send external_id as id in consent serializer * resolved migration conflicts * seperated out consent request and consent artefact * get health information from hip * decrypt data from abdm * store health information in s3 * moved status from consent request to consent artefact * display health information * added patients find apis * added consents__hiu__notify * send push notification in patients/on-find * fixed gateway api calls * remove date range from health-information/cm/request * added ratelimits to abdm m3 apis * added status in consent request * fix consent denied logic * added facility filter to consent requests * fixed a typo * added patient_abha_object in consent request serializer * fixed consent status update logic * support retrieve hi docs by consent id * added all the suggestions from review * update migrations * added date range to health_information__cm__request * fixed reverse mapping of an enum REVERSE_CONDITION_VERIFICATION_STATUSES * fix a type in health_id * fix migration * fix linting error * added backend domain env * removed https prefix while using BACKEND_DOMAIN Co-authored-by: Aakash Singh <mail@singhaakash.dev> * removed duplicate conditional logic Co-authored-by: Aakash Singh <mail@singhaakash.dev> * fix linting issues * added patient field to abdm.abhanumber model * remove abha_number field from facility.patientregistration model * remove abdm references in the patient serializer * remove abdm references (auto add care context on consultation create) in the consultation serializer * removed an unused abdm import * added related_name to patient field in abdm.abhanumber model * add hasattr check while patient.abha_number and revert patient.abha_number to abha_number.patient while saving * added consultation receiver to auto add care context on create * added abha_number viewset and serializer * remove abha number from patient model in dummy data * resolve migration conflicts * fix linting errors * fixed migration reference * Apply suggestions from code review * resolve migration conflict * use bulk update in reverse_patient_abhanumber_relation * resolve migration conflict * fix the migration logic abha_number not found on patient * added validation errors * replaced general exceptions with validation error * fixed consent filters * fix migration conflict * fix dummy data * revert dummy data changes * remove abha_number field * handle json decode errors for abdm responses * use correct json exception * fixed migration conflict * check permission after filtering the query set in AbhaNumberViewSet retrieve * resolve migration conflict --------- Co-authored-by: Aakash Singh <mail@singhaakash.dev> Co-authored-by: Khavin Shankar <khavinshankar@Khavins-MacBook-Air.local>
Merge Develop to Staging v24.38.0
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## production #2454 +/- ##
==============================================
+ Coverage 64.10% 64.20% +0.09%
==============================================
Files 241 240 -1
Lines 13583 13562 -21
Branches 1944 1947 +3
==============================================
Hits 8707 8707
+ Misses 4516 4496 -20
+ Partials 360 359 -1 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Associated Issue
Architecture changes
Merge Checklist
/docs
Only PR's with test cases included and passing lint and test pipelines will be reviewed
@ohcnetwork/care-backend-maintainers @ohcnetwork/care-backend-admins