-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Users must be informed when critical actions occur, such as a successful account sweep or an update to a medical claim's status.
Acceptance Criteria
- Configure
@nestjs/event-emitter. - Dispatch generic events (
sweep.completed,claim.updated) from the respective services. - Create a
NotificationServicethat listens to these events using@OnEvent(). - Send corresponding emails via the existing
MailServiceor push in-app alerts to the database.
Useful Resources
Reactions are currently unavailable