# XWUIOpsDashboardPage

The Ops landing-page dashboard and command centre - a thin `XWUIShellPage` subclass that embeds an `XWUIDashboard` to render a four-tile KPI ribbon (Today's Productions, Active OB Vans Today, Active Employees, Pending Reports) above a two-up widget grid (Upcoming Productions, Recent Activity). Feed counts through `data.kpis` and widget bodies through `upcomingProductionsContent` / `recentActivityContent` (HTML string or element); omitted widgets fall back to spec empty states. Use it as the `/en` route landing page; `setKPIs`, `setUpcomingProductionsContent`, and `setRecentActivityContent` update tiles and feeds in place.

## Basic Usage

Ops dashboard with live KPI counts and both widget feeds in their default empty state.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: KPI ribbon with active-employee and pending-report counts; widgets show empty-state placeholders.
```

```api
```

## Inside Ops Shell

Builds the page into a detached host, then mounts it as `main` inside `XWUIOpsShellApp` under the `dashboard` nav key.

```example
file: examples/InsideOpsShell.ts
html: examples/InsideOpsShell.html
title: Inside Ops Shell
description: Page-class instance mounted into XWUIOpsShellApp as data.main - the canonical Ops composition pattern.
```

## Ramadan Surge Command Centre

Peak-season landing page during the Ramadan broadcast surge, with surge KPI counts and rich operational feeds in both widgets.

```example
file: examples/RamadanSurgeCommandCentre.ts
html: examples/RamadanSurgeCommandCentre.html
title: Ramadan Surge Command Centre
description: Surge KPIs (27 productions, 9 OB vans) with a live productions queue and crew/OB-van activity stream.
```

## Night Shift OB Handover

The duty manager's 22:00 shift-change view with toolbar handover actions and the overnight OB-van deployment snapshot.

```example
file: examples/NightShiftOBHandover.ts
html: examples/NightShiftOBHandover.html
title: Night Shift OB Handover
description: Shift-change dashboard with toolbar actions, a deployed-OB-van table and the outgoing shift's handover log.
```

```api
```
