{{ if .BodyTemplate }} {{ renderBody .BodyTemplate .BodyData }} {{ else }}

Operator overview

Membership, delivery, catalog and integration state for this deployment.

Find a person or organization

{{ template "operator_lookup_result.html" . }}
{{ if .Setup.RequiredIncomplete }} {{ template "operator_setup.html" .Setup }} {{ end }}

At a glance

{{ if .Overview.Stats }} {{ else }}

Counts are unavailable.

{{ end }}

Recent activity

{{ if eq (len .Activity) 0 }}

No activity recorded yet.

Grants, plan transitions, invoices and payments appear here as they happen.

{{ else }}
{{ range .Activity }} {{ end }}
When Event Organization Actor Summary
{{ .Timestamp }} {{ if eq .EventType "grant_issued" }}grant {{ else if eq .EventType "transition" }}transition {{ else if eq .EventType "invoice_created" }}invoice {{ else if eq .EventType "payment_received" }}payment {{ else }}{{ .EventType }}{{ end }} {{ if .OrgID }}{{ if .OrgName }}{{ .OrgName }}{{ else }}{{ .OrgID }}{{ end }}{{ end }} {{ if .PersonID }}{{ if .PersonName }}{{ .PersonName }}{{ else }}{{ .PersonID }}{{ end }} {{ else }}{{ end }} {{ .Summary }}
{{ end }}

System

Integrations

{{ if .Overview.Providers }}
    {{ range .Overview.Providers }}
  • {{ if .SurfacePath }}{{ .DisplayName }} {{ else }}{{ .DisplayName }}{{ end }} {{ .Kind }} {{ .Status }} {{ if not .Configured }} Not configured {{ end }}
  • {{ end }}
{{ else }}

No integrations registered.

{{ end }}

Delivery queue

Tracks Stripe's queued outbound work only; other integrations dispatch directly and are not reflected here, so an empty or draining queue says nothing about their state.

{{ if .Overview.Queue.Available }}
Pending
{{ .Overview.Queue.Pending }}
Retrying
{{ .Overview.Queue.Retrying }}
Dead-letter
{{ .Overview.Queue.DeadLetter }}
{{ if .Overview.Queue.NeedsAttention }}

Dead-lettered work has exhausted its retries and needs an operator.

{{ else }}

Queued integration work is draining normally.

{{ end }} {{ else }}

Queue health is unavailable.

{{ end }}
{{ end }}
Done.