nss-evening-cohort-9 / nutshell-pecan

nutshell-pecan created by GitHub Classroom
0 stars 0 forks source link

Create Event #11

Open CalvinDaMogul opened 5 years ago

CalvinDaMogul commented 5 years ago

User Story

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

Acceptance Criteria

CREATE

GIVEN a user wants to keep track on a future event WHEN the user clicks an affordance to enter a new event in the application THEN a form should be presented to the user in which the following properties of the event can be provided

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

DEV NOTES

CalvinDaMogul commented 5 years ago

Event Create2