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

[USABILITY] Change the wording of message for Vaccination Status Change #698

Open joegrohens opened 3 years ago

joegrohens commented 3 years ago

When a user's vaccination status is verified, Safer Illinois displays these "status change" messages:

(1) Your vaccine is already effective. (2) Your status changed to Green because your vaccination is already effective.

See screenshot at end.

Could we change these messages as follows? They would describe the circumstances more accurately.

(1) Your COVID-19 vaccination has been verified. (2) We have a verified record of your completed COVID-19 vaccination on file; your status has changed to Green.

(General Note: use the word "vaccination" to refer to the immunization procedure, and "vaccine" to refer to the substance in the bottle.)

already effective

mihail-varbanov commented 3 years ago
  1. The first string is part of application resources. Safer builds versions 2.10.37+ will have this value embedded in application resources. In order this update to take effect on the live Safer application we need to override the relevant strings in 2.10 production assets. I have requested @pascoem to update them as I do not have rights to do this.

  2. The second string is part of health.rules.json. It is currently updated on dev, prod and test environments.

CC @pmarkhennessy.