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

Adjust the COVID case classification calculation #6286

Closed
kwa20 opened this issue Aug 4, 2021 · 1 comment · Fixed by #6319
Closed

Adjust the COVID case classification calculation #6286

kwa20 opened this issue Aug 4, 2021 · 1 comment · Fixed by #6319
Assignees
Labels
backend Affects the web backend cases change A change of an existing feature (ticket type) qa-verified Issue has been tested and verified by QA

Comments

@kwa20
Copy link

kwa20 commented Aug 4, 2021

Feature Description

CORONAVIRUS > automatic case classification calculation

Problem Description

  • classifications 'confirmed - no symptoms' and 'confirmed - unknown symptoms' do not get properly calculated either automatically nor via manual trigger.

    • if at least one symptom is set to either 'no' or 'unknown', the case classification is set to 'not yet classified'.

Proposed Change

  • If a positive test relevant for the Covid confirmation is given AND at least one symptom is set to NO AND the Covid confirmation relevant symptoms are anything but YES, set the case classification to CONFIRMED_NO_SYMPTOMS

  • If a positive test relevant for the Covid confirmation is given AND at least one symptom is set to UNKNOWN OR null AND the Covid confirmation relevant symptoms are anything but YES OR NO, set the case classification to CONFIRMED_UNKNOWN_SYMPTOMS

Possible Alternatives

Additional Information

cf. #4770

@kwa20 kwa20 added change A change of an existing feature (ticket type) hotfix labels Aug 4, 2021
@kwa20 kwa20 added this to the Sprint 106 - 1.62.2 milestone Aug 4, 2021
@MateStrysewske MateStrysewske added backend Affects the web backend cases labels Aug 6, 2021
@MateStrysewske MateStrysewske added this to Backlog in SORMAS Team 2 - DEV - Iteration Backlog via automation Aug 6, 2021
@DavidBaldsiefen DavidBaldsiefen self-assigned this Aug 9, 2021
@DavidBaldsiefen DavidBaldsiefen moved this from Backlog to In Progress in SORMAS Team 2 - DEV - Iteration Backlog Aug 9, 2021
@DavidBaldsiefen DavidBaldsiefen moved this from In Progress to Review in SORMAS Team 2 - DEV - Iteration Backlog Aug 9, 2021
@DavidBaldsiefen DavidBaldsiefen linked a pull request Aug 9, 2021 that will close this issue
MateStrysewske added a commit that referenced this issue Aug 10, 2021
* Change covid caseclassification #6286

* #6286 - Added criteria to mobile app, caption changes

Co-authored-by: Maté Strysewske <mate.strysewske@vitagroup.ag>
@StefanKock
Copy link
Contributor

was merged two days ago

SORMAS Team 2 - DEV - Iteration Backlog automation moved this from Review to Testing Aug 11, 2021
@AndyBakcsy-she AndyBakcsy-she added the qa-verified Issue has been tested and verified by QA label Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Affects the web backend cases change A change of an existing feature (ticket type) qa-verified Issue has been tested and verified by QA
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants