Files
workavia-mail-front/docs/adr/0019-conventions-for-display-push-notifications.md
T
dab246 c01c27b5b6 TF-1600 Add adr for conventions display push notifications
(cherry picked from commit 4570a1a8c44442e85aa8255d80d25f74ca32ef36)
2023-04-14 17:12:34 +07:00

23 lines
368 B
Markdown

# 19. Conventions for display push notifications
Date: 2023-03-31
## Status
Accepted
## Context
In response to user experience, push notifications should display correctly.
## Decision
Let's not put notifications if:
- The email is in one of these mailbox: `Sent, Draft, Outbox, Trash, Spam`
- The email is `seen`
## Consequences
- Increase user experience.