You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scope: 50 executable examples across 5 categories with 15-point QA checklist.
Overview
50 executable examples demonstrating Presentar's visualization capabilities with .apr (Aprender models), .ald (Alimentar datasets), and generic visualization features. Each example follows a 15-point quality checklist.
15-Point QA Checklist
A: Rendering Quality (5 points)
A1: 60 FPS (no frame drops)
A2: Anti-aliasing applied (no jagged edges)
A3: Text crisp at all zoom levels
A4: WCAG AA contrast (4.5:1 minimum)
A5: Visual regression test passes (0 pixel diff)
B: Data Integrity (4 points)
B1: Data loads without corruption
B2: Axis labels match data range
B3: Legend matches series correctly
B4: Tooltips show accurate values
C: Interaction (3 points)
C1: Hover states respond < 16ms
C2: Click handlers fire correctly
C3: Keyboard navigation works (a11y)
D: Performance (3 points)
D1: Initial render < 100ms
D2: Memory stable (no leaks over 1000 frames)
D3: WASM bundle < 500KB
Example Categories
Section
Description
Count
YAML
A
.apr Model Visualization
10
5
B
.ald Dataset Visualization
10
5
C
Basic Charts
10
3
D
Interactive Dashboards
10
5
E
Edge Cases & Stress Tests
10
2
Total
50
20
Section A: .apr Model Visualization (APR-001 to APR-010)