nss-evening-cohort-9 / nutshell-peanut

nutshell-peanut created by GitHub Classroom
0 stars 3 forks source link

Events - CREATE #20

Closed tilleraj closed 5 years ago

tilleraj commented 5 years ago

User Story

As a user, I should be able to enter an event that will happen at a future date and see all my events.

Acceptance Criteria

GIVEN a user wants to add an event to their events page WHEN the user clicks a button to enter a new event in the application THEN a blank row at the top of the table

  1. Name of event
  2. Date of event
  3. Location of event

GIVEN a user has entered in all details of an event WHEN the user clicks the 'save' button THEN the event should be displayed in the application in the Events component AND the event should be saved to firebase and assigned using the user's uid

Development