Skip to main content

DashboardTaskStats

Defined in: packages/core/src/dashboard/types.ts:107

Task statistics

Properties

by_expert?

optional by_expert: Record<string, number>

Defined in: packages/core/src/dashboard/types.ts:124


completed

completed: number

Defined in: packages/core/src/dashboard/types.ts:109


failed

failed: number

Defined in: packages/core/src/dashboard/types.ts:111


in_progress?

optional in_progress: number

Defined in: packages/core/src/dashboard/types.ts:112


last_five_tasks?

optional last_five_tasks: { created_at: string; id: string; status: string; task_name: string; }[]

Defined in: packages/core/src/dashboard/types.ts:114

created_at

created_at: string

id

id: string

status

status: string

task_name

task_name: string


pending

pending: number

Defined in: packages/core/src/dashboard/types.ts:110


top_tasks_with_names?

optional top_tasks_with_names: { count: number; task_name: string; }[]

Defined in: packages/core/src/dashboard/types.ts:120

count

count: number

task_name

task_name: string


total_tasks

total_tasks: number

Defined in: packages/core/src/dashboard/types.ts:108


total_tasks_today?

optional total_tasks_today: number

Defined in: packages/core/src/dashboard/types.ts:113