# XWUISuperIncidents

Incident response and on-call: schedules and rotations, escalation policies, alert routing, incident timeline, and post-mortems.

Grafana OnCall OSS archived Mar-2026 and incident.io charges per seat; SuperOps is the broadcast product shell, SuperITSM does not exist, SuperObservability is a flat ResourceHub. This SuperApp is the on-call/IR product.

The constructor is `new XWUISuperIncidents(container, data, config)`. Navigation is the inherited SuperApp shell (`menuTree()` / `pages()` / `XWUISuperApp.merge()`). Every leaf composes an existing XWUI widget — a Super module that reimplements a grid or editor internally is a defect.

This shell does not call a model. Destructive actions still go through the composed widget provider (`execute`) rather than a silent adapter write.

## Basic Usage

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Standalone Incidents shell on the KPI dashboard.
```

## Arabic (RTL)

```example
file: examples/RtlArabic.ts
html: examples/RtlArabic.html
title: Arabic (RTL)
description: Deep-link under locale ar.
```

## Showcase

```example
file: examples/Showcase.ts
html: examples/Showcase.html
title: Showcase
description: Dashboard, collapsed deep-link, and RTL.
```

## Host extra page

```example
file: examples/WithExtraPage.ts
html: examples/WithExtraPage.html
title: Host extra page
description: extraTree / extraPages host leaf.
```

## Merged shell

```example
file: examples/MergedShell.ts
html: examples/MergedShell.html
title: Merged shell
description: XWUISuperApp.merge with XWUISuperHelpdesk.
```

```api
```
