-
Notifications
You must be signed in to change notification settings - Fork 297
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
Production Release; Sep Week 3 #1028
Conversation
* cleanup admitted_to * moved BedType out of med model * fixed CSV fields for patient summary * fix patent summarization * avoid Redefining built-in 'filter' * refactor * removed admitted_to reference from tests * revert the removal of bed counts from district patient summary * remove setup.cfg * run pre-commit Co-authored-by: Ashesh3 <3626859+Ashesh3@users.noreply.github.com>
return file extension from file upload views
…d Consultation (#1007) * step 1. deprecate covid category renames existing `CATEGORY_CHOICES` to `COVID_CATEGORY_CHOICES` * step 1. deprecate covid category rename `category` and `patient_category` in DailyRounds and Consultation to `deprecated_covid_category` * step 2: make migrations for deprecating patient cateogry to covid category * step 3: adds new `CATEGORY_CHOICES` * step 3: use new `CATEGORY_CHOICES` wherever required * step 4: make migrations for new fields - Adds `patient_category` in DailyRounds - Adds `category` in Consulation * empty commit
Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
* fix: remove description from pressure_sore field * feat: modify pressure_sore and create new pain_scale_enhanced field * remove unrelated change from .local.env
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportBase: 55.93% // Head: 55.94% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## production #1028 +/- ##
===========================================
Coverage 55.93% 55.94%
===========================================
Files 171 172 +1
Lines 8536 8574 +38
Branches 1472 1479 +7
===========================================
+ Hits 4775 4797 +22
- Misses 3709 3725 +16
Partials 52 52
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
No description provided.