Skip to main content

Story: Add a Recipe

As a Host, I want to add a new cocktail recipe to my collection, so that I can organize my drink knowledge and use it for menu planning.

Acceptance Criteria

  • I must provide a Name for the recipe (e.g., "Classic Mai Tai").
  • I must be able to add a list of Ingredients with specific quantities and units (e.g., "2 oz Appleton Estate Signature Rum", "1 oz Lime Juice", "0.5 oz Orgeat").
  • I must provide the preparation Instructions.
  • I can optionally provide:
    • A Description of the cocktail.
    • The recommended Glass Type (e.g., "Double Rocks").
    • The recommended Ice Type (e.g., "Crushed").
    • Instructions for the Garnish (e.g., "Mint sprig and spent lime shell").
    • A list of Required Tools.
    • Tags for organization (e.g., "Tiki", "Rum", "Classic").
  • The recipe should be saved and available for adding to menus.
  • CreateRecipe (C12)
  • LinkToolsToRecipe (C36)
  • TagRecipe (C15)