feat(scanner): add debug instrumentation for vision pipeline timing #155
2 changed files with 15 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ skip:
|
||||||
- role-a11y-auditor
|
- role-a11y-auditor
|
||||||
- role-ux-reviewer
|
- role-ux-reviewer
|
||||||
- role-ia-architect
|
- role-ia-architect
|
||||||
status: open
|
status: shipped
|
||||||
created: 2026-06-14
|
created: 2026-06-14
|
||||||
parent: migration-tool
|
parent: migration-tool
|
||||||
addresses: migration-tool § R1 (prod schema drift from setup-neon-db.js DDL)
|
addresses: migration-tool § R1 (prod schema drift from setup-neon-db.js DDL)
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ success_metric: |
|
||||||
Scans / Scan Queue / Duplicates — without regressing the mobile
|
Scans / Scan Queue / Duplicates — without regressing the mobile
|
||||||
immersive checkout.
|
immersive checkout.
|
||||||
skip: []
|
skip: []
|
||||||
status: open
|
status: shipped
|
||||||
created: 2026-08-15
|
created: 2026-08-15
|
||||||
depends_on:
|
depends_on:
|
||||||
- scanner-mobile-checkout
|
- scanner-mobile-checkout
|
||||||
|
|
@ -887,3 +887,16 @@ slice_dependencies:
|
||||||
5. **No new packages** — dep-set check N/A; all primitives exist (`Modal`, `GlassSurface`, `Button`).
|
5. **No new packages** — dep-set check N/A; all primitives exist (`Modal`, `GlassSurface`, `Button`).
|
||||||
6. **Gallery batch path verified:** `identifyFromGalleryFile` exists in
|
6. **Gallery batch path verified:** `identifyFromGalleryFile` exists in
|
||||||
`use-scanner-identification.js` (line 326) — Brief 5 wraps it sequentially.
|
`use-scanner-identification.js` (line 326) — Brief 5 wraps it sequentially.
|
||||||
|
|
||||||
|
## As-shipped
|
||||||
|
|
||||||
|
Shipped 2026-08-15 as PR #165 (squash `938c161`, commit subject
|
||||||
|
`feat(scanner): add desktop workstation layout (#165)`). All six briefs'
|
||||||
|
surfaces landed: md+ workstation chrome, device picker, Upload Image,
|
||||||
|
Batch Scan, Auto-detect toggle, live match inspector, and the bottom
|
||||||
|
Recent Scans / Scan Queue / Duplicates strip; mobile immersive checkout
|
||||||
|
unchanged below `md`.
|
||||||
|
|
||||||
|
Related post-merge scanner fixes on adjacent convoys (not this scope):
|
||||||
|
#166 (multi-card flow + frame overlay + rate limits) and #167 (manual
|
||||||
|
tap-to-scan shutter).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue