1.2 KiB
1.2 KiB
| id | title | status | assignee | created_date | labels | dependencies | priority | ||
|---|---|---|---|---|---|---|---|---|---|
| task-002 | Add actualHours tracking and time estimation reporting | To Do | 2025-12-26 01:50 |
|
medium |
Description
Continue the time tracking and estimation feature set:
-
actualHours field: Add ability to track actual hours spent on completed tasks
- Add
actualHoursfield to Task type - Add CLI support (
--actual-hoursflag) - Add MCP support
- Add web UI input in TaskDetailsModal
- Add
-
Velocity/Estimation Reporting:
- Add estimated vs actual hours comparison in Statistics
- Show total estimated hours for backlog
- Show estimation accuracy metrics
- Add to velocity dashboard
-
Integration possibilities:
- Time tracking tool integrations (Toggl, etc.)
- Invoicing data export
- Project estimation roll-ups
Acceptance Criteria
- #1 actualHours field added to Task type
- #2 CLI --actual-hours flag working
- #3 Web UI shows actual hours input
- #4 Statistics page shows estimated vs actual comparison
- #5 Tests for actualHours functionality