mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
refactor: rename nutriphi module to food (Essen)
Complete rename across the entire monorepo pre-launch: - Module, routes, API, i18n, standalone landing app directories - All code identifiers, display names, logo component - German user-facing label: "Essen" (English brand stays "Food") - Dexie table nutriFavorites -> foodFavorites - Infra configs (docker-compose, cloudflared, nginx, wrangler) Zero residue of nutriphi remains. No data migration needed (pre-launch). Follow-up: run pnpm install, update Cloudflare DNS (food.mana.how), rename Cloudflare Pages project. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f5cb833b04
commit
53b3746b98
196 changed files with 863 additions and 719 deletions
|
|
@ -55,7 +55,7 @@ These apps have server-side compute and support both `local` and `full` modes:
|
|||
| Storage | 3016 | 5185 | Yes | Yes |
|
||||
| Context | 3020 | 5192 | Yes | Yes |
|
||||
| Planta | 3022 | 5191 | Yes | Yes |
|
||||
| NutriPhi | 3023 | 5180 | Yes | Yes |
|
||||
| Food | 3023 | 5180 | Yes | Yes |
|
||||
| Traces | 3026 | mobile | Yes | Yes |
|
||||
| Presi | 3008 | 5178 | Yes | Yes |
|
||||
| uLoad | 3070 | 5173 | Yes | Yes |
|
||||
|
|
@ -161,7 +161,7 @@ pnpm setup:db:context # Setup context database + schema
|
|||
pnpm setup:db:storage # Setup storage database + schema
|
||||
pnpm setup:db:mukke # Setup mukke database + schema
|
||||
pnpm setup:db:plants # Setup plants database + schema
|
||||
pnpm setup:db:nutriphi # Setup nutriphi database + schema
|
||||
pnpm setup:db:food # Setup food database + schema
|
||||
pnpm setup:db:questions # Setup questions database + schema
|
||||
pnpm setup:db:traces # Setup traces database + schema
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue