meldestelle/docs/README.md
Stefan Mogeritsch aba5b5c7a0 docs: archive outdated reports and organize references
Archived several outdated reports (`Ping-Service_Impl_01-2026.md`, `Frontend_Integration_Status.md`, etc.) and added archival notes and references to updated documents. Introduced a centralized reference structure for tech stack documentation, consolidating files under `01_Architecture/Reference/Tech_Stack`. Added new resources (`Gradle_Kotlin_DSL_Primer`, `Kotlin_2-3-0_ReleaseNotes`) for improved project organization and clarity.
2026-01-23 13:34:20 +01:00

1.7 KiB

📚 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_2026_Q1.md
  • 02_Onboarding: Guides für neue Entwickler (Setup, Guidelines).
  • 03_Domain: Fachlichkeit (Turnierregeln, Entities).

🛠️ Tech Stack

  • 05_Backend: Spring Boot Services, API-Specs, DB-Schema.
    • Referenz: Services/PingService_Reference.md
  • 06_Frontend: Kotlin Multiplatform, Compose UI, State Management.
  • 07_Infrastructure: Docker, Keycloak, CI/CD.

🤖 Process


📝 Regeln für die Dokumentation

  1. Docs-as-Code: Doku liegt beim Code und wird im selben PR aktualisiert.
  2. Frontmatter: Jede Markdown-Datei muss einen YAML-Header haben:
    ---
    type: [ADR, Guide, Reference, Report, Journal]
    status: [DRAFT, ACTIVE, DEPRECATED, ARCHIVED]
    owner: [Rolle]
    ---
    
  3. Archivierung: Lösche nichts. Verschiebe veraltetes Wissen in _archive Ordner oder markiere es als ARCHIVED.