597 B
597 B
Track Specification: Manual Ticket Queue Management
Overview
Reorder, prioritize, and requeue tickets with drag-drop UI.
Current State Audit
Already Implemented
- Ticket system in models.py
- DAG dependency resolution
Gaps to Fill
- No drag-drop reordering
- No priority tags
- No bulk operations
Goals
- Drag-drop ticket reordering
- Priority tags (high/med/low)
- Bulk select and execute/skip/block
Functional Requirements
- Drag-drop handlers
- Priority field on tickets
- Bulk action buttons
Non-Functional Requirements
- Maintain DAG validity
- Undo capability