Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backend] implement modal application notifications on registration and login #116

Open
pfortuna opened this issue Mar 26, 2020 · 7 comments

Comments

@pfortuna
Copy link
Contributor

When the user registers, send a push notification with:
"Parabéns, já está registado no Covidografia. Para os dados serem úteis faça actualizações de estado sempre que os sintomas ou o seu estado se altere. Caso nada se altere, faça uma actualização diária para confirmar que é esse o caso."

When the user logs-in, if he hasn't sent any Actualização de estado that day, send a push notification with:
"Olá! Ainda não fez uma actualização de estado hoje.

Para os dados serem úteis faça actualizações de estado sempre que os sintomas ou o seu estado se altere. Caso nada se altere, faça uma actualização diária para confirmar que é esse o caso."

@ruicosta-codavel
Copy link

Copy suggestion:

Obrigado por se registar no Covidografia, a sua ajuda é muito importante. Actualize o seu estado diariamente, mesmo que não hajam alterações. #ajudarquemnosajuda

Olá! Actualize o seu estado, a sua ajuda é fundamental!"

@ruicosta-codavel
Copy link

New Case
If a user is more than 24h without reporting the status, send a push notification:

Olá! Actualize o seu estado, a sua ajuda é fundamental!"

We need to validate how this will look like. It's important to make it clear that we're talking about Covidografia status.

@pfortuna
Copy link
Contributor Author

  • Lambda function that runs every day at 8pm and sends push notification to all users that have not updated their status for more than 24h

@pfortuna
Copy link
Contributor Author

We clarified and set the scope of this issue to:

  • Not using push notifications
  • Show a modal window that has a button to close that reads:
    "Obrigado por se registar no Covidografia, a sua ajuda é muito importante. Actualize o seu estado diariamente, mesmo que não hajam alterações. #ajudarquemnosajuda"
  • Show a modal window that has a button to close that reads:
    "Olá! Actualize o seu estado, a sua ajuda é fundamental!"

Everything else is out of scope. A new issue will be created for the push notifications.

@pfortuna pfortuna changed the title [backend] implement application notifications on registration and login [backend] implement modal application notifications on registration and login Mar 28, 2020
@pfortuna pfortuna added the UIUX This issue is waiting for UIUX work label Mar 28, 2020
@geiras
Copy link

geiras commented Mar 28, 2020

Can we use the same design from the onboarding with a call to action to Update state, for example?
Or maybe block the dashboard and the only way to see it again is by updating state.

@pfortuna
Copy link
Contributor Author

pfortuna commented Mar 28, 2020 via email

@pfortuna pfortuna removed the UIUX This issue is waiting for UIUX work label Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants