OSS (Operations Support Systems) and BSS (Business Support Systems) for resources optimization
Go to file
louispaulb 6f901f911c feat: SVG circular progress ring on map tech markers
Replace faint linear bars with SVG ring around avatar:
- Outer arc (faded): planned load / 8h capacity, color-coded
  green→yellow→orange→red based on load percentage
- Inner arc (solid green): jobs completed / total jobs
- Ring uses stroke-dasharray for clean arcs with round caps
- Tooltip: "Name — 2/5 jobs (3.0h / 7.0h)"
- Crew badge (purple "2") positioned on avatar corner

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 13:05:32 -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: SVG circular progress ring on map tech markers 2026-03-27 13:05:32 -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