FruitBankHybridApp/FruitBank.Common.Server/Services
Loretta 1e41632599 EKÁER: add warning/error distinction, status, and filters
- Validation now distinguishes blocking errors from warnings; only errors block submission, warnings are shown but allow progress.
- Introduced EkaerSeverity, EkaerValidationMessage, and severity-aware extensions for validation results.
- Extended EkaerHistory.Status with GeneratedWithWarning and SentWithMissingData; added EkaerStatusExtensions for status categorization.
- Added EkaerHistoryFilter for server-side filtering; updated SignalR and controller interfaces accordingly.
- UI now displays error/warning messages with color/icons, supports new status tabs/filters, and restricts XML copying to submittable records.
- Refactored validation and error handling to use new severity logic; updated comments and minor code for clarity.
2026-06-12 09:00:26 +02:00
..
Ekaer EKÁER: add warning/error distinction, status, and filters 2026-06-12 09:00:26 +02:00
Loggers Update docs: enforce .md sync, clarify structure & TFMs 2026-03-29 09:26:16 +02:00
SignalRs Update docs: enforce .md sync, clarify structure & TFMs 2026-03-29 09:26:16 +02:00
README.md Update docs: enforce .md sync, clarify structure & TFMs 2026-03-29 09:26:16 +02:00

README.md

Services

Server-side SignalR hubs, real-time broadcast, and logging infrastructure.

Subfolders

Folder Purpose
Loggers/ Console and API controller log writers
SignalRs/ SignalR hubs and broadcast service