Appearance
Notification module v3
It based on the Laravel Notification System (LNS) with some additional features:
- make notifications preview-able (current implementation: examples to review on a panel)
- opt-in/opt-out
- message logs
- frequency limit (current implementation is based on DB logs, we can use Redis Locks instead or alternatives)
Preview-able notifications
- Goals (domain reqs)
- Implementation high-level details
Opt-in/opt-out notifications
- Goals (domain reqs)
- Implementation high-level details
Message logs
- Goals (domain reqs)
- Implementation high-level details
Frequency limit
- Goals (domain reqs)
- Implementation high-level details