A fictional ecommerce website, selling locally roasted coffee globally. The site has been developed using Python within a Django framework, and styled using CSS and the Bootstrap library.
As a Site User, I can easily navigate to the differing product lines by using clear and conventional categories, so that I can find specific items with ease, and move between sections of the shop
Acceptance Criteria:
Acceptance Criteria 1: Category views that are accessible from the Navbar menu
Acceptance Criteria 2: Category views that correctly dissect product lines
Tasks:
[x] Create a Category Model to support the data point
[x] Add the list of Categories to the Navbar under drop down menu's
As a Site User, I can easily navigate to the differing product lines by using clear and conventional categories, so that I can find specific items with ease, and move between sections of the shop
Acceptance Criteria:
Tasks: