mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:01:09 +02:00
chore(decommission): remove cards module from mana web app
Some checks are pending
Docker Validate / Build todo-web (push) Blocked by required conditions
Docker Validate / Build mana-auth (push) Blocked by required conditions
Docker Validate / Build mana-sync (push) Blocked by required conditions
Docker Validate / Build mana-media (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions
Docker Validate / Validate Dockerfiles (push) Waiting to run
Docker Validate / Build calendar-web (push) Blocked by required conditions
Docker Validate / Build quotes-web (push) Blocked by required conditions
Docker Validate / Build todo-backend (push) Blocked by required conditions
Some checks are pending
Docker Validate / Build todo-web (push) Blocked by required conditions
Docker Validate / Build mana-auth (push) Blocked by required conditions
Docker Validate / Build mana-sync (push) Blocked by required conditions
Docker Validate / Build mana-media (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions
Docker Validate / Validate Dockerfiles (push) Waiting to run
Docker Validate / Build calendar-web (push) Blocked by required conditions
Docker Validate / Build quotes-web (push) Blocked by required conditions
Docker Validate / Build todo-backend (push) Blocked by required conditions
Cards-Modul war im unified mana-Frontend tief verzahnt. Cardecky
ist seit 2026-05-08 standalone auf cardecky.mana.how — Dual-Stack
ist nicht das Ziel. Entfernt:
- apps/mana/apps/web/src/lib/modules/cards/ (UI + stores + queries
+ collections + module.config + tools + cloze + fsrs + render)
- apps/mana/apps/web/src/routes/(app)/cards/ (alle Routes)
- apps/mana/apps/web/src/lib/i18n/locales/cards/ (5 Locales)
- apps/mana/apps/web/src/lib/search/providers/cards.ts
- apps/mana/apps/web/src/lib/components/dashboard/widgets/
CardsProgressWidget.svelte + 'cards-progress' WidgetType-Eintrag
Cross-Refs aufgeräumt:
- app-registry/apps.ts: Cards-Icon-Import + registerApp-Block raus
- shared-branding/mana-apps.ts: 'cards'-App-Eintrag raus
- data/cross-app-queries.ts: useCardsProgress + Cards-Queries-Block
raus (Konsument war nur das gelöschte Dashboard-Widget)
- data/seed-registry.ts: CARDS_GUEST_SEED-Import + register-Aufruf
- data/module-registry.ts: cardsModuleConfig-Import + Eintrag
- data/privacy/exposed-records.ts: Cards-Block (cardDecks visibility)
- data/tools/init.ts: cardsTools-Import + registerTools
- modules/website/embeds.ts: 'cards.decks'-Source + resolveCardDecks
- apps/mana/apps/web/package.json: @mana/cards-core dependency
- pnpm-lock.yaml regeneriert
- dashboard.test.ts: cards-progress-Assertion
Dexie-Tabellen `cardDecks`/`cardReviews`/`cards` (lokal pro User-IndexedDB)
und ggf. mana_platform.cards.* in der prod-DB werden NICHT in diesem
Commit gedroppt — bleibt offen als separater Migrations-Schritt, sobald
sicher ist dass kein anderer Pfad mehr darauf zugreift.
Type-check (svelte-check) 7669 files 0 errors.
Rollback: git checkout cards-decommission-base -- apps/mana/apps/web
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
dd1bab09d5
commit
ac15de280b
48 changed files with 23 additions and 3381 deletions
|
|
@ -153,23 +153,9 @@ export const MANA_APPS: ManaApp[] = [
|
|||
status: 'development',
|
||||
requiredTier: 'guest',
|
||||
},
|
||||
{
|
||||
id: 'cards',
|
||||
name: 'Cardecky',
|
||||
description: {
|
||||
de: 'KI Karteikarten',
|
||||
en: 'AI Flashcards',
|
||||
},
|
||||
longDescription: {
|
||||
de: 'Lerne intelligenter mit KI-generierten Karteikarten und Spaced Repetition.',
|
||||
en: 'Learn smarter with AI-generated flashcards and spaced repetition.',
|
||||
},
|
||||
icon: APP_ICONS.cards,
|
||||
color: '#8b5cf6',
|
||||
comingSoon: false,
|
||||
status: 'development',
|
||||
requiredTier: 'guest',
|
||||
},
|
||||
// Cards/Cardecky: dekommissioniert 2026-05-08 — eigenständig auf
|
||||
// cardecky.mana.how (git.mana.how/till/cards). App-Eintrag bleibt
|
||||
// nur in der Standalone-App.
|
||||
{
|
||||
id: 'quiz',
|
||||
name: 'Quiz',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue