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 learn about a product from the details provided, so that I can make an informed decision to purchase
Acceptance Criteria:
Acceptance Criteria 1: Sufficient details on the product category pages that offer Title, Subtitle, Price with a view to enticing the user to click and learn more
Acceptance Criteria 2: Product page with full descriptions in addition to those highlighted in 1
Tasks:
[x] Create a Product Model for title, subtitle, category, description, price, user rating, and image
[x] Create card for products in a list view with a subset of information, and different card for single page product view
[x] Add buttons for users to 'Learn More' or 'Add to Bag'
[x] Add functionality to buy more than one
[x] Add functionality to choose a size (if product applicable)
As a Site User, I can learn about a product from the details provided, so that I can make an informed decision to purchase
Acceptance Criteria:
Tasks: