Update billing-service and series-service: refine frontend API integration, stabilize JPA entities, add Flyway migrations, and enhance roadmap documentation.

This commit is contained in:
2026-04-12 18:09:20 +02:00
parent 0f2060fc14
commit 03950f8b0c
8 changed files with 47 additions and 4 deletions
@@ -22,6 +22,10 @@
## 🧹 Fixes & Aufräumarbeiten
- Behebung von `Unresolved reference` Fehlern in der DI-Konfiguration des `billing-service`.
- Konsolidierung der Koin-Module im `billing-feature`.
- **Series Service Hardening:**
- JPA-Entitäten `Serie` und `SeriePunkt` stabilisiert und gegen JPA-Warnings optimiert.
- Flyway-Migration `V1__Create_Series_Tables.sql` für Persistenz-Layer erstellt.
- `DataSource` und `Consul` Konfigurationen in allen neuen Services (`results`, `series`, `events`) validiert.
## 🛤️ Roadmap-Status
- Phase 12 (Billing) von "Geplant" auf "In Arbeit" gesetzt.