Introduced framework-first design rules and updated documentation to clarify framework vs. consumer boundaries. Added AcLoggerOptions and DI-based logger factory extensions to AyCode.Core, enabling per-category logger instantiation from appsettings.json. Standardized SignalR connection setup with AddAcDefaults, replacing project-specific code. Enhanced protocol configuration for DI scope isolation. Refactored appsettings.json structure and added MSBuild targets for config propagation. Removed obsolete code and updated comments to match new patterns. |
||
|---|---|---|
| .. | ||
| 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 |