Repositories / PulseOps
Incident management platform
Select a flow to inspect its ordered source evidence.
Traces a responder acknowledgement through authorization, persistence, audit history, and realtime publication.
Follows a new incident from the web form through validation, orchestration, persistence, audit logging, job dispatch, and notification delivery.
Shows how the SLA job locates overdue incidents, resolves owners, persists severity, audits the change, and notifies responders.
Explains how the incident detail page reads a bounded projection across incident and audit records.
Follows an asynchronous notification from dispatch through queue consumption and the external email adapter.
Focused flow
Follows an asynchronous notification from dispatch through queue consumption and the external email adapter.
The API builds a typed notification command from committed incident data.
The queue client persists work outside the HTTP request lifecycle.
The worker validates and begins the delivery job.
The delivery service resolves recipient preferences and channel behavior.
The external adapter performs the provider call without leaking that dependency into the domain.