Skip to content

LearningLedger

stable

Log of learned behaviors and their sources

Learning/Storybook ↗
import { LearningLedger } from "@nodus/design-system/patterns"
Loading demo…

Props

entriesrequired
Type LearningEntry[]Default

Array of learning entries ({ id, timestamp, successLevel, patterns, antiPatterns, workedWell, couldImprove, traceId })

title
Type stringDefault

Optional title for the ledger

groupBy
Type "time" | "outcome" | "pattern"Default

How to group entries

showAggregation
Type booleanDefault

Show aggregated pattern stats

Metadatasemantictypebordersurface
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?