←
TRCKR-599
Created: 2025-12-20
•
Updated: 2025-12-22
Relationships
Loading...
Attachments
Loading...
Comments (1)
agent
·
2025-12-22
## Changes Made
1. **Added status sorting logic** (`server/routes/web.py:817-826`)
- Added status sorting case using workflow order:
- triage (0) → backlog (1) → todo (2) → in-progress (3) → blocked (4) → in-review (5) → done (6) → cancelled (7) → archived (8)
2. **Updated status header** (`server/templates/partials/issues_table.html:9-11`)
- Added htmx hx-get attribute for sorting clicks
- Added separate filter funnel icon for consistency with priority column
3. **Added E2E test suite** (`tests/e2e/test_list_sort_status.py`)
- 6 comprehensive tests covering all sorting scenarios
## Test Results
All 21 sort-related E2E tests pass. Changes merged to master.