meldestelle/core
Stefan Mogeritsch 721d991c5e feat(core+frontend): integrate mDNS-based network discovery and update UI
- **Network Discovery Service:**
  - Added platform-specific `DiscoveryModule` with JmDNS-based `JmDnsDiscoveryService` for JVM and no-op implementation for JS.
  - Implemented service and device discovery using mDNS to enable peer-to-peer synchronization within LAN.
  - Registered the module in Koin for dependency injection and integrated it with `networkModule`.

- **Frontend Integration:**
  - Enhanced `BewerbViewModel` with intents and actions for starting, stopping, and refreshing network scans.
  - Introduced polling for discovered services during an active scan.

- **UI Additions:**
  - Added a `NetworkDiscoveryPanel` in `TurnierBewerbeTab` to display discovered services and indicate scan state.
  - Updated action buttons to include toggle functionality for network scans.
2026-04-10 10:27:20 +02:00
..
core-domain docs: add class diagram for core entities in C4 architecture 2026-04-09 09:24:35 +02:00
core-utils Refactor domain models (DomFunktionaer, DomReiter, DomPferd) for ZNS alignment: update properties, streamline validation logic, and enhance parser to support new format. Adjust controllers and repository methods accordingly. 2026-04-05 08:21:16 +02:00
zns-parser feat(core+frontend): integrate mDNS-based network discovery and update UI 2026-04-10 10:27:20 +02: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