FruitBankHybridApp/FruitBankHybrid.Shared/Services/README.md

21 lines
873 B
Markdown

# 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/`](Loggers/README.md) | LoggerClient and LoggerClient<T> extending AyCode logger |
| [`SignalRs/`](SignalRs/README.md) | FruitBankSignalRClient hub client + DataSource wrappers |
---
> **LLM Maintenance:** If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.