heatmap seems to be missing from A2UI #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
bDS and bDS2 have heatmap as an a2ui widget, but this app seems to be missing that widget. find its layout in ../bDS2 and implement it, if it really is missing.
Implemented in
5ec8730. Added heatmap to the A2UI catalog schema, validator, system prompt, README, and live validation suite, plus a native matrix renderer. The implementation matches bDS2 behavior: series entries become rows, segment labels form first-seen columns, missing cells are zero, rows without segments are omitted, values use one global scale, zero cells are transparent, and positive cells use the same green-to-red interpolation and contrast calculation. Added focused catalog and renderer parity checks. Verified with cargo fmt, Clippy with warnings denied, make bundle, and the full suite: 145 passed, 12 ignored, 0 failed.