meldestelle/core
Stefan Mogeritsch c696b8c50e feat(db): add regulation-as-data tables for license height and horse age matrices
- Introduced `license_height_matrix` for mapping minimum license requirements to jump heights (ÖTO § 231).
- Added `horse_min_age_matrix` for defining minimum horse ages by discipline, height, or level (ÖTO § 103, FEI GR Art. 136).
- Populated both tables with ÖTO 2026 and FEI-compliant seed data.
- Updated Flyway V008 to remove incorrect `RD4` entry and annotated corrected enum references.
- Created Flyway V009 for introducing the new tables and their seeds.
- Aligned documentation, validation rules, and roadmaps for backend implementation handover.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
2026-04-03 11:10:45 +02:00
..
core-domain feat(db): add regulation-as-data tables for license height and horse age matrices 2026-04-03 11:10:45 +02:00
core-utils chore: update module dependencies and remove unused imports 2026-03-28 17:00:19 +01:00
zns-parser chore: remove deprecated horses, clubs, officials, and persons services 2026-03-28 16:51:08 +01:00
README.md refactor: update Dockerfile paths, network module auth flow, and Keycloak config 2026-01-23 15:42:07 +01:00

Core Module

Dieses Modul enthält projektübergreifende Kern-Logik und Utility-Klassen, die sowohl vom Backend als auch vom Frontend genutzt werden können.

Die vollständige Dokumentation befindet sich hier: → docs/03_Domain/01_Core_Model/README.md