Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ For detailed deployment patterns (Docker, Kubernetes, NATS workers, etc.), see:
- `scripts/README_CLIMRETRIEVE.md` – ClimRetrieve benchmark and generic CSV evaluation
- `report_analyst_jobs/README.md` – Job processing and worker patterns
- `docs/CI.md` – Continuous integration and testing
- `docs/wireframes/` – Sketch screens of the Report Analyst UI ([GitHub-rendered gallery](docs/wireframes/README.md))

---

Expand Down
45 changes: 45 additions & 0 deletions docs/wireframes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Report Analyst wireframes

Sketch screens of the Report Analyst UI (no CT Platform chrome). GitHub renders the PNGs below.

Syntax that these pages use (`{#id}`, `::: callout`, PDF overlays, selected config cards) lives in the [devolute/wiremd](https://github.com/devolute/wiremd) fork, branch [`feat/callouts`](https://github.com/devolute/wiremd/tree/feat/callouts).

```bash
npm install github:devolute/wiremd#feat/callouts
```

## Analysis

![Analysis](renders/analysis.png)

[Source](pages/analysis.md) · [HTML](out/analysis.html)

## View all results

![View all results](renders/view-all-results.png)

[Source](pages/view-all-results.md) · [HTML](out/view-all-results.html)

## PDF viewer

![PDF viewer](renders/report-viewer.png)

[Source](pages/report-viewer.md) · [HTML](out/report-viewer.html)

## Benchmarking

![Benchmarking](renders/benchmarking.png)

[Source](pages/benchmarking.md) · [HTML](out/benchmarking.html)

## Rebuild

Edit a page under `pages/`, then from a checkout of [devolute/wiremd@feat/callouts](https://github.com/devolute/wiremd/tree/feat/callouts):

```bash
npm run build
node bin/wiremd.js /path/to/report-analyst/docs/wireframes/pages/analysis.md \
-s sketch -o /path/to/report-analyst/docs/wireframes/out/analysis.html
```

Repeat for `view-all-results`, `report-viewer`, and `benchmarking`. Recapture PNGs into `renders/` if the figure should update on GitHub.
Loading
Loading