Welcome back, {{ currentUser.name || 'there' }}
Team Progress
Overall tracking of all team tasks.
Total Team Tasks
{{tasks.length}}
Completed
{{tasks.filter(t => t.status === 'Done').length}}
Pending
{{tasks.filter(t => t.status !== 'Done').length}}
Overdue
{{ teamOverdue }}
Status Breakdown
Active tasks by priority
Open Tasks by Assignee
New Tasks (last 8 weeks)
My Workload
Tasks specifically assigned to you.
My Total
{{myTasks.length}}
My Done
{{myTasks.filter(t => t.status === 'Done').length}}
My Pending
{{myTasks.filter(t => t.status !== 'Done').length}}
My Overdue
{{ myOverdue }}
My Progress
My Status Breakdown
Team Management
Add New Member
| User | Role | Actions |
|---|---|---|
|
{{u.name}}
{{u.email}}
|
{{u.role}} |
Task Board
{{ boardStatus }} ({{ statusCount(boardStatus) }})
{{ t.title }}
Communication Matrix
| Subject | Frequency | Responsible | # by | {{ m }} | |
|---|---|---|---|---|---|
|
{{ row.subject }}
|
{{ row.frequency }} | {{ row.responsible }} | {{ row.by_group }} |
|
{{ cellLabel(c) }} |
Add subject
Frequency can't be changed later — it sets the cells.
{{ cellModalRow ? cellModalRow.subject : '' }}
{{ cellPeriodLabel(cellModal) }}