gigafibre-fsm/apps/field
louispaulb 90f5f2eaa0 fix(field/ops): restore live camera + multi-barcode scanning at /j/scan
The Apr 22 refactor (41d9b5f) collapsed the tech scanner to Gemini-only
photo capture, dropping the live camera viewport and client-side multi-
barcode detection. Techs lost the fast point-and-scan flow that handles
90% of routine installs.

Restored as a hybrid: html5-qrcode as the primary path (instant, offline,
standard QR/barcode), Gemini kept as a second-chance fallback for hard
labels (damaged stickers, text-only serials, unusual symbologies). Offline
queue + scanEquipmentLabel() preserved unchanged.

Three tabs, defaulting to live camera:
  - Caméra — continuous html5-qrcode stream, detection auto-beeps
  - Photo  — native camera; full-image + 3-strip local scan, Gemini fallback
  - Manuel — plain text input

Both apps/field and apps/ops updated in lockstep so nothing drifts while
apps/field is being folded into apps/ops/j.

Run `npm install` in apps/ops/ to pull in html5-qrcode before the next build.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 13:22:36 -04:00
..
infra docs: reorganize into architecture/features/reference/archive folders 2026-04-22 11:51:33 -04:00
public/icons feat: add field tech app — barcode scanner, tasks, diagnostics, offline 2026-03-30 23:00:44 -04:00
src fix(field/ops): restore live camera + multi-barcode scanning at /j/scan 2026-04-22 13:22:36 -04:00
src-pwa feat: inline editing, search, notifications + full repo cleanup 2026-03-31 07:34:41 -04:00
deploy.sh fix: server-side API token injection + ticket modal empty state 2026-03-30 23:31:58 -04:00
index.html feat: inline editing, search, notifications + full repo cleanup 2026-03-31 07:34:41 -04:00
package-lock.json feat: inline editing, search, notifications + full repo cleanup 2026-03-31 07:34:41 -04:00
package.json feat: inline editing, search, notifications + full repo cleanup 2026-03-31 07:34:41 -04:00
quasar.config.js refactor: major cleanup — remove dead dispatch app, commit all backend code, extract client composables 2026-04-08 17:38:38 -04:00