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] Vaccination widget changes #711

Closed mihail-varbanov closed 2 years ago

mihail-varbanov commented 2 years ago

Re: University Monday 2021/09/20 / 2021-09-24

1 Misho, Safer Illinois vaccine widget. Some changes:

1.1 The button text on the not vaccinated panel, change to "Make an appointment"

1.2 We don't need the 2 middle states of 1st dose and 2nd dose. What we need is 3 states:

1.2.1 Not vaccinated (You have this so all is good here)

1.2.2 Vaccine Effective (You have this, you hide the widget, so all good here also)

1.2.3 Vaccinated but not effective yet (This is the middle state). We don't care for doses. All we care about is that you have been vaccinated but it is not effective yet. That could mean 1 dose and no effective record or 2 doses and an effective record just the date has not become effective.

The title text for this middle state should be "Vaccinated"

The detail text should be "Your vaccination is not effective yet". If we have a vaccine effective date then you can add a line of "Your vaccine will take effect after {date}"

I hope this is clear to you.