Go to file
Stefan Mogeritsch 29ad73b508 docs(journal): add session log for Web-App stabilization and DB initialization fixes
Documented the 2026-01-26 session, covering Web-App database issue resolution, PingViewModel test fixes, and Gradle build task optimizations. Included technical insights on Webpack, Wasm, and SQLDelight challenges, along with pending tasks for build and runtime testing.
2026-01-26 14:40:04 +01:00
_backup docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
.gemini docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
.github docs: align README/CI + refine AGENTS for new docs strategy 2026-01-13 14:33:10 +01:00
.junie docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
backend refactor: update Dockerfile paths, network module auth flow, and Keycloak config 2026-01-23 15:42:07 +01:00
config refactor: update Dockerfile paths, network module auth flow, and Keycloak config 2026-01-23 15:42:07 +01:00
contracts refactor(ping-feature): remove deprecated PingFeature files and legacy implementations 2026-01-19 16:03:12 +01:00
core refactor: update Dockerfile paths, network module auth flow, and Keycloak config 2026-01-23 15:42:07 +01:00
docs docs(journal): add session log for Web-App stabilization and DB initialization fixes 2026-01-26 14:40:04 +01:00
frontend refactor: improve error handling and initialization in frontend tasks 2026-01-26 14:37:49 +01:00
gradle docs: enhance local dev docs, update Docker Compose, and archive old journals 2026-01-20 14:00:09 +01:00
kotlin-js-store refactor: improve error handling and initialization in frontend tasks 2026-01-26 14:37:09 +01:00
platform docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
.dockerignore fix docker-compose.* + .env* 2025-12-04 18:13:54 +01:00
.editorconfig Fix: Test-Commit für VCS-Integration (MP-8) (#15) 2025-11-07 12:26:33 +01:00
.env docs: add infrastructure guide for JWT in Docker and refactor Keycloak config 2026-01-22 17:23:24 +01:00
.env.example Versuche 2025-12-31 00:20:29 +01:00
.gitignore upgrade build: Kotlin-JVM Toolchain auf 25 gesetzt, JVM Target korrigiert & Gitignore erweitert 2026-01-03 12:51:43 +01:00
AGENTS.md docs: archive outdated reports and organize references 2026-01-23 13:34:20 +01:00
build.gradle.kts refactor(frontend, build): update PingViewModel initialization, resolve view model via Koin, and clean yarn dependencies 2026-01-12 19:47:59 +01:00
dc-backend.yaml docs: add infrastructure guide for JWT in Docker and refactor Keycloak config 2026-01-22 17:23:24 +01:00
dc-gui.yaml chore(docker): modularize and restructure Docker Compose configuration 2026-01-20 21:03:16 +01:00
dc-infra.yaml chore(docker): modularize and restructure Docker Compose configuration 2026-01-20 21:03:16 +01:00
dc-ops.yaml chore(docker): modularize and restructure Docker Compose configuration 2026-01-20 21:03:16 +01:00
docker-compose.yaml chore(docker): modularize and restructure Docker Compose configuration 2026-01-20 21:03:16 +01:00
gradle.properties refactor(frontend, build): update PingViewModel initialization, resolve view model via Koin, and clean yarn dependencies 2026-01-12 19:47:59 +01:00
gradlew refactor(build): remove unused files and adjust JVM toolchain to Java 24 2026-01-03 15:49:09 +01:00
gradlew.bat refactor(build): remove unused files and adjust JVM toolchain to Java 24 2026-01-03 15:49:09 +01:00
LICENSE Create LICENSE 2025-04-17 13:19:13 +02:00
README.md docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
settings.gradle.kts refactor(auth): migrate Auth module from feature to core package 2026-01-23 01:16:40 +01:00

Meldestelle

Modulares System für Pferdesportveranstaltungen mit Domain-Driven Design, Kotlin Multiplatform und Microservices.

CI Pipeline License: MIT


📚 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.