Skip to content
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

Merged
merged 12 commits into from
Sep 18, 2022
Merged

Production Release; Sep Week 3 #1028

merged 12 commits into from
Sep 18, 2022

Conversation

mathew-alex
Copy link
Contributor

No description provided.

sainak and others added 12 commits September 14, 2022 19:36
* 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
@mathew-alex mathew-alex requested a review from a team as a code owner September 18, 2022 16:04
@sonarcloud
Copy link

sonarcloud bot commented Sep 18, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

Base: 55.93% // Head: 55.94% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (b717ef8) compared to base (a40d4b5).
Patch coverage: 65.46% of modified lines in pull request are covered.

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           
Impacted Files Coverage Δ
care/facility/api/viewsets/asset.py 52.22% <20.00%> (ø)
care/facility/tasks/patient/discharge_report.py 38.09% <25.00%> (+1.50%) ⬆️
care/facility/templatetags/filters.py 26.66% <26.66%> (ø)
...facility/summarisation/district/patient_summary.py 47.29% <27.27%> (+1.96%) ⬆️
care/facility/summarisation/patient_summary.py 36.23% <27.27%> (+1.02%) ⬆️
care/users/api/viewsets/change_password.py 61.53% <37.50%> (-1.43%) ⬇️
...e/facility/api/serializers/patient_consultation.py 34.09% <43.75%> (-0.06%) ⬇️
care/facility/api/viewsets/patient.py 48.42% <50.00%> (+0.35%) ⬆️
care/users/api/serializers/user.py 61.31% <50.00%> (ø)
care/users/api/viewsets/users.py 53.84% <60.00%> (ø)
... and 12 more

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mathew-alex mathew-alex merged commit fd36578 into production Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants