- Added a comprehensive guide for SQLDelight integration in Kotlin Multiplatform, covering setup for Android, iOS, desktop, and web platforms. - Introduced `DashboardCard` and `DenseButton` to the design system, focusing on enterprise-grade usability and visual consistency. - Enhanced `PingViewModel` with structured logging (`LogEntry`) functionality for better debugging and traceability across API calls. - Updated `AppTheme` with a refined color palette, typography, and shapes to align with enterprise UI standards. - Extended Koin integration and modularized database setup for smoother dependency injection and code reuse. |
||
|---|---|---|
| _backup | ||
| .gemini | ||
| .github | ||
| .junie | ||
| backend | ||
| config | ||
| contracts | ||
| core | ||
| docs | ||
| frontend | ||
| gradle | ||
| kotlin-js-store | ||
| platform | ||
| .dockerignore | ||
| .editorconfig | ||
| .env | ||
| .env.example | ||
| .gitignore | ||
| AGENTS.md | ||
| build.gradle.kts | ||
| dc-backend.yaml | ||
| dc-gui.yaml | ||
| dc-infra.yaml | ||
| dc-ops.yaml | ||
| docker-compose.yaml | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle.kts | ||
Meldestelle
Modulares System für Pferdesportveranstaltungen mit Domain-Driven Design, Kotlin Multiplatform und Microservices.
📚 Dokumentation: Die einzige Quelle der Wahrheit
Die gesamte Projekt-Dokumentation – von der Architektur über die fachliche Domäne bis hin zu den Entwickler-Anleitungen – befindet sich im /docs Verzeichnis.
Starte hier:
-> docs/README.md
🚀 Quick Start
Diese Befehle starten die Kern-Infrastruktur und die Services.
# 1. Umgebungsvariablen vorbereiten (nur beim ersten Mal)
cp .env.example .env
# 2. Gesamtes System mit Docker Compose starten
docker compose up -d
Für detailliertere Anleitungen, wie z.B. das Starten einzelner Services oder das Frontend-Setup, siehe die -> Lokale Setup-Anleitung.
🤝 Contributing
Beiträge sind willkommen. Bitte beachte unseren -> Branch- und PR-Workflow.
📜 Lizenz
Dieses Projekt steht unter der MIT License.