Schedule — the week on one board
A 7-day week view of field jobs and events — the 'where's my week' screen every field-service owner asks for first. Read view over GET /ops/jobs + GET /events (no new API); week navigation, today highlighted, every card links into its detail surface. Mobile-first: day columns scroll horizontally with snap on phones, full grid from md up.
If you are building a front end
Your front end calls this over the same-origin `/api/v1` proxy — no backend code to write, no schema to design. Endpoints: GET /ops/jobs, GET /events.
Bring any front end — hand-written, or generated with Lovable, v0, Bolt, Claude, or Cursor. You get auth, a multi-tenant database, payments through your own Stripe, and email/SMS without writing or hosting a backend.
- How to turn it on
- Always on for ops-permitted roles.
- Who can use it
- ops.jobs.read seats the nav; each source inherits its domain read permission.
- The API behind it
GET /ops/jobs, GET /events- Where it lives
- /schedule
See it in context
Scheduling & online booking — the full walkthrough, step by step: Customers book themselves. Zero login, zero phone tag, deposits if you want them.
Machine-readable
This page is generated from our published capability catalog. Point your AI assistant at /features.json (or /llms.txt) and it can read every feature, how to enable it, and the endpoints behind it — then build against them.