meldestelle/docs/03_Domain/01_Core_Model
Stefan Mogeritsch f4563a3da3 docs: add new documentation for API Gateway, core model, and backend structure
Introduced detailed documentation for the API Gateway, including its configuration and responsibilities in the system (e.g., routing, security, and cross-cutting concerns). Added a README for the core model directory to define its structure and workflow. Created a new backend README to describe its components and their documentation structure. Simplified and clarified legacy specifications for archiving purposes.
2026-01-15 13:53:56 +01:00
..
Entities docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
README.md docs: add new documentation for API Gateway, core model, and backend structure 2026-01-15 13:53:56 +01:00

Das Kern-Modell (Core Model)

Dieses Verzeichnis ist die "Single Source of Truth" für das destillierte, fachliche Wissen des Projekts. Nur was hier beschrieben ist, gilt als vereinbarte Wahrheit für die Implementierung.

Struktur

  • Entities/: Beschreibt die zentralen fachlichen Entitäten des Systems (z.B. Event, Turnier, Akteur).
  • Processes/: Dokumentiert die wichtigsten fachlichen Prozesse und Abläufe (z.B. Nennungsprozess, Ergebniserfassung).
  • Rules/: Definiert explizite Geschäftsregeln und Validierungen.

Workflow

Informationen in diesem Verzeichnis sind das Ergebnis der Analyse von externen Quellen (siehe ../02_Reference) und Workshops (siehe ../03_Analysis). Jede Änderung am Core Model sollte nachvollziehbar und idealerweise durch ein ADR gestützt sein.