- Switch package manager from npm to yarn 1.22.22 (pinned via packageManager,
matches PressV/sp-ui-kit): remove package-lock.json, add yarn.lock (v1).
- Add "vite" as an explicit devDependency. npm 7+ auto-installed it as a peer of
@vitejs/plugin-vue / @tailwindcss/vite, which masked the missing declaration; a
clean `yarn install` (no peer auto-install) needs it explicit or the tsc build
fails to resolve 'vite' / 'vite/client'.
- README: npm -> yarn (+ `corepack enable`).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Vue 3 + Vite 8 + TS + PrimeVue 4 (Nora/Industrial) + Pinia + vue-i18n SPA, served
by the SPRO gateway as a static page-module under /module/temper_overview and
embedded into Grafana via iframe.
- Ports the LOCKED design #4 "Shop-floor Schematic": one connected line
Pressen -> (cyan) -> Ofen -> (green) -> Fertig; carts under their origin press;
oven trays as dwell-progress bars; finished band; range picker scoping only the
Fertig figures. Flow/order colours match PressV (fleet recognisability).
- Python page-module wrapper: register(app) mounts committed dist/ + a no-auth
read API (GET /api/overview). Kernel DB seam in _db.py.
- Backend returns SAMPLE data; frontend falls back to bundled sample so `npm run
dev` renders with zero backend (TODO markers point at the real temper aggregates).
- Rich README bakes in the design, contract, wiring + Grafana embedding for
standalone development.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>