# XWUIOpsPlannerReviewPage

AI-Planner "Schedule Review" dashboard (route `/en/planner/review`) - a vertical `XWUILayoutCards` stack of monthly audit-result cards. Each card carries a title + month tag, a complete/failed status row (check / X icon), three `XWUIDisplayBadge` issue counts (Critical / Warning / Info), per-dimension radial `XWUIChartGauge` sub-scores (OB Routing, Crew Balance, SNG, Flights & Hotel, Directors) plus an isolated Overall gauge, and a "N project(s) · Reviewer" footer; gauges are semantically tinted (red < 50, orange 50-75, green > 75). The toolbar "+ New Review" button opens an `XWUIDialog` capturing review name, month/year, five module toggles, and an include-past-projects flag, emitting `onStartReview(params)`. Failed reviews gracefully omit their badges and gauges.

## Basic Usage

Three review cards: a complete "May 2026 Review" (five sub-scores + Overall 71, 2 Critical / 3 Warning), a tighter complete "April 2026 Review" (OB Routing only, Overall 88, 45 projects), and a failed April run demonstrating the graceful-failure card variant.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Vertical review-card list mixing complete multi-gauge reviews with a graceful failed-run card.
```

## Full-Season Review History

A season-long history of monthly reviews, newest first, mixing strong green-gauge months with a rough February, each card wiring an onClick drill-down.

```example
file: examples/SeasonReviewHistory.ts
html: examples/SeasonReviewHistory.html
title: Full-Season Review History
description: Four complete reviews from May back to February (Overall 82 / 89 / 70 / 47) with per-card drill-downs and the new-review dialog echoing its full parameter payload.
```

## Critical-Conflict Month

A single problem-month review with every dimension in the warning or danger band, showcasing the red semantic gauge tinting and a targeted engine re-run.

```example
file: examples/CriticalConflictMonth.ts
html: examples/CriticalConflictMonth.html
title: Critical-Conflict Month
description: An AFC Champions League window where Flights & Hotel collapses to 22 and the Overall lands at 41 with 8 critical findings, with onStartReview echoing the re-run modules.
```

```api
```
