Add 2D barcode scanning + connect_id search
- Add QR_CODE, DATA_MATRIX, PDF_417, AZTEC to barcode scanner hints so serial number stickers with 2D barcodes can be scanned - Update /api/assets/search to also match connect_id so full Connect IDs (e.g. VM-05912-0000068454) work when scanned - Bump SW cache v5→v6, footer v3.2→v3.3
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
// Caches app shell + CDN deps. Network-first for API, cache fallback for static.
|
||||
// ═══════════════════════════════════════════════════════════════════════════
|
||||
|
||||
const CACHE_NAME = 'canteen-v5';
|
||||
const CACHE_NAME = 'canteen-v6';
|
||||
|
||||
// App shell — core resources needed to boot the PWA
|
||||
const APP_SHELL = [
|
||||
|
||||
Reference in New Issue
Block a user