API Docs / Schemas / DeadlineComplianceSummaryDto

DeadlineComplianceSummaryDto

Headline KPIs for the Deadline Compliance report. Every cohort task lands in exactly one
of Met / Late / MissedOpen / Pending.

Properties

Name Type Description
deadlineCountinteger

Deadlines that fell in the window (Skipped tasks excluded).

Deadlines that fell in the window (Skipped tasks excluded).

metCountinteger

Deadlines met: task completed on or before the deadline.

Deadlines met: task completed on or before the deadline.

lateCountinteger

Deadlines missed but recovered: task completed after the deadline.

Deadlines missed but recovered: task completed after the deadline.

missedOpenCountinteger

Deadlines missed and still open - the actionable misses.

Deadlines missed and still open - the actionable misses.

pendingCountinteger

Deadlines in the window not yet reached, task still open - undecided, excluded from the
compliance rate. Only non-zero for windows that extend into the future.

Deadlines in the window not yet reached, task still open - undecided, excluded from the
compliance rate. Only non-zero for windows that extend into the future.

compliancePctnumber

Met as a percentage of decided deadlines (met + late + missed-open). Null when nothing
has been decided yet.

Met as a percentage of decided deadlines (met + late + missed-open). Null when nothing
has been decided yet.

avgDaysLatenumber

Average days late across misses (late completions measured to completion, open misses to
today). Null when there are no misses.

Average days late across misses (late completions measured to completion, open misses to
today). Null when there are no misses.

worstDaysLateinteger

Days late of the worst miss. Null when there are no misses.

Days late of the worst miss. Null when there are no misses.

worstTaskCodeAndNameDto

JSON Example

{
  "deadlineCount": 0,
  "metCount": 0,
  "lateCount": 0,
  "missedOpenCount": 0,
  "pendingCount": 0
}

Contained in Schemas