|
All checks were successful
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 7m21s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 7m14s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 1m45s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m48s
- Improved SPA fallback configuration in `Caddyfile` for better proxy compatibility. - Uploaded 2026-03-12 browser console error log to document HTTPS and mixed-content issues. Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com> |
||
|---|---|---|
| .. | ||
| _archive | ||
| 01_Architecture | ||
| 02_Guides | ||
| 03_Domain | ||
| 04_Agents | ||
| 05_Backend | ||
| 06_Frontend | ||
| 07_Infrastructure | ||
| 90_Reports | ||
| 99_Journal | ||
| BilderSuDo | ||
| Bin | ||
| ScreenShots | ||
| README.md | ||
📚 Projektdokumentation "Meldestelle"
Willkommen im "Gehirn" des Projekts. Dieses Verzeichnis ist die Single Source of Truth.
📂 Struktur
🏗️ Core
01_Architecture: Der Masterplan. ADRs, Roadmaps und C4-Modelle.- Start hier:
MASTER_ROADMAP.md
- Start hier:
02_Guides: Guides für neue Entwickler (Setup, Guidelines).03_Domain: Fachlichkeit (Turnierregeln, Entities).
🛠️ Tech Stack
05_Backend: Spring Boot Services, API-Specs, DB-Schema.06_Frontend: Kotlin Multiplatform, Compose UI, State Management.07_Infrastructure: Docker, Keycloak, CI/CD, Zora-Architektur.- Referenz:
Zora_System_Architektur.md
- Referenz:
🤖 Process
04_Agents: Playbooks für unsere KI-Mitarbeiter.90_Reports: Statusberichte und Meilenstein-Analysen.99_Journal: Tägliche Session-Logs.
📝 Regeln für die Dokumentation
- Docs-as-Code: Doku liegt beim Code und wird im selben PR aktualisiert.
- Frontmatter: Jede Markdown-Datei muss einen YAML-Header haben:
--- type: [ADR, Guide, Reference, Report, Journal] status: [DRAFT, ACTIVE, DEPRECATED, ARCHIVED] owner: [Rolle] --- - Archivierung: Lösche nichts. Verschiebe veraltetes Wissen in
_archiveOrdner oder markiere es alsARCHIVED.