As a user, I should be able to see(READ) entire Event with all the Staff, Food, Shows, and Souvenirs.
AC
When a user is authenticated
And they click on the Event Page button
Then they can see a specific event
And all the Staff, Food, Shows, and Souvenirs added/pinned to that event
Dev Notes
Create a landing page/container div for events.js
src/javascripts/component/events.js
src/javascripts/components/eventsList.js
printToDom using #events-page
Create an Events Page button
create events.json
name:
food:
show:
staff:
souvenirs:
cost:
Addclass.hide unless the user is logged in
create axios.put() commands to firebase to add to data
User Story
As a user, I should be able to see(READ) entire Event with all the Staff, Food, Shows, and Souvenirs.
AC
When a user is authenticated And they click on the Event Page button Then they can see a specific event And all the Staff, Food, Shows, and Souvenirs added/pinned to that event
Dev Notes
Create a landing page/container div for
events.js
src/javascripts/component/events.js
src/javascripts/components/eventsList.js
printToDom using
#events-page
Create an Events Page button
create
events.json
Addclass.hide unless the user is logged in
create axios.put() commands to firebase to add to data