meldestelle/docs/README.md
StefanMoCoAt 33f1c0fab5 chore(MP-30): final docs cleanup, adr consolidation & legacy removal
### Summary
- Updated root `README.md` to reflect the new Backend/Frontend structure.
  - Rewrote the project structure section to show `backend/` and `frontend/` with their submodules, and `docs/adr` + `docs/c4`.
  - Corrected Gradle module examples from old `:members:members-service` paths to `:backend:services:results:results-service` for both `bootRun` and `test` examples.
  - Verified links now point to `docs/adr` and `docs/c4`.
- Updated `docs/README.md` to ensure flat paths:
  - Confirmed ADR and C4 links point to `adr/` and `c4/` respectively.
  - Updated the footer note to today’s date and linked ADR-0009.

These changes align the docs with the consolidated, flat documentation layout and the finalized module structure.

Ref: MP-30
2025-12-08 18:17:19 +01:00

3.6 KiB
Raw Blame History

Meldestelle - Dokumentation

📚 Single Source of Truth: YouTrack

Die Hauptdokumentation befindet sich in der YouTrack Wissensdatenbank:

👉 Meldestelle Command Center

Was du in YouTrack findest

  • 🏗️ Bounded Context Dokumentation (Members, Horses, Events, Masterdata)
  • 📡 API-Referenz (automatisch aus KDoc generiert)
  • 🚀 Deployment-Guides (Proxmox, Cloudflare, Nginx)
  • 🔐 Sicherheit-Konfigurationen (Keycloak, GitHub Secrets)
  • 💡 Roadmap & Visionen
  • 📊 Architektur-Diagramme (interaktiv)

📂 Was im Repository bleibt

1. Architecture Decision Records (ADRs)

Architekturentscheidungen sind Teil der Code-Historie und werden im Repository versioniert:

2. C4-Diagramme (PlantUML-Quellen)

Versionierte Diagramm-Quellen für Architekturdokumentation:

3. Developer Guides

Minimale Anleitungen für lokale Entwicklung:


🔄 Automatische Synchronisation

Das Projekt nutzt automatisierte Workflows für Konsistenz:

  • KDoc → YouTrack: docs-kdoc-sync.yml Synchronisiert API-Dokumentation aus Code-Kommentaren nach YouTrack
  • Docker SSoT: ssot-guard.yml Validiert Docker-Versionskonsistenz
  • CI Pipeline: ci-main.yml Hauptpipeline für Build, Tests, Validierung

📋 Documentations-Workflow

Für Code-Änderungen

  1. KDoc im Code schreiben
  2. PR erstellen → CI validiert
  3. Nach Merge → KDoc-Sync pusht automatisch nach YouTrack

Für Architektur-Entscheidungen

  1. ADR in docs/adr/ erstellen
  2. PR mit ADR-Review
  3. Nach Merge → Zusammenfassung in YouTrack verlinken

Für Infrastruktur/Konfiguration

  1. Dokumentation direkt in YouTrack erstellen
  2. Bei Code-relevanten Änderungen → im Commit-Message auf YouTrack-Artikel verweisen

Fragen & Support


Hinweis: Diese README wurde am 8. Dezember 2025 aktualisiert im Rahmen der Dokumentations-Migration nach YouTrack (siehe ADR-0009).