Skip to content

Prep Needed Today

Route

  • /scan/prep-needed-today

Purpose

Prep Needed Today helps teams determine same-day prep requirements based on demand and current inventory.

Notes

  • Use this page to document forecasting assumptions and cut-off times.
  • Capture known edge cases around late demand changes.

Hardcoded values and configuration files

  • Kitchen code hardcode in UI: Generate Report is limited to USQ, EWB, BRX; Send Report is limited to USQ, EWB. orbital/Orbital/Orbital.Web/src/pages/kitchen-prep-tool/prep-needed-today/prep-needed-today.tsx
  • Kitchen code hardcode in UI: duplicate-label warning row styling checks USQ. orbital/Orbital/Orbital.Web/src/pages/kitchen-prep-tool/prep-needed-today/prep-needed-today.tsx
  • Threshold hardcode meaning: low-stock threshold is 50%, and progress color thresholds are 50% and 75%. orbital-manager-backend/kitchen_prep_tool_service/app/service/prep/prep_service.py
  • Kitchen code hardcode in scheduled prep reports: workers are currently limited to USQ and EWB. orbital-manager-backend/kitchen_prep_tool_service/app/workers/prep_task_report/worker.py