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

Product Page: See More Button Feature #13

Closed KeithRWalker closed 5 years ago

KeithRWalker commented 5 years ago

User Story

As a user I want to be able to see a detailed description of the products for sale.

AC

WHEN I click the see more button of any product card THEN I should see a new, and larger card/container appear with more detailed information about the product AND I should still have access to the add cart button

Development

KeithRWalker commented 5 years ago

https://getbootstrap.com/docs/4.0/components/collapse/

zoeames commented 5 years ago

I am having a little trouble following this ticket. What are you displaying for the show more stuff? A modal? A collapse? Depending on which of those you pick that will change what goes in the development section

KeithRWalker commented 5 years ago

I am having a little trouble following this ticket. What are you displaying for the show more stuff? A modal? A collapse? Depending on which of those you pick that will change what goes in the development section

The show more button is supposed to bring up another larger area to display information, Basically another card. I'm going to go with a collapse. I don't know where it's going to go yet as i'm having a hard time visualizing the page, and don't know if I should have the information display directly below the original card, or below the rest of the cards.

KeithRWalker commented 5 years ago

Not sure if it is worded correctly, but I am adding a class to each see more button then adding a unique id to the parent id of both the buttons. The event listener will be for the classes of each both button(one for see more/one for add to cart), and get differentiated by the unique id of the parent div

zoeames commented 5 years ago

👍