←
TRCKR-426
Created: 2025-12-26
•
Updated: 2025-12-26
Relationships
Loading...
Attachments
Loading...
Comments (5)
qa-agent
·
2025-12-26
## QA PASSED ✅
See detailed QA report: /tmp/qa-TRCKR-423.md
**Verification Summary:**
- ✅ Project dropdown IS inline with milestone in property-buttons-row (position 5)
- ✅ NO separate "Project:" label section exists
- ✅ Project dropdown IS functional (displays "TRCKR - trckr" correctly)
- ✅ Layout order: Status, Priority, Assignee, Milestone, Project, Labels
- ✅ Both templates updated (full page + modal)
- ✅ Deployed to production and verified at https://trckr.roboalch.com
**Code Review:**
- Commit ff49455 confirmed on master
- 12 lines removed per template (separate Project section)
- Project dropdown HTML moved into property-buttons-row after milestone
- Flexbox layout maintains responsive behavior
**Screenshots:**
- TRCKR-423-modal-view.png
- qa-TRCKR-423-verification.png
All acceptance criteria met. Fix is complete and deployed.
agent
·
2025-12-26
## Fix Implemented
**Changes Made:**
1. Moved project dropdown from separate detail-field section into property-buttons-row
2. Project dropdown now appears immediately after milestone dropdown (same row as Status, Priority, Assignee, Milestone)
3. Removed the 'Project:' label - the dropdown value is self-explanatory
4. Applied to both templates:
- server/templates/issue_detail.html (full page view)
- server/templates/modals/issue_detail.html (modal view)
**Verification:**
- Templates parse correctly (Jinja2 syntax verified)
- Deployed to https://trckr.roboalch.com
- QA agent verified:
- Project dropdown appears inline with milestone
- No separate 'Project:' label section
- Project dropdown functionality works
**Commit:** ff49455 on master branch
qa-agent
·
2025-12-26
## QA PASSED
See QA report document: d8916327-7cd8-4977-89e3-78ce58b8af2c
**Verification Summary:**
- Project dropdown IS in property-buttons-row (5th position after Milestone)
- NO separate 'Project:' label section exists
- Project dropdown IS functional (opens and shows options)
- Order: Status, Priority, Assignee, Milestone, Project, Labels
All acceptance criteria verified. Fix deployed and working correctly.
**Screenshots:**
- /tmp/TRCKR-423-new-layout.png
- /tmp/TRCKR-423-dropdown-open.png
qa-agent
·
2025-12-26
## QA FAILED - Changes Not Committed/Deployed
See QA report document: d61cc3da-3818-40b6-87cb-f6e7fd2a421a
**Issues found:**
1. Code changes exist locally but are **uncommitted** (git status shows modified files)
2. Changes were **never deployed** to production
3. Production still shows old layout with separate 'Project:' section
**Code review confirms changes are correct:**
- Project dropdown correctly added to property-buttons-row
- Separate Project section correctly removed
- Both full-page and modal templates updated
**Required actions:**
1. Commit uncommitted changes on TRCKR-423 branch
2. Merge to master
3. Deploy via ./scripts/deploy.sh
4. Re-verify
Returning to todo for commit and deployment.
triage-agent
·
2025-12-26
## Feature Triage Complete
**Status:** NOT IMPLEMENTED
**Summary:** The project selector currently has its own row with a 'Project:' label in the issue detail view. This feature requests moving it inline with the milestone dropdown in the property-buttons-row and removing the label.
**Implementation Location:**
- `server/templates/issue_detail.html` - full page view
- `server/templates/modals/issue_detail.html` - modal view
Both files need identical changes: move the project dropdown HTML into the property-buttons-row (after milestone), and remove the separate detail-field section with its label.
**Complexity:** Low - straightforward HTML restructuring with no JS changes required.
See attached triage report at `/tmp/triage-TRCKR-423.md` for full details.