meldestelle/docs/05_Backend
StefanMoCoAt dbe7c74a9c Document tenant-aware database schema, multi-tenant strategy, and API references:
- Add database schema documentation: `Database_Schema_V1-V009.md` for tenant-isolated entities (`veranstaltungen`, `turniere`, `bewerbe`, etc.).
- Draft initial Kassa API reference: `Kassa_API.md` (status: DRAFT).
- Finalize Stammdaten API reference: `API_Uebersicht_Stammdaten.md` (status: ACTIVE).
- Summarize tenant isolation and multi-tenant strategy in `Multi_Tenant_Kurz.md`.
- Update `README.md` with links to new references. Mark B-2 roadmap tasks as partially complete.
2026-04-03 22:59:45 +02:00
..
_archive chore: fix broken links in documentation, improve code snippets, and remove unnecessary imports in guides 2026-03-15 20:05:23 +01:00
API Document tenant-aware database schema, multi-tenant strategy, and API references: 2026-04-03 22:59:45 +02:00
Guides Archive outdated journal logs and documents. Add Postman Runbook structure and centralize API testing documentation. Update Flyway configuration for ping-service with service-specific schema history. 2026-04-03 21:48:39 +02:00
Schema Document tenant-aware database schema, multi-tenant strategy, and API references: 2026-04-03 22:59:45 +02:00
Services Archive outdated journal logs and documents. Add Postman Runbook structure and centralize API testing documentation. Update Flyway configuration for ping-service with service-specific schema history. 2026-04-03 21:48:39 +02:00
Multi_Tenant_Kurz.md Document tenant-aware database schema, multi-tenant strategy, and API references: 2026-04-03 22:59:45 +02:00
README.md Document tenant-aware database schema, multi-tenant strategy, and API references: 2026-04-03 22:59:45 +02:00

type status owner last_update
Reference ACTIVE Backend Developer 2026-03-15

Backend Dokumentation

Dieses Verzeichnis enthält die spezifische Dokumentation für alle Backend-Komponenten, einschließlich der Microservices und der Infrastruktur-Module wie dem API-Gateway.

Struktur

  • Services/: Enthält pro Service eine dedizierte Markdown-Datei, die dessen Zweck, API, Datenmodell und Konfiguration beschreibt.
  • API/: Querliegende API-Referenzen und Übersichten (Stammdaten, Kassa, usw.).
  • Schema/: Datenbankschemata und Migrationsübersichten (Flyway).
  • Integration/: Dokumentation zur Interaktion zwischen den Services (z.B. Event-Flows).

Wichtige Einstiegspunkte