mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:41: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
|
|
@ -24,7 +24,7 @@ declare -A LANDINGS=(
|
|||
["presi"]="apps/presi/apps/landing"
|
||||
["clock"]="apps/clock/apps/landing"
|
||||
["cards"]="apps/cards/apps/landing"
|
||||
["nutriphi"]="apps/nutriphi/apps/landing"
|
||||
["food"]="apps/food/apps/landing"
|
||||
["citycorners"]="apps/citycorners/apps/landing"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ sleep 5
|
|||
|
||||
# Create all needed databases
|
||||
for db in mana_auth mana_credits mana_user mana_subscriptions mana_analytics mana_sync \
|
||||
chat todo calendar contacts storage cards music nutriphi planta \
|
||||
chat todo calendar contacts storage cards music food planta \
|
||||
questions traces context citycorners photos presi skilltree; do
|
||||
docker compose -f "$COMPOSE_FILE" exec -T postgres \
|
||||
psql -U postgres -c "CREATE DATABASE $db;" 2>/dev/null || true
|
||||
|
|
|
|||
|
|
@ -182,8 +182,8 @@ for container in $ALL_PROBLEM_CONTAINERS; do
|
|||
mana-app-storage-web) SERVICE_NAME="storage-web" ;;
|
||||
mana-app-storage-backend) SERVICE_NAME="storage-backend" ;;
|
||||
mana-app-presi-web) SERVICE_NAME="presi-web" ;;
|
||||
mana-app-nutriphi-web) SERVICE_NAME="nutriphi-web" ;;
|
||||
mana-app-nutriphi-backend) SERVICE_NAME="nutriphi-backend" ;;
|
||||
mana-app-food-web) SERVICE_NAME="food-web" ;;
|
||||
mana-app-food-backend) SERVICE_NAME="food-backend" ;;
|
||||
mana-app-skilltree-web) SERVICE_NAME="skilltree-web" ;;
|
||||
# mana-app-skilltree-backend: REMOVED
|
||||
mana-app-photos-web) SERVICE_NAME="photos-web" ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue