Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Celebrities/Present #4

Open
MarkyAaronYoung opened this issue May 6, 2020 · 4 comments
Open

Celebrities/Present #4

MarkyAaronYoung opened this issue May 6, 2020 · 4 comments
Assignees

Comments

@MarkyAaronYoung
Copy link
Contributor

MarkyAaronYoung commented May 6, 2020

User Story

As a user, when I first visit the Present page, I should see a page with a header and a footer and header and paragraph with "Celebrities in Chinos"

AC

WHEN the user first visits the Present page
THEN I should see a landing page
AND there should be a header
AND there should be a footer
AND there should be a "Celebrities in Chinos" block with a header and block of text
AND there should be group of buttons with categories "Actors, Athletes, Politicians, Other"
AND there should be cards of examples that are sortable by the buttons.

Dev Notes

Array for cards should have Who, occupation, and a picture.
printCards creates domstring.
printtodom

@MarkyAaronYoung
Copy link
Contributor Author

Screen Shot 2020-05-05 at 8 50 19 PM

@MarkyAaronYoung
Copy link
Contributor Author

Screen Shot 2020-05-05 at 9 22 50 PM

@luketlancaster
Copy link
Member

so do the sorting buttons do anything? If so, break the functionality of the sorting out into a new card

@MarkyAaronYoung
Copy link
Contributor Author

MarkyAaronYoung commented May 8, 2020

Page will be dynamically updated from a button click on the navbar or footer.
There will be a mainContainer div that everything will be printed to.
There will be a section with the header text and a paragraph.
There will be another bootstrap navbar with content categories.
Below that will be cards with pictures of celebrities wearing chinos and then text with who they are and what they're occupation is (actor, politician, athletes, musician, etc.).
The content category buttons (i.e. occupations) will be able to sort through the cards by that category (stretch goal)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants