Files
break-it-down/frontend
Claude 718e5acbe2 Exclude 'done' tasks from parent time estimates
When a leaf task is marked as 'done', it no longer contributes to its parent's
time estimate. This shows remaining work rather than total estimated work.

Example:
- Parent with 2 subtasks (30m each) shows 1h
- Mark one subtask as done → parent now shows 30m
- Mark both done → parent shows 0m (or own estimate if set)

This provides accurate tracking of remaining time across the task hierarchy.
2025-11-20 09:46:17 +00:00
..