cse442-fall-2019-offering / 442projects-cse442_project

442projects-cse442_project created by GitHub Classroom
3 stars 0 forks source link

Task: Organize products into different categories #34

Open YYaaao opened 5 years ago

YYaaao commented 5 years ago

This function allows users to check products in different categories. Task Test:

  1. when click on a "category", should goes to category page carring a variable "categoryid"
  2. select product with the specific "categoryid" from database and shown all of then in catrgory page
  3. if “categoryid" is carrying a non existing category, warning pop up and direct back to homepage.