-
Notifications
You must be signed in to change notification settings - Fork 302
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
Dropped age
column from patient registration and annotated age in patient viewset
#1966
Merged
Conversation
This file contains 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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1966 +/- ##
===========================================
+ Coverage 62.54% 62.58% +0.04%
===========================================
Files 223 223
Lines 12270 12271 +1
Branches 1752 1750 -2
===========================================
+ Hits 7674 7680 +6
+ Misses 4274 4269 -5
Partials 322 322 ☔ View full report in Codecov by Sentry. |
rithviknishad
changed the title
Dropped
Dropped Mar 12, 2024
age
column from patient registration and moved it to serializer field to calc. age based on demandage
column from patient registration and moved it to serializer field to calc. age on demand
rithviknishad
changed the title
Dropped
Dropped Mar 13, 2024
age
column from patient registration and moved it to serializer field to calc. age on demandage
column from patient registration and annotated age in patient viewset
sainak
reviewed
Mar 13, 2024
6 tasks
sainak
reviewed
Mar 19, 2024
...migrations/0422_remove_patientregistration_age_and_add_patientregistration_death_datetime.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Aakash Singh <[email protected]>
sainak
approved these changes
Mar 19, 2024
sainak
approved these changes
Mar 25, 2024
LGTM |
Ashesh3
approved these changes
Mar 27, 2024
vigneshhari
approved these changes
Apr 2, 2024
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
age
from Patient Registrationdeath_datetime
in Patient RegistrationAssociated Issue
Note
Custom Migrations
PatientRegistration.death_datetime
withinstance.last_consultation.death_datetime
if present.Merge Checklist
/docs
Only PR's with test cases included and passing lint and test pipelines will be reviewed
@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins