meldestelle/backend
Stefan Mogeritsch 0c870ba2e3 feat(masterdata): add controllers, services, and repositories for Reiter, Horse, and Verein domains
- Introduced entities `ReiterController`, `HorseController`, and `VereinController`, with associated REST routes.
- Implemented upsert functionality for `Reiter`, `Horse`, and `Verein` repositories.
- Added services for `Altersklasse` calculations and integrated them into the domain layer.
- Updated database schema to include `ReiterTable`, `HorseTable`, `VereinTable`, and `FunktionaerTable`.
- Refactored `masterdataApiModule` to register new domain controllers.
- Adjusted Ktor server and Spring configurations to support new domains.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
2026-03-30 13:16:59 +02:00
..
infrastructure chore: update module dependencies and remove unused imports 2026-03-28 17:00:19 +01:00
services feat(masterdata): add controllers, services, and repositories for Reiter, Horse, and Verein domains 2026-03-30 13:16:59 +02:00
README.md docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00

Backend Module

Dieses Modul enthält den gesamten Code für die Backend-Services und die zugehörige Infrastruktur (z.B. API-Gateway).

Die vollständige Dokumentation befindet sich hier: -> docs/05_Backend/README.md