WIP next tracks planing
This commit is contained in:
@@ -1,33 +1,27 @@
|
||||
# Track Specification: Pipeline Pause/Resume
|
||||
|
||||
## Overview
|
||||
Implement pipeline pause/resume for Manual Slop application.
|
||||
Global pause/resume for entire DAG execution pipeline.
|
||||
|
||||
## Current State Audit
|
||||
### Already Implemented (DO NOT re-implement)
|
||||
- Existing backend functionality in src/ modules
|
||||
- Test coverage for core features
|
||||
### Already Implemented
|
||||
- DAG engine execution
|
||||
- auto_queue mode
|
||||
|
||||
### Gaps to Fill (This Track Scope)
|
||||
This track addresses the gap between backend implementation and user-facing GUI/control.
|
||||
### Gaps to Fill
|
||||
- No pause mechanism
|
||||
- No resume capability
|
||||
|
||||
## Goals
|
||||
- Implement pipeline pause/resume
|
||||
- Ensure test coverage
|
||||
- Follow existing code patterns
|
||||
- Global pause button
|
||||
- Resume button
|
||||
- Frozen state visualization
|
||||
|
||||
## Functional Requirements
|
||||
- User-facing functionality as described in TASKS.md
|
||||
- Integration with existing backend
|
||||
- Pause all workers
|
||||
- Resume from paused state
|
||||
- State persistence
|
||||
|
||||
## 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
|
||||
- Worker state preservation
|
||||
- Clean resume
|
||||
|
||||
Reference in New Issue
Block a user