mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:01:09 +02:00
NutriPhi meals store: Replace apiClient calls with mealCollection reads/writes. Daily summary now computed locally from IndexedDB. Mukke library store: Replace backend API aggregations (albums, artists, genres, stats) with local computation from songCollection.getAll(). Server-only operations (upload, cover URLs, metadata extraction) remain as fire-and-forget API calls. Store migration status: All 19 apps now use IndexedDB as primary data source. Server API calls only remain for: - File upload/download (S3 presigned URLs) - Image generation (Replicate API) - AI analysis (Gemini) - Cover art URLs (S3 presigned) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| apps | ||
| docs | ||
| packages/shared | ||
| scripts | ||
| .env.example | ||
| CLAUDE.md | ||
| docker-compose.prod.yml | ||
| package.json | ||