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.
Acceptance Criteria
Section titled âAcceptance Criteriaâ- 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
Implementation Status
Section titled âImplementation Statusââ IMPLEMENTED (January 2026)
Implementation Details
Section titled âImplementation DetailsâFiles:
shaker/app/(tabs)/inventory/shopping/add-item.tsx- Add item screenshaker/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
Priority
Section titled âPriorityâMedium - Enhances flexibility
Related Entities
Section titled âRelated Entitiesâ- ShoppingList, ShoppingListItem