WIP next tracks planing
This commit is contained in:
@@ -1,33 +1,26 @@
|
||||
# Track Specification: Manual Block/Unblock Control
|
||||
|
||||
## Overview
|
||||
Implement manual block/unblock control for Manual Slop application.
|
||||
Manually block/unblock tickets with custom reasons.
|
||||
|
||||
## Current State Audit
|
||||
### Already Implemented (DO NOT re-implement)
|
||||
- Existing backend functionality in src/ modules
|
||||
- Test coverage for core features
|
||||
### Already Implemented
|
||||
- Ticket blocked status
|
||||
- Dependency-based blocking
|
||||
|
||||
### Gaps to Fill (This Track Scope)
|
||||
This track addresses the gap between backend implementation and user-facing GUI/control.
|
||||
### Gaps to Fill
|
||||
- No manual override
|
||||
- No custom reasons
|
||||
|
||||
## Goals
|
||||
- Implement manual block/unblock control
|
||||
- Ensure test coverage
|
||||
- Follow existing code patterns
|
||||
- Manual block with reason
|
||||
- Unblock button
|
||||
- Block reason display
|
||||
|
||||
## Functional Requirements
|
||||
- User-facing functionality as described in TASKS.md
|
||||
- Integration with existing backend
|
||||
- Block/unblock actions
|
||||
- Reason field
|
||||
- Visual blocked indicator
|
||||
|
||||
## 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
|
||||
- Clear block indication
|
||||
|
||||
Reference in New Issue
Block a user