Mobile-first Quasar PWA for field technicians at erp.gigafibre.ca/field/: - Multi-barcode scanner (photo + live + manual) with device lookup - Tasks page: today's Dispatch Jobs + assigned tickets - Diagnostic: speed test, HTTP resolve, batch service check - Device detail with customer linking - Offline support: IndexedDB queue, API cache, auto-sync - Standalone nginx container with Traefik StripPrefix + Authentik SSO Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19 lines
817 B
HTML
19 lines
817 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Targo Field</title>
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="Targo Field Technician App">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover">
|
|
<link rel="icon" type="image/png" sizes="128x128" href="icons/icon-128x128.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="icons/icon-128x128.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="icons/icon-128x128.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="icons/icon-128x128.png">
|
|
</head>
|
|
<body>
|
|
<div id="q-app"></div>
|
|
</body>
|
|
</html>
|