nss-cohort-40 / bangazon-ecommerce-api-silly-walkers-ecommerce-api

bangazon-ecommerce-api-silly-walkers-ecommerce-api created by GitHub Classroom
0 stars 0 forks source link

CLIENT SIDE --- User can search for local products #5

Open JoeShep opened 4 years ago

JoeShep commented 4 years ago

Given a user is on the homepage When the user searches for any city Then the products with the matching location will show

rsnasraty commented 4 years ago

What:

User custom view/filter to sort products

How:

User searches for a city (ex: Nashville), products are filtered to show products located in Nashville in database.

Dependency:

ProductLocation, CustomerID, OrderProduct.