DecisionTestCard
stableLearning system decision test with confidence meter, feedback signal breakdown, and contradiction alerts
import { DecisionTestCard } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
namereq | string | — | Decision test name |
sourcereq | DecisionSource | — | Rule source (learned/specified/hybrid) |
confidence | number | — | Confidence level (0–1) |
recentFeedback | FeedbackEvent[] | — | Recent feedback signals |
namerequiredType
stringDefault —Decision test name
sourcerequiredType
DecisionSourceDefault —Rule source (learned/specified/hybrid)
confidenceType
numberDefault —Confidence level (0–1)
recentFeedbackType
FeedbackEvent[]Default —Recent feedback signals
MobileStacks / Scroll
Test result layout stacks vertically on mobile.
Design Rationale
This component was designed to express:
Explore Related
LearningSignalCard→
Learning system event list showing CONFIRMS/REFINES/CONTRADICTS signals with confidence deltas
FlywheelHealth→
Cross-domain learning flywheel health dashboard with loop strength and event activity
LearningMultiplierGraph→
Cross-domain learning multiplier network graph with SVG nodes, weighted edges, and strength legend
Was this helpful?