Skip to content

Handle Barcode Lookup Failures

As a Host, I want to manually enter product details when barcode lookup fails, So that I can still add the product to my inventory.

  • Given I have scanned a barcode
  • And the product is not found in the external database
  • When the lookup fails
  • Then the system:
    • Notifies me that the product wasn’t found
    • Saves the barcode number
    • Allows me to manually enter all product details
    • Offers to submit the product data to help improve the database
  • And I can still add the product with the barcode attached
  • And future scans of this barcode will use my manually entered data

NOT YET IMPLEMENTED

Medium - Handles edge cases

  • Product, ProductBarcode, ProductData