-
Notifications
You must be signed in to change notification settings - Fork 323
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
Track occupation of patient #1869
Track occupation of patient #1869
Conversation
can you please review this? I am facing an issue: if a patient first selects an occupation, later, if the patient unselects it, the system should either delete the record or simply keep the occupation field as null |
@sainak, how about we keep a char choices field |
meta table is a good to have, it helps in keeping the main table less cluttered |
ea7f7aa
to
bb013e8
Compare
can you please review the changes |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1869 +/- ##
==========================================
- Coverage 61.65% 61.64% -0.02%
==========================================
Files 211 211
Lines 11721 11722 +1
Branches 1664 1665 +1
==========================================
- Hits 7227 7226 -1
- Misses 4196 4198 +2
Partials 298 298 ☔ View full report in Codecov by Sentry. |
@konavivekramakrishna run precommit on the changed files https://github.com/coronasafe/care/blob/master/CONTRIBUTING.md#getting-started |
3c671be
to
af92b21
Compare
5ec21ed
to
57a2e66
Compare
Proposed Changes
Associated Issue
@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins