-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Story
As a user, I should be able to create text for the story I want to tell about my location.
Acceptance Criteria
Given a user wants to record a story on their dashboard
When the user performs a gesture on a New Story affordance
Then a form should be presented to the user in which text for their story can be entered.
Given a user has entered in all field values for storing a new story
When the user performs a gesture on the Save Story affordance
Then the story should be saved in the database, and assigned to the user and the user's saved location.
Given a user wants to change the details of a map story
When the user performs a gesture to edit the story
Then the user should be presented with a form that has the story details pre-filled into the fields
And there should be an affordance to save the edits to the story.