FruitBankHybridApp/FruitBankHybrid.Shared/Services/README.md

873 B

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

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.