mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:41:08 +02:00
Marketplace-Plan auf den realen Code-Stand gebracht: - §11 Phasen-Liste: pro Phase ✅ shipped / 🟡 partial / ⏳ pending Marker mit Kurzbegründung. β/γ/δ/ε sind ✅, ζ und η sind 🟡 mit ζ.2 / η.2 als nächste Sub-Phasen. - §13a „Bekannte Limitierungen": neue Einträge für ζ (Refunds, Reconciler, CSV) und η (Community-Verify-Cron, Mod-Permissions, Public-Changelog, Rate-Limit). PR-Merge-Stale-Blindness und Card-Preview-Heuristik bleiben dokumentiert. - §15 ersetzt: Status-Tabelle pro Phase + Empfehlung für die nächsten 4 Schritte (ζ.2 Reconciler → η.2 Verify-Cron → Update-Mail δ.4 → Phase θ Auto-Tags/Summary). |
||
|---|---|---|
| .. | ||
| apps/web | ||
| docs | ||
| COMPETITORS_2026-05.md | ||
| GUIDELINES.md | ||
| package.json | ||
| README.md | ||
Cards
Spaced-repetition flashcards on cards.mana.how.
Phase-1 standalone web app. The frontend lives here; data, auth, and sync are shared with the rest of the Mana stack:
- Auth: mana-auth (SSO),
*.mana.how - Sync: mana-sync, app-id
cards - Storage:
mana_platform.cards.*(Postgres, RLS)
The same cards data backs the mana built-in Cards module at
mana.how/cards. Schema changes ship to both frontends together — see
apps/cards/GUIDELINES.md.
Layout
apps/cards/
├── apps/
│ └── web/ # SvelteKit 2 + Svelte 5 — the Phase-1 surface
├── GUIDELINES.md # Project rules (read first)
└── README.md
apps/cards/apps/mobile/ and any production apps/cards/apps/landing/
will land in Phase 2/3.
Quick start
pnpm install
pnpm --filter @cards/web dev # cards.mana.how on http://localhost:5180