Skip to content

Scan Barcode During Shopping

As a Host, I want to scan products while shopping to check them off my list, So that I can ensure I’m buying the right items.

  • Given I have a shopping list on my device
  • When I scan a product barcode in the store
  • Then the system:
    • Matches the barcode to items on my shopping list
    • Shows if this product satisfies a list item
    • Allows me to check off the item
    • Shows the price if I enter it
    • Adds the product to my inventory (or marks for later addition)
  • And I can see which items are still needed
  • And I can scan items not on my list to add them

NOT YET IMPLEMENTED

Medium - Enhances shopping experience

  • ShoppingList, ShoppingListItem, Product, ProductBarcode