rokwire / safer-illinois-app

Source code repository of "Safer Illinois" App - the official COVID-19 app of the University of Illinois.
https://safer.illinois.edu/
Apache License 2.0
33 stars 23 forks source link

[FEATURE] Add exempt of vaccination support #733

Closed mihail-varbanov closed 2 years ago

mihail-varbanov commented 2 years ago

Re: University Monday 2021/09/27 / 2021-09-29

2.2 Think about being exempt from taking a vaccination. Some users can be exempt from taking a vaccine due to religion for example. In this case we want to hide the Vaccine widget from them. Could we use the UIN override table and add a field called "exempt"? If true then we would hide the Vaccine widget and also change the string that we show for users who are in the UIN override that are not exempt (like we do now for those going from green to orange). These "exempt" users would act like a user who does not have a "Vaccine Effective" event in that we would use the interval, effective date and end date in UIN override. They would just be users who never go green. Happy to have a call if needed.