diff --git a/backend/app/services/orchestrator/steps.py b/backend/app/services/orchestrator/steps.py index 04cfc96..1c411af 100644 --- a/backend/app/services/orchestrator/steps.py +++ b/backend/app/services/orchestrator/steps.py @@ -223,6 +223,21 @@ def step_email(run: "WeeklyRun", db: "Session") -> None: if ing_rows else "" ) + # Cooking instructions (collapsed by default) + instructions = item.recipe.instructions or [] if item.recipe else [] + instr_rows = "".join( + f"
| Ingredient | " + f"Qty | " + f"At Lucky | " + f"Price | " + f"
|---|
{len(approved_items)} meal(s) approved.
" - f"| Ingredient | " - f"Qty | " - f"At Lucky | " - f"Price | " - f"
|---|
Estimated total: ${total_cost:.2f}
" f"