-
Notifications
You must be signed in to change notification settings - Fork 341
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
Encounter Symptoms #2095
Encounter Symptoms #2095
Conversation
@rithviknishad I have added a JSON field symptoms_with_dates where each object stores date and list of symptoms. And also overridden the to_representation() method of patient consultation serializers to sort the symptoms timeline based on date(viewing in chronological order as mentioned in the issue). Can you plz confirm these changes. |
@rithviknishad ok thats fine but the issue is django.db.utils.ProgrammingError: column "symptom" of relation "facility_consultationsymptoms" does not exist |
Co-authored-by: Rithvik Nishad <rithvikn2001@gmail.com> Co-authored-by: Aakash Singh <mail@singhaakash.dev>
@sainak For the migration of existing data to the new table, as discussed the following is to be done:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2095 +/- ##
===========================================
+ Coverage 62.20% 62.72% +0.52%
===========================================
Files 221 240 +19
Lines 12204 13210 +1006
Branches 1742 1877 +135
===========================================
+ Hits 7591 8286 +695
- Misses 4305 4580 +275
- Partials 308 344 +36 ☔ View full report in Codecov by Sentry. |
Closing in favor of #2186 |
@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins