Gigafibre Field Service Management - ERPNext doctypes, dispatch app, architecture docs
Go to file
louispaulb 15813e6caf feat: map markers — workload progress bar + crew group badge
- Progress bar under each tech avatar showing daily load (0-8h)
  Green (<4h) → Yellow (4-6h) → Orange (6-8h) → Red (8h+)
  Includes both primary queue and assistant jobs
- Crew badge: purple circle with count (e.g. "2") when tech has
  assistants on today's jobs — indicates grouped team
- Tooltip shows "Name — X.Xh / 8h"
- Marker now uses gpsCoords || coords for visibility check
  (fixes techs with GPS but no static coords)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 12:16:56 -04:00
frappe-setup Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
infra Refactor: modular architecture — extract composables & components 2026-03-24 16:08:56 -04:00
public/icons Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
scripts Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
src feat: map markers — workload progress bar + crew group badge 2026-03-27 12:16:56 -04:00
src-pwa Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
.dockerignore Refactor: modular architecture — extract composables & components 2026-03-24 16:08:56 -04:00
.eslintrc.cjs Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
.gitignore Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
deploy-fast.sh Add deploy-fast.sh — local build + docker cp (~5s vs ~30s) 2026-03-24 16:12:07 -04:00
deploy.sh Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
Dockerfile Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
index.html Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
package-lock.json Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
package.json Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
quasar.config.js feat: auth gate, GPS hybrid tracking, tech CRUD modal, ERPNext API proxy 2026-03-27 12:02:04 -04:00