# XWUIDashboardStatusBoard

A multi-service/domain health status board for analytics and ops dashboards. A summary banner announces "All systems operational" or names the worst-affected service(s), and a grid of tiles below shows each service's status dot, optional latency, and a relative "checked Xm ago" timestamp.

## Basic Usage

A 4-column status board where every service is operational.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A 4-column status board where every monitored service is operational, so the summary banner reads "All systems operational".
```

## Outage Detected

Mixed service states with the banner naming only the worst-affected service.

```example
file: examples/OutageDetected.ts
html: examples/OutageDetected.html
title: Outage Detected
description: Mixed service states — an outage, a degraded service, and a service in maintenance — with the banner naming only the worst-affected service(s).
```

## Live Updates

Patch a single tile at runtime via the public API.

```example
file: examples/LiveUpdates.ts
html: examples/LiveUpdates.html
title: Live Updates
description: External buttons drive updateService() to patch one tile in place and re-evaluate the summary banner.
```

## API

```api
```
