managarten/.claude/plans
Till JS ce51fd5fe2 feat(apps): migrate Presi, Picture, Inventar, NutriPhi, Planta, Storage to local-first
Add IndexedDB data layer (Dexie.js via @manacore/local-store) to 6 more apps,
bringing the total to 12/22 apps with local-first architecture.

For each app:
- Create local-store.ts with typed collections and sync config
- Create guest-seed.ts with onboarding data for guest mode
- Update layout with AuthGate allowGuest={true} + handleAuthReady()
- Add GuestWelcomeModal for first-visit experience
- Add @manacore/local-store dependency

App-specific changes:
- Presi: Rewrite decks store from API to IndexedDB, conditional share button
- Picture: Rewrite gallery + boards pages to read from IndexedDB
- Inventar: Replace manual auth $effect with AuthGate, keep localStorage stores
- NutriPhi: Add onReady handler to existing AuthGate
- Planta: Add allowGuest + sync init to existing AuthGate
- Storage: Add local store init to existing handleAuthReady

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 17:35:38 +01:00
..
apps/nutriphi feat(todo): add Prometheus metrics and update docs 2026-01-25 13:31:44 +01:00
local-first-architecture-migration.md feat(apps): migrate Presi, Picture, Inventar, NutriPhi, Planta, Storage to local-first 2026-03-27 17:35:38 +01:00
mana-core-auth-production-readiness.md fix(mana-core-auth): complete production readiness with test fixes 2026-02-01 14:18:58 +01:00
monorepo-restructure-migration.md style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
voice-integration-mana-bot.md feat(matrix-mana-bot): add voice input support (Phase 1) 2026-02-01 02:59:13 +01:00