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,28 @@
# Track Specification: Manual Ticket Queue Management
## Overview
Implement manual ticket queue management for Manual Slop application.
Reorder, prioritize, and requeue tickets with drag-drop UI.
## Current State Audit
### Already Implemented (DO NOT re-implement)
- Existing backend functionality in src/ modules
- Test coverage for core features
### Already Implemented
- Ticket system in models.py
- DAG dependency resolution
### Gaps to Fill (This Track Scope)
This track addresses the gap between backend implementation and user-facing GUI/control.
### Gaps to Fill
- No drag-drop reordering
- No priority tags
- No bulk operations
## Goals
- Implement manual ticket queue management
- Ensure test coverage
- Follow existing code patterns
- Drag-drop ticket reordering
- Priority tags (high/med/low)
- Bulk select and execute/skip/block
## Functional Requirements
- User-facing functionality as described in TASKS.md
- Integration with existing backend
- Drag-drop handlers
- Priority field on tickets
- Bulk action buttons
## 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
- Maintain DAG validity
- Undo capability