V13-FE-006: consolidate approved UI and contract hardening
deploy / deploy (push) Successful in 1m52s
deploy / notify (push) Successful in 1s

This commit is contained in:
2026-08-13 02:41:00 +09:00
parent d79edae546
commit 3f293d8aa8
1278 changed files with 14384 additions and 1664 deletions
@@ -0,0 +1,27 @@
# V13-FE-017 — T07 dashboard/scorecard template slice note
- **Requirement:** REQ-FE-T07
- **API/UI/Test:** UI-T07 / T-FE-T07-01
- **Source:** v60 metric-definition/version boundary; current `ScorecardDashboardPage`, `DashboardLayout`, and `StandardScreenBoundary` contracts.
- **Assumption:** KPI, primary, secondary, alert, and metric-definition content is caller-owned; the template does not calculate or publish metrics.
- **Unknown:** No active production dashboard currently supplies approved metric definitions and sample-size evidence through this template.
- **Decision Required:** Quant/QA/Domain Owner must approve metric definition, partial-data semantics, accessibility, visual, and browser evidence before G4-A completion.
## Applied boundary
- Forwarded evidence `version` metadata.
- Characterized all dashboard slots under a `PARTIAL` snapshot.
- Characterized forbidden content suppression and retry forwarding after an error state.
- Did not add metric calculation, threshold, or publication logic.
## Evidence
```text
pnpm test -- src/shared/ui/screen-types/tests/ScorecardDashboardPage.spec.ts
PASS: 1 file / 2 tests (2026-08-12)
pnpm typecheck
PASS (2026-08-12)
```
No metric approval, visual, AT, browser E2E, or production evidence is claimed.