# XWUISuperOps

Super-tier, mergeable wrapper for the Ops broadcast-operations product. It re-exports the richer `industry/broadcast/XWUIOpsShellApp` as static `XWUISuperApp` data - a nine-accordion sidebar (Dashboards, Reports, AI Assistant, Projects & Scheduling, AI Planner, Resources, Operations, HR, Commercial) wired to 39 `XWUIOps*Page` classes - re-keyed under an `ops-` namespace so it never collides when union-merged with siblings like `XWUISuperHR`. The Ops landing dashboard (`ops-dashboards-main`) is the default cold-start leaf, and the shell defaults to a wider 280px sidebar to fit the long Ops labels. Reach for this class (rather than `XWUIOpsShellApp`) whenever Ops must share one combined shell with other Super apps.

## Basic Usage

Mounts the Ops shell standalone - all nine accordions and 39 page-classes wired through the static registry, defaulting to the Ops landing dashboard.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Mounts XWUISuperOps on its own, letting the base class pick ops-dashboards-main as the default landing leaf.
```

## Merged With HR

Composes Ops with `XWUISuperHR` through `XWUISuperApp.merge()`, producing a JSON-shaped descriptor whose disjoint `ops-*` / `hr-*` namespaces let both apps' accordions coexist in one sidebar without renaming.

```example
file: examples/MergedWithHR.ts
html: examples/MergedWithHR.html
title: Merged With HR
description: Union-merges XWUISuperOps with XWUISuperHR into one host XWUISuperApp, Ops keeping its dashboards-main default landing.
```

## Executive Dashboard

A VP lands directly on the executive dashboard of the broadcast-operations shell via a deep-link.

```example
file: examples/ExecutiveDashboard.ts
html: examples/ExecutiveDashboard.html
title: Executive Dashboard
description: Deep-links XWUISuperOps onto ops-dashboards-executive so an Operations VP opens on the executive view with the wider 280px sidebar.
```

## HR Employees (Arabic)

HR opens two levels into the Ops tree, directly on the Employees roster, with the shell flipped to Arabic / RTL.

```example
file: examples/HrEmployeesArabic.ts
html: examples/HrEmployeesArabic.html
title: HR Employees (Arabic)
description: Deep-links XWUISuperOps onto ops-hr-employees with locale ar, landing on the Employees roster under RTL with a 6-notification badge.
```

```api
```
