chatty-clownfish / bangazon-sprint-2

1 stars 0 forks source link

User can search products to buy #4

Open kimberly-bird opened 5 years ago

kimberly-bird commented 5 years ago

Given the user is authenticated When the user clicks on the search input field in the navigation bar And the user types the name of a product When pressed the enter key Then products matching the keyword show in the page

CosignMyCodesign commented 5 years ago

Pretty simple filter on the search query.

Will be searching the product title string.

CosignMyCodesign commented 5 years ago

Models Involved:

  1. User
  2. Customer
  3. Product