# XWUISuperLogistics

Super-tier app shell for the logistics / fleet-ops domain. The `industry/logistics/` folder is still empty, so this shell locks the public menu-key contract (`logistics-dashboard` plus shipments, routes, vehicles, drivers, carriers, tracking and reports) ahead of the real page-classes: the dashboard leaf is the default landing and synthesizes a four-tile KPI strip via `XWUIDashboard` (Active Shipments, In Transit, On-time %, Avg. Lead Time), while every other leaf mounts an `XWUIEmpty` "Coming soon" placeholder. Use it to wire Logistics into a merged console today - its `extraTree` / `extraPages` config and `XWUISuperApp.merge()` make it composable with siblings like Ecommerce - and swap in live pages later without touching consumer code.

## Basic Usage

A standalone Logistics shell that lands on the synthesized KPI dashboard; the remaining sidebar leaves open placeholders until the real components land.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Mounts XWUISuperLogistics on its own with a Fleet Manager identity, opening on the logistics-dashboard KPI strip.
```

## Merged With Ecommerce

Uses `XWUISuperApp.merge()` to fold Logistics and Ecommerce into one shell, surfacing both accordions side by side for a unified "Commerce + Fulfilment" console.

```example
file: examples/MergedWithEcommerce.ts
html: examples/MergedWithEcommerce.html
title: Merged With Ecommerce
description: Union-merges XWUISuperLogistics with XWUISuperEcommerce into one host XWUISuperApp via extraTree / extraPages.
```

## Live Tracking (Arabic)

Deep-links straight onto the `logistics-tracking` live view under an Arabic RTL locale with a 4-shipment delayed badge.

```example
file: examples/LiveTrackingArabic.ts
html: examples/LiveTrackingArabic.html
title: Live Tracking (Arabic)
description: Cold-lands XWUISuperLogistics on the logistics-tracking leaf in RTL with a Mona Adel (منى عادل) identity and 4 delayed-shipment notifications.
```

## With Dispatch Board

Bolts a custom "Dispatch" group with a Today's Runs page onto the Logistics shell via `extraTree` / `extraPages` and opens on it.

```example
file: examples/WithDispatchBoard.ts
html: examples/WithDispatchBoard.html
title: With Dispatch Board
description: Extends XWUISuperLogistics with a Dispatch / Today's Runs leaf backed by an XWUICard and deep-links straight to the dispatch board.
```

```api
```
