feat: add Dimension Lab seed model
This commit is contained in:
parent
25996c38a9
commit
077edbd550
4 changed files with 622 additions and 87 deletions
|
|
@ -49,6 +49,15 @@ Stored dashboard documents pass through a version migration boundary before
|
|||
reads or writes; the MVP supports `dashboard.v1` and fails unsupported versions
|
||||
with an explicit migration error.
|
||||
|
||||
## Seed Data
|
||||
|
||||
The initial Dimension Lab dashboard lives in
|
||||
`src/lib/model/fixtures/dimensionlab.ts` as validated model data. It includes
|
||||
the first-screen telemetry, service groups, status strip, weather module,
|
||||
Iconify icon identifiers, links, and datasource references. Values that are not
|
||||
live yet are labeled as fallback values in the data so later datasource adapters
|
||||
can replace them without changing presentation components.
|
||||
|
||||
## Runtime Shape
|
||||
|
||||
The SvelteKit build uses the Node adapter, and the current persistence runtime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue