As a user, when I visit the Shows page not logged in I should see rows of cards of each available Show now including price.
As a user, when I visit the Shows page logged in I should see rows of cards of each Show now including price.
AC
WHEN the user visits the Show section of the site via the homepage
THEN they should only see the available Shows displayed
AND they will now see a price
WHEN the user is Logged-in they should see all of the Shows displayed
AND there should also be a visible option to edit the Show and delete the Show
AND there should be a add Show button at the top of the page
AND they will now see a price
User
As a user, when I visit the Shows page not logged in I should see rows of cards of each available Show now including price. As a user, when I visit the Shows page logged in I should see rows of cards of each Show now including price.
AC
WHEN the user visits the Show section of the site via the homepage THEN they should only see the available Shows displayed AND they will now see a price
WHEN the user is Logged-in they should see all of the Shows displayed AND there should also be a visible option to edit the Show and delete the Show AND there should be a add Show button at the top of the page AND they will now see a price
dev notes
add price to seed data on shows.json
add Price to
showCardBuilder
on showBuilder.jsadd Price to
noAuthShowCardBuilder
on showBuilder.jsadd price to
editShowForm
form on editShow.jsadd price to
addShowForm
form on addShow.json showList.js add price to
addShowEvent
price: $('#addShow-price').val(),
on showList.js add price to
editShowEvent
price: $('#editShow-price').val(),