-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
Task statistics testids are not implemented in the current Dashboard.
Affected Tests
- test_dashboard.spec.ts:189 -
should display task progress and statistics
Current State
Dashboard lacks dedicated task stats components showing:
- Total tasks
- Completed tasks
- Blocked tasks
- In-progress tasks
Proposed Solution
Add task statistics display to Dashboard:
- Create dedicated task stats component
- Display counts for each task status
- Add proper testids for E2E testing
- Update in real-time via WebSocket
Acceptance Criteria
- Task stats component created
- All 4 statistics displayed (total, completed, blocked, in-progress)
- Testids added:
total-tasks,completed-tasks,blocked-tasks,in-progress-tasks - E2E test passes
- Skip decorator removed
Files
tests/e2e/test_dashboard.spec.ts:189(test)- Dashboard/TaskStats component (implementation)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request