Modified the front end so that the user enters in ICU%total_hosp and Vent%totalCC instead of ICU%total_infected and Vent%total_infected, respectively. Modified backend to so that the Parameters data class can still have member variables CU%total_infected and Vent%total_infected, as per the equations given in the original issue report.
Additional info
Anything else reviewers and future readers should know
https://github.com/CodeForPhilly/chime/issues/336
Changelog entry
Modified the front end so that the user enters in ICU%total_hosp and Vent%totalCC instead of ICU%total_infected and Vent%total_infected, respectively. Modified backend to so that the Parameters data class can still have member variables CU%total_infected and Vent%total_infected, as per the equations given in the original issue report.
Additional info