GIP-GRADeS-BFC / SORMAS-Project

SORMAS (Surveillance, Outbreak Response Management and Analysis System) is an early warning and management system to fight the spread of infectious diseases.
https://sormas.org
GNU General Public License v3.0
0 stars 1 forks source link

Add a global symptomatic variable to a case #46

Open carolinverset opened 4 years ago

carolinverset commented 4 years ago

@OlivierLeuci @julien-masson @totone40 @benchaabaner

Feature Description

Summary of refinement:

We do not create a new variable but we use the already existing hidden variable in base (name = "symptomatic": true/false) We make this variable "symptomatic" visible in the ui, in the symptoms tab (above the block with all the symptoms) Expected behavior: → If all symptoms are unknown or NA (Or simply == yes) in the symptom block, leave the possibility for the user to manually enter whether the case is symptomatic or not → If at least 1 symptom =YES, then the variable automatically switches to symptomatic → If all symptoms = NO, then the variable automatically switches to asymptomatic Conversely: If symptomatic = yes, allow users to choose the corresponding symptoms. If symptomatic = no, do not allow users to choose the symbols and set all symptoms to no. optional:

Add additional filter the case directory to show only symptomatic or asymptomatic cases. Add additional filter the contact directory to show only symptomatic or asymptomatic contacts.

https://github.com/hzi-braunschweig/SORMAS-Project/issues/2545