Repo-Skelett für cards-native, native SwiftUI-Universal-App für Cardecky (mana e.V.). Web-Parität zu cardecky.mana.how. - project.yml mit Bundle ev.mana.cards, ManaSwiftCore-Dep via path - AppConfig: auth.mana.how + cardecky-api.mana.how, Keychain ev.mana.cards - CardsTheme: forest-Werte aus mana/packages/themes/.../forest.css - LoginView (Email/PW gegen mana-auth via ManaCore.AuthClient) - DashboardView als β-1-Placeholder mit cardecky-api-Reachability-Probe - Log unter Subsystem ev.mana.cards - 3 AppConfig-Tests - iOS-Simulator-Build grün Phasen-Plan: mana/docs/playbooks/CARDS_NATIVE_GREENFIELD.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
36 lines
1.4 KiB
Markdown
36 lines
1.4 KiB
Markdown
# cards-native
|
|
|
|
Native SwiftUI-Universal-App (iOS / iPadOS / macOS) für Cardecky —
|
|
die Spaced-Repetition-Karten-App des Vereins **mana e.V.**
|
|
|
|
> **Web-App-Parität.** Die existierende Web-App auf
|
|
> `cardecky.mana.how` ist Funktions- und Verhaltens-Referenz.
|
|
> Native bringt kein neues Produkt, sondern die App in einer Form,
|
|
> die iOS-Hardware besser nutzt.
|
|
|
|
## Status
|
|
|
|
**Phase β-0 — Setup.** Leerer Build, Login funktioniert, Cardecky-API-
|
|
Reachability-Check. Vollständiger Phasen-Plan in
|
|
`../mana/docs/playbooks/CARDS_NATIVE_GREENFIELD.md`.
|
|
|
|
```
|
|
HTTPS/JWT ┌──────────────────┐
|
|
cards-api ◄───────────── │ cards-native │ SwiftUI
|
|
cardecky-api.mana.how │ ev.mana.cards │ WidgetKit (β-6)
|
|
└──────────────────┘
|
|
│
|
|
┌─────────────────────────────────────────┐
|
|
▼ ▼
|
|
ManaCore (Auth, Transport) ManaTokens (Designwerte)
|
|
git.mana.how/till/mana-swift-core v1.0.0+
|
|
```
|
|
|
|
## Lokal entwickeln
|
|
|
|
```bash
|
|
xcodegen generate
|
|
open CardsNative.xcodeproj # iPhone-17-Simulator
|
|
```
|
|
|
|
Konventionen, Invarianten, Phasen-Disziplin: [`CLAUDE.md`](CLAUDE.md).
|