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
|
|
@ -87,7 +87,7 @@ hatten die Infrastruktur bereits — sie wurde nur nicht benutzt.
|
|||
`@mana/shared-logger`, damit Module ohne extra dependency darauf
|
||||
zugreifen können.
|
||||
- 7 `console.error` Aufrufe in `apps/api/src/modules/{guides,plants,
|
||||
nutriphi,traces}/routes.ts` durch
|
||||
food,traces}/routes.ts` durch
|
||||
`logger.error('module.event_name', { error: ... })` ersetzt. Event-Namen
|
||||
folgen `<module>.<event>` Konvention für Filterbarkeit in Sentry/JSON-Logs.
|
||||
|
||||
|
|
@ -373,7 +373,7 @@ nicht mehr existiert.
|
|||
`apps/uload/apps/server`. Beide deployed via
|
||||
`docker-compose.macmini.yml`.
|
||||
- Alle anderen 17 (`calendar`, `chat`, `todo`, `contacts`, `picture`,
|
||||
`cards`, `plants`, `nutriphi`, `news`, `traces`, `presi`, `storage`,
|
||||
`cards`, `plants`, `food`, `news`, `traces`, `presi`, `storage`,
|
||||
`music`, `moodlit`, `context`, `guides`, `questions`) wurden zu
|
||||
`apps/api/src/modules/{name}/routes.ts` migriert. Ihre `apps/server/`
|
||||
Verzeichnisse existieren nicht mehr.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue