Skip to content

Waste Log

Route

  • /scan/waste-log

Purpose

Waste Log tracks discarded product and prep waste so teams can monitor loss, identify trends, and improve kitchen efficiency.

Notes

  • Documentation should capture expected logging fields and common use cases.
  • Add reporting and reconciliation guidance here as processes evolve.

Hardcoded values and configuration files

  • Weight unit hardcode: waste is entered as LB and stored as waste_amount_lb. orbital/Orbital/Orbital.Web/src/pages/kitchen-prep-tool/waste-log/waste-log.tsx, orbital-manager-backend/kitchen_prep_tool_service/app/service/waste_log/waste_log_service.py, orbital-manager-backend/kitchen_prep_tool_service/app/data/waste_log/waste_log_entity.py
  • Safety threshold hardcode: values greater than 300 LB require confirmation before submit. orbital/Orbital/Orbital.Web/src/pages/kitchen-prep-tool/waste-log/waste-log.tsx