- Integration tests now fail fast if run against PROD, using a new TestServerGuard and async [TestInitialize] methods. - Test config is unified via shared appsettings.json, loaded at assembly init. - SignalR protocol extended: server announces environment on connect; client hydrates and verifies environment, logging changes. - EKÁER grid supports NAV submission with async UI and status updates. - Backend and protocol updated for SendEkaerToNav support. - Minor UI and error handling improvements. |
||
|---|---|---|
| .. | ||
| Loggers | ||
| SignalRs | ||
| IFormFactor.cs | ||
| IMeasurementService.cs | ||
| ISecureCredentialService.cs | ||
| MeasurementService.cs | ||
| README.md | ||
README.md
Services
Business logic, SignalR client, measurement helpers, and platform abstractions.
Key Files
IFormFactor.cs— Interface for device form factor detection.IMeasurementService.cs— Measurement operation interface.MeasurementService.cs— CSS styling for MeasuringStatus, pallet item creation/validation, status badge/text generation, shipping-level status calculation.
Subfolders
| Folder | Purpose |
|---|---|
Loggers/ |
LoggerClient and LoggerClient extending AyCode logger |
SignalRs/ |
FruitBankSignalRClient hub client + DataSource wrappers |