docs(37): add image fetch + crop issues to UAT
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -44,9 +44,30 @@ blocked: 0
|
|||||||
## Gaps
|
## Gaps
|
||||||
|
|
||||||
- truth: "Clicking an item in the admin items list navigates to its edit page"
|
- truth: "Clicking an item in the admin items list navigates to its edit page"
|
||||||
status: failed
|
status: fixed
|
||||||
reason: "User reported: nothing happening when clicking an item in the list"
|
reason: "Route nesting issue — fixed by moving to directory-based routing"
|
||||||
severity: major
|
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
|
test: 3
|
||||||
artifacts: []
|
artifacts: []
|
||||||
missing: []
|
missing: []
|
||||||
|
|||||||
Reference in New Issue
Block a user