You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I should be able to enter in a drift event that will happen at a future date, and be able to see past events
Acceptance Criteria
Given a user wants to add a drift 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
Name of event
Date of event
Location of event
Vehicle attending with
Description of Event
Given a user has entered in all details of a drift event
When the user performs a gesture to save the drift event
Then the event should be rendered in the application in the Upcoming Drift Events component
And it should show the event name
And it should show the event date
And it should show the event location
And it should show the vehicle being taken
And it should show the event description
Given a user wants to remove an event
When the user performs a gesture to delete the event
Then the event should be removed from the database
And the user should be redirected to the updated list of events
The text was updated successfully, but these errors were encountered:
Story
As a user, I should be able to enter in a drift event that will happen at a future date, and be able to see past events
Acceptance Criteria
Given a user wants to add a drift 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
Given a user has entered in all details of a drift event
When the user performs a gesture to save the drift event
Then the event should be rendered in the application in the Upcoming Drift Events component
And it should show the event name
And it should show the event date
And it should show the event location
And it should show the vehicle being taken
And it should show the event description
Given a user wants to remove an event
When the user performs a gesture to delete the event
Then the event should be removed from the database
And the user should be redirected to the updated list of events
The text was updated successfully, but these errors were encountered: