feat: integrate BarcodeScanner into scan page (#22 #23) #49

Merged
makiolaj merged 1 commits from feature/issue-22-barcode-scanner-shell into develop 2026-02-24 00:02:07 +00:00
Owner

Integrates the existing BarcodeScanner component into the scan page with event handling and UI flow.

Changes

  • Use ScanBarcodeScanner component in scan.vue
  • Handle barcode-detected events
  • Add product lookup placeholder (will be implemented in #24)
  • Add scan-to-add flow placeholder (will be implemented in #25)
  • Loading and error states

Issues

Closes #22, Closes #23

Notes

The BarcodeScanner component was already created in PR #47. This PR integrates it into the scan page and adds the UI flow for product lookup and inventory addition (placeholders for #24 and #25).

Integrates the existing BarcodeScanner component into the scan page with event handling and UI flow. ## Changes - ✅ Use ScanBarcodeScanner component in scan.vue - ✅ Handle barcode-detected events - ✅ Add product lookup placeholder (will be implemented in #24) - ✅ Add scan-to-add flow placeholder (will be implemented in #25) - ✅ Loading and error states ## Issues Closes #22, Closes #23 ## Notes The BarcodeScanner component was already created in PR #47. This PR integrates it into the scan page and adds the UI flow for product lookup and inventory addition (placeholders for #24 and #25).
makiolaj added 1 commit 2026-02-24 00:01:58 +00:00
feat: integrate BarcodeScanner into scan page (#22 #23)
Some checks failed
Deploy to Coolify / Code Quality (pull_request) Has been cancelled
Deploy to Coolify / Run Tests (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Development (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Production (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Test (pull_request) Has been cancelled
Pull Request Checks / Validate PR (pull_request) Has been cancelled
50a0bd9417
- Use ScanBarcodeScanner component in scan.vue
- Add product lookup placeholder (Issue #24)
- Add scan-to-add flow placeholder (Issue #25)
- Handle barcode detection events
- Show loading and error states
- Allow rescan and manual entry

Closes #22, #23
makiolaj merged commit 627e970986 into develop 2026-02-24 00:02:07 +00:00
Sign in to join this conversation.