WIP next tracks planing

This commit is contained in:
2026-03-06 14:52:10 -05:00
parent 3336959e02
commit 2c90020682
28 changed files with 482 additions and 540 deletions

View File

@@ -1,33 +1,29 @@
# Track Specification: Performance Dashboard
## Overview
Implement performance dashboard for Manual Slop application.
Expand performance metrics with CPU/RAM, frame time, input lag graphs.
## Current State Audit
### Already Implemented (DO NOT re-implement)
- Existing backend functionality in src/ modules
- Test coverage for core features
### Already Implemented
- performance_monitor.py
- get_metrics() method
- Basic FPS display
### Gaps to Fill (This Track Scope)
This track addresses the gap between backend implementation and user-facing GUI/control.
### Gaps to Fill
- No historical graphs
- No input lag tracking
- No CPU/RAM visualization
## Goals
- Implement performance dashboard
- Ensure test coverage
- Follow existing code patterns
- Historical performance graphs
- CPU/RAM usage display
- Input lag metrics
## Functional Requirements
- User-facing functionality as described in TASKS.md
- Integration with existing backend
- Rolling metrics history
- Graph rendering
- Alert thresholds
## Non-Functional Requirements
- Performance: Maintain UI responsiveness
- Tests: >80% coverage for new code
## Architecture Reference
- docs/guide_architecture.md
- docs/guide_mma.md
- docs/guide_tools.md
## Out of Scope
- Major refactoring of unrelated systems
- 60fps UI during metrics collection
- Configurable history length