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

feat: Added admitted bed type filter #1090

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

aeswibon
Copy link
Member

@aeswibon aeswibon commented Nov 5, 2022

Feature Request

Proposed Changes

  • Adds a new filter that filters the patient on the basis of bed type they are admitted.

Associated Issue

Associated PRs

@coronasafe/code-reviewers

@aeswibon aeswibon requested a review from a team as a code owner November 5, 2022 11:19
@aeswibon aeswibon added P1 High priority; urgent done labels Nov 5, 2022
@sonarcloud
Copy link

sonarcloud bot commented Nov 5, 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.98% // Head: 55.99% // Increases project coverage by +0.01% 🎉

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1090      +/-   ##
==========================================
+ Coverage   55.98%   55.99%   +0.01%     
==========================================
  Files         175      175              
  Lines        8685     8687       +2     
  Branches     1468     1483      +15     
==========================================
+ Hits         4862     4864       +2     
  Misses       3771     3771              
  Partials       52       52              
Impacted Files Coverage Δ
care/facility/api/viewsets/patient.py 48.43% <100.00%> (+0.18%) ⬆️
care/users/api/viewsets/change_password.py 61.53% <0.00%> (+1.53%) ⬆️

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.

@aeswibon
Copy link
Member Author

@vigneshhari Can you test this PR???

@vigneshhari vigneshhari merged commit a640ef4 into coronasafe:master Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done P1 High priority; urgent waiting-for-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Admitted Bed type filter
3 participants