Men-Guo / alwayswin

297P Project
0 stars 0 forks source link

Find Product #16

Open xiazhvera opened 3 years ago

xiazhvera commented 3 years ago

User Story1: Find Product As a buyer, I would like to find the products I would be interested in. Given item keywords, when a research request is sent to the server, then the database will return all products with the keywords and the UI will display them on the webpage. ----------------------------------------------------------------------------------------------------------------------------------------------Estimated Time: 8p/h ----------------------------------------------------------------------------------------------------------------------------------------------Use Case: Find Product Actors: User, Product Database Precondition: N/A Basic Path: The user clicks on the search bar and enters keywords The front end sends the request to the backend The product database search and return the product lists related to the keywords The frontend received the product lists and display them

Alter Path: Display notification if there are no related products found.