The Full Screen Dispatch Center offers two distinct view modes to accommodate different dispatching workflows: Timeline View (horizontal time-based grid) and List View (vertical card-based layout).
Switching Between Views
Timeline View (Default)
Best For: Time-based scheduling, seeing daily workload distribution
Layout:
```
┌──────────┬─────────────────────────────────────────────────────┐
│ Drivers │ [No Time] [5-6am] [6-7am] [7-8am] [8-9am] ... │
├──────────┼─────────────────────────────────────────────────────┤
│ John │ [Job] [Job] [Job] │
│ Jane │ [Job] [Job] [Job] │
│ Mike │ [Job] [Job] [Job] │
└──────────┴─────────────────────────────────────────────────────┘
```
Features:
Card Size: Larger cards (560px min-width, 96px height) with full details
List View
Best For: Focusing on individual drivers, quick scanning
Layout:
```
┌────────────────────────────────┐
│ Unassigned [5 jobs] │
│ ┌──────────────────────────┐ │
│ │ [Job Card] │ │
│ │ [Job Card] │ │
│ └──────────────────────────┘ │
├────────────────────────────────┤
│ John Smith [3 jobs] │
│ ┌──────────────────────────┐ │
│ │ [Job Card] │ │
│ │ [Job Card] │ │
│ └──────────────────────────┘ │
└────────────────────────────────┘
```
Features:
Card Size: Compact cards (280px min-width, 80px height)
When to Use Each View
| Use Case | Recommended View |
|----------|------------------|
| Planning tomorrow's schedule | Timeline View |
| Checking real-time progress | Timeline View |
| Quick driver assignment | List View |
| Mobile or smaller screens | List View |
| Analyzing workload distribution | Timeline View |
| High-volume job days | Timeline View |
Drag-and-Drop Differences
| View | Drag Direction | Drop Zones |
|------|----------------|------------|
| Timeline | Multi-directional | Time slot cells within swim lanes |
| List | Vertical | Driver card containers |