docs(37): add image fetch + crop issues to UAT
All checks were successful
CI / ci (push) Successful in 1m52s
CI / e2e (push) Has been skipped
CI / deploy (push) Successful in 7s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-20 22:09:48 +02:00
parent 8b60428b3b
commit f1825fc722

View File

@@ -44,9 +44,30 @@ blocked: 0
## Gaps
- truth: "Clicking an item in the admin items list navigates to its edit page"
status: failed
reason: "User reported: nothing happening when clicking an item in the list"
status: fixed
reason: "Route nesting issue — fixed by moving to directory-based routing"
severity: major
- truth: "Admin item edit page renders at /admin/items/$itemId"
status: fixed
reason: "Same route nesting fix"
severity: major
- truth: "Fetch from URL on admin item edit page works"
status: failed
reason: "User reported: image fetching doesn't work"
severity: major
test: post-fix
artifacts: []
missing: []
- truth: "Image cropping on admin item edit page works correctly"
status: failed
reason: "User reported: cropping has issues"
severity: major
test: post-fix
artifacts: []
missing: []
test: 3
artifacts: []
missing: []