diff --git a/AGENTS.md b/AGENTS.md index 96e2c10..e55d07b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -3,7 +3,6 @@ ## Project MyIce — Kotlin Multiplatform ice hockey schedule/convocation viewer (Android, iOS, Desktop). -Port of the Flutter app at `~/work/gitea.parano.ch/herel/myice/myice_mobile/`. ## Build Commands diff --git a/README.md b/README.md index f84788e..8e7195e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MyIce Kotlin Multiplatform Ice hockey schedule and convocation viewer for Android, iOS, and Desktop (macOS/Windows/Linux). -Port of the [Flutter app](https://gitea.parano.ch/herel/myice/myice_mobile) to Kotlin Multiplatform with Compose Multiplatform. +Kotlin Multiplatform with Compose Multiplatform. ## Features diff --git a/docs/superpowers/specs/2026-07-08-myice-kotlin-app-design.md b/docs/superpowers/specs/2026-07-08-myice-kotlin-app-design.md index ba62b06..09806a6 100644 --- a/docs/superpowers/specs/2026-07-08-myice-kotlin-app-design.md +++ b/docs/superpowers/specs/2026-07-08-myice-kotlin-app-design.md @@ -6,7 +6,7 @@ ## Context -The existing [MyIce webapp](https://gitea.parano.ch/herel/myice) is a FastAPI backend at `https://myice.parano.ch` that proxies the upstream MyIce Hockey API (`app.myice.hockey`). It serves a single-page web frontend (`index.html`) and a JSON API consumed by a Flutter mobile app (`myice_mobile/`). +The existing [MyIce webapp](https://gitea.parano.ch/herel/myice) is a FastAPI backend at `https://myice.parano.ch` that proxies the upstream MyIce Hockey API (`app.myice.hockey`). It serves a single-page web frontend (`index.html`) and a JSON API. This spec describes a **Kotlin Multiplatform (KMP) port** of the Flutter app, targeting **Android, iOS, and Desktop** (macOS/Linux/Windows JVM). It mirrors the Flutter app's clean, simple architecture while using idiomatic KMP tooling, and adds one small feature improvement: showing **practices** alongside games (the Flutter app fetches but discards them).