-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
BackendbackendbackendStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programfeatureFurther information is requestedFurther information is requested
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
Metadata
Metadata
Assignees
Labels
BackendbackendbackendStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programfeatureFurther information is requestedFurther information is requested