-
Notifications
You must be signed in to change notification settings - Fork 2
Description
As an authenticated user, I want to be able to post an event so that I might get exposure for that event.
AC1: User must be authenticated (logged in) to create events.
AC2: + Button is used to trigger the Bootstrap form modal.
AC3: Form contains the following fields:
-Name of event
-Address of the event
-A short description (max 140 characters)
-The date and time of the event
-Radio button for whether or not the event requires an RSVP
-(optional) Image
-(optional) Link for the event details
-Two options ["I am hosting this event"] and ["I have heard of this event"]
AC4: Server-side validation performed on all of input fields.
-No two events can have the same Date/time and Address
AC5: User has some way to scrap the event submission.
AC6: On submit the event appears in the "My Events" page and on the main page.