Files
formulation/culinary/recipes/mashed_potato.yaml
T
nicholas 816b28e179
Build & Deploy Formulation / Build & Push Image (push) Successful in 15s
Build & Deploy Formulation / deploy (push) Successful in 12s
build and deploy Formulation application
Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
2026-08-13 18:08:25 -05:00

80 lines
1.3 KiB
YAML

schema_version: 2
id: mashed_potato
title: Mashed Potato
categories:
- side
tags:
- potato
yield:
amount:
quantity: 131
unit_id: gram
basis: theoretical
scaling:
mode: hybrid
basis_id: formula_basis
basis_amount:
quantity: 100.0
unit_id: gram
components:
- id: main
name: Main
items:
- id: line_01_potato_russet
reference:
ingredient_id: potato_russet
amount:
quantity: 100
unit_id: gram
percentage: 100
basis_member: true
- id: line_02_liquid
reference:
ingredient_id: milk
amount:
quantity: 22
unit_id: gram
percentage: 22
- id: line_03_fat
reference:
ingredient_id: canola_oil
amount:
quantity: 8
unit_id: gram
percentage: 8
- id: line_04_salt
reference:
ingredient_id: salt
amount:
quantity: 1
unit_id: gram
percentage: 1
steps:
- id: step_01
order: 1
instruction: Peel potato.
component_ids:
- main
- id: step_02
order: 2
instruction: Cut potato into cubes.
component_ids:
- main
- id: step_03
order: 3
instruction: Simmer until soft.
component_ids:
- main
- id: step_04
order: 4
instruction: Combine all.
component_ids:
- main
- id: step_05
order: 5
instruction: Mash.
component_ids:
- main
notes:
- Formula uses a nominal 100 g basis; review the yield before use.