ServiceDeliverySummaryDto
Headline KPIs for the Service Delivery Turnaround report, computed over the completion
cohort (tasks whose CompletedDate falls in the requested window).
Properties
| Name | Type | Description |
|---|---|---|
| completedCount | integer | Number of tasks completed in the window. |
Number of tasks completed in the window. | ||
| avgTurnaroundDays | number | Average calendar days from planned start date to completion (negatives clamped to 0). |
Average calendar days from planned start date to completion (negatives clamped to 0). | ||
| medianTurnaroundDays | number | Median calendar days from planned start date to completion. Null when the cohort is empty. |
Median calendar days from planned start date to completion. Null when the cohort is empty. | ||
| onTimePct | number | Percentage of the cohort completed on or before its due date. Null when the cohort is empty. |
Percentage of the cohort completed on or before its due date. Null when the cohort is empty. | ||
| statutoryOnTimePct | number | Percentage of the statutory sub-cohort (tasks with a statutory due date) completed on or |
Percentage of the statutory sub-cohort (tasks with a statutory due date) completed on or | ||
| statutoryCount | integer | Size of the statutory sub-cohort - the denominator behind StatutoryOnTimePct. |
Size of the statutory sub-cohort - the denominator behind StatutoryOnTimePct. | ||
| overdueCount | integer | Open tasks (NotStarted/InProgress/Blocked) past their due date right now. |
Open tasks (NotStarted/InProgress/Blocked) past their due date right now. | ||
JSON Example
{
"completedCount": 0,
"avgTurnaroundDays": 0,
"medianTurnaroundDays": 0,
"onTimePct": 0,
"statutoryOnTimePct": 0
}