nss-evening-cohort-9 / foundations-group-project-kiss-the-goat

foundations-group-project-kiss-the-goat created by GitHub Classroom
0 stars 0 forks source link

bootstrap cards list the beers that the user has in their cart, and the appropriate properties #5

Closed acasey98 closed 5 years ago

acasey98 commented 5 years ago

User Story

As a user, I want to see the beers that I have selected for purchase displayed in cards that detail the beer name, beer image, cost per pack, and quantity selected for purchase.

AC

WHEN the checkout page is visited THEN appropriate properties of each object with quantity > 0 should be printed to the top of the DOM as BS4 cards with: beer name, beer image, price per pack, and quantity.

Development

acasey98 commented 5 years ago

moqupbeer

zoeames commented 5 years ago

@acasey98 talk with kieth about this ticket. You should both really be creating a new array for the shopping cart. talk about what that array is going to look like so he can make sure he is putting things in that array for you. That way you will know what dummy data to put in the array so you can start working

zoeames commented 5 years ago

👍