Daily Plans Deep Dive
Plan daily work with structured daily plans.
Overview
Daily plans let employees and managers:
- Plan tasks for each day
- Set time estimates per task
- Track actual vs planned time
- Review daily productivity
Creating a Daily Plan
- Go to Time Tracking → Daily Plans
- Select date
- Add tasks from existing task list or create ad-hoc items
- Set estimated time per task
- Save plan
Daily Plan Structure
{
"date": "2025-03-05",
"status": "OPEN",
"tasks": [
{
"taskId": "uuid",
"estimatedTime": 120,
"actualTime": null,
"order": 1
}
]
}
Plan Statuses
| Status | Description |
|---|---|
| OPEN | Plan created, not started |
| IN_PROGRESS | Working on planned tasks |
| COMPLETED | All tasks done |
Features
- Drag & drop task ordering
- Time estimates per task
- Carry-over unfinished tasks to next day
- Manager review of team daily plans
- Productivity metrics — planned vs actual
API
See Daily Plan Endpoints.
Related Pages
- Task Management — task features
- Time Tracking — time tracking
- Reports — reporting