add smell question to reminder notification#357
Open
danamlewis wants to merge 1 commit intodevelopfrom
Open
Conversation
Per https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7265845/ and many other studies, loss of smell (anosmia) can be an indicator of potential COVID-19 (otherwise occurring 2% of the time in other illnesses), and may be the main symptom people notice if they are otherwise asymptomatic. Prompting people to check their smell (can be as easy as washing hands and smelling the soap smell, or smelling hand sanitizer) is an easy low-cost thing people can do and also prompt them, if they're losing or have lost smell, to catalogue any other symptoms they are having.
duskoo
reviewed
Dec 8, 2020
| <!-- Reminder notifications --> | ||
| <string name="reminder_notification_title">Do you have any symptoms?</string> | ||
| <string name="reminder_notification_text">Remember to report any symptoms you might be experiencing.</string> | ||
| <string name="reminder_notification_text">Remember to report any symptoms you might be experiencing. Have you checked if you can smell today?</string> |
Collaborator
There was a problem hiding this comment.
"Remember to report any symptoms you might be experiencing, including loss of smell."
duskoo
approved these changes
Dec 8, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Per https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7265845/ and many other studies, loss of smell (anosmia) can be an indicator of potential COVID-19 (otherwise occurring 2% of the time in other illnesses), and may be the main symptom people notice if they are otherwise asymptomatic. Prompting people to check their smell (can be as easy as washing hands and smelling the soap smell, or smelling hand sanitizer) is an easy low-cost thing people can do and also prompt them, if they're losing or have lost smell, to catalogue any other symptoms they are having.