│ ├── Active Job Card
│ ├── Status Indicators
│ └── Quick Start / Resume / Stop

Top Bar:

————————————

[Cloud & Field Logo]   [Notifications Bell]  [Profile Icon]

Main:

————————————

ACTIVE JOB

————————————

Field: South 40 Acres (In Progress)

Progress Bar: ██████░░░░  62%

Buttons: [Pause] [Take Over] [Stop]

STATUS

————————————

GPS: GOOD   |   AUTONOMY: ACTIVE   |   SAFETY: OK

Machine: John Deere 6420 + 15ft Batwing

QUICK ACTIONS

————————————

[Start Job]   [Select Field]   [Implement Setup]

Bottom Nav:

————————————

Home | Fields | Job Planner | Run | Settings

API-

  GET /dashboard
– Summary object: active job, machine status, key alerts.

  GET /jobs/active
– If you prefer explicit jobs list for “active job card”.

  GET /machines/current
– Status of the currently selected tractor + implement combo.

  GET /notifications?unread=true&limit=5
– For showing the last few alerts/banners.

  POST /jobs/{jobId}/start

  POST /jobs/{jobId}/pause

  POST /jobs/{jobId}/resume

  POST /jobs/{jobId}/stop
– Actions for quick buttons on the dashboard.