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
Explains how the incident detail page reads a bounded projection across incident and audit records.
The detail route requests the latest timeline projection.
The API route validates the incident identifier and paging boundary.
The timeline repository combines incident state with ordered audit records.
The projection reads the canonical incident record.
The projection reads the append-only event history.