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 `NotificationService` that listens to these events using `@OnEvent()`. - [ ] Send corresponding emails via the existing `MailService` or push in-app alerts to the database. ### Useful Resources - [NestJS Events](https://docs.nestjs.com/techniques/events)
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
@nestjs/event-emitter.sweep.completed,claim.updated) from the respective services.NotificationServicethat listens to these events using@OnEvent().MailServiceor push in-app alerts to the database.Useful Resources