Skip to content

Manually Add Items to Shopping List

As a Host, I want to manually add items to my shopping list, So that I can include non-recipe items like ice, napkins, or backup supplies.

  • Given I have a shopping list for an event
  • When I choose to add a custom item
  • Then I can specify:
    • Item name
    • Quantity and unit
    • Estimated cost (optional)
    • Category
  • And the item is added to the shopping list
  • And the total estimated cost is updated

✅ IMPLEMENTED (January 2026)

Files:

  • shaker/app/(tabs)/inventory/shopping/add-item.tsx - Add item screen
  • shaker/data/shopping-lists/index.ts - Add item functionality

Features:

  • Add custom items to shopping list
  • Specify name, quantity, unit, cost, category
  • Integration with shopping list display

Medium - Enhances flexibility

  • ShoppingList, ShoppingListItem