You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, when I visit future page, I should see a landing page with a header and a footer. I should see a header and cards of locations and dates for future fashion shows.
AC
WHEN the user first visits the future THEN I should see a landing page AND there should be a header AND there should be a footer AND there should be a header of "Chinos in Fashion" AND There should be cards for fashion shows with a picture of the location, the location name and date.
Dev Notes
TODO
Chinos in Fashion should be a header.
Locations should be an array.
printFashionShows should be a function that loops through the array. and printToDom prints out cards to the cards div.
The text was updated successfully, but these errors were encountered:
As a user, when I visit future page, I should see a landing page with a header and a footer. I should see a header and cards of locations and dates for future fashion shows.
AC
WHEN the user first visits the future
THEN I should see a landing page
AND there should be a header
AND there should be a footer
AND there should be a header of "Chinos in Fashion"
AND There should be cards for fashion shows with a picture of the location, the location name and date.
Dev Notes
Chinos in Fashion should be a header.
Locations should be an array.
printFashionShows should be a function that loops through the array. and printToDom prints out cards to the cards div.
The text was updated successfully, but these errors were encountered: