c01c27b5b6
(cherry picked from commit 4570a1a8c44442e85aa8255d80d25f74ca32ef36)
23 lines
368 B
Markdown
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.
|