Implement "Zeitplan" feature in tournament details: add TurnierZeitplanTab.kt, update navigation, and integrate visual scheduling with drag-and-drop support. Relocate Detekt configuration.

This commit is contained in:
2026-04-11 20:37:25 +02:00
parent b91d1953a4
commit 52bc8f3fbe
5 changed files with 290 additions and 5 deletions
+2 -2
View File
@@ -70,6 +70,7 @@ include(":backend:infrastructure:security")
include(":backend:infrastructure:zns-importer")
// === BACKEND - SERVICES ===
// --- ENTRIES (Nennungen) ---
include(":backend:services:entries:entries-api")
include(":backend:services:entries:entries-domain")
@@ -95,7 +96,7 @@ include(":backend:services:masterdata:masterdata-infrastructure")
include(":backend:services:masterdata:masterdata-service")
// --- BILLING (Kassa, Zahlungen & Rechnungen) ---
include(":backend:services:billing:billing-api")
// include(":backend:services:billing:billing-api")
include(":backend:services:billing:billing-domain")
include(":backend:services:billing:billing-service")
@@ -131,7 +132,6 @@ include(":frontend:core:local-db")
include(":frontend:core:sync")
// --- FEATURES ---
// include(":frontend:features:members-feature")
include(":frontend:features:ping-feature")
include(":frontend:features:nennung-feature")
include(":frontend:features:zns-import-feature")