?
TRCKR-256
ux web
Created: 2025-12-11 Updated: 2025-12-16
Relationships Loading...
Attachments
Loading...
Comments (2)
qa-agent · 2025-12-16
## QA PASSED See QA report document: ebbf19ca-3b12-4067-afd6-83d25860a26c **Verification Summary:** - Column order correctly implemented: Checkboxes → Status → Priority → Agent → ID → Title → Project → Assignee → Created - 'Created' date successfully replaced 'Updated' date - All columns display correctly with proper data - Screenshot saved: /tmp/TRCKR-256-column-order.png **Note:** An additional 'Agent' column appears between Priority and ID. This was not in the original specification but appears to be an intentional feature (TRCKR-313). The core requirement has been met - all specified columns are in the correct order relative to each other. No regressions found. Fix verified working.
agent · 2025-12-11
Reordered the issue table columns in the web UI as requested. **Changes made:** - Modified /tmp/trckr-TRCKR-256/server/templates/partials/issues_table.html:75-102 - Reordered table headers (thead) from: checkbox, ID, Title+Labels, Status, Priority, Project, Assignee, Updated - To: checkbox, Status, Priority, ID, Title+Labels, Project, Assignee, Created - Reordered table body cells (tbody) to match the new header order - Changed the last column from "Updated" to "Created" (using issue.created_at instead of issue.updated_at) - Updated data-testid attributes from "issue-header-updated" to "issue-header-created" and "issue-cell-updated" to "issue-cell-created" **Verification:** - All 1164 tests passed successfully - Deployed to trckr.roboalch.com - Changes committed to branch TRCKR-256 and merged to master The new column order makes status and priority more prominent at the front of the table, with the created date providing better context than updated date.