feat: add Dimension Lab seed model #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/issue-11-dimension-lab-seed"
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?
Summary
Creates the initial Dimension Lab dashboard seed as validated model data.
Closes #11.
Why
The MVP needs real dashboard content available as data before model-driven rendering lands. This keeps Dimension Lab-specific names, URLs, icons, fallback values, and datasource references outside reusable UI components.
Changes
src/lib/model/fixtures/dimensionlab.tsinto a full first-screen seed model.Testing
bun run vitest run src/lib/model/fixtures/dimensionlab.test.ts src/lib/model/schema.test.ts-> 20 tests passed.bun run test-> 9 files, 42 tests passed.bun run check-> 0 Svelte diagnostics.bun run build-> production app build passed.bun run build-storybook-> static Storybook build passed.git diff --check-> clean.Notes