GIVEN:
The user wishes to delete a backlog and is viewing the home page or detail page
WHEN:
The user has selects the delete affordance
THEN:
The user will be prompted to Confirm Deletion
GIVEN:
The user is being prompted to confirm after selecting the Delete affordance
WHEN:
The user preforms a gesture to confirm
THEN:
The backlog and associated issues will be deleted from the database
GIVEN:
The user does not wish to delete a backlog but is being prompted to confirm after selecting the Delete affordance
WHEN:
The user preforms a gesture to cancel the deletion
THEN:
The modal will close and nothing will have been deleted
GIVEN:
The user wishes to delete a backlog and is viewing the home page or detail page
WHEN:
The user has selects the delete affordance
THEN:
The user will be prompted to Confirm Deletion
GIVEN:
The user is being prompted to confirm after selecting the Delete affordance
WHEN:
The user preforms a gesture to confirm
THEN:
The backlog and associated issues will be deleted from the database
GIVEN:
The user does not wish to delete a backlog but is being prompted to confirm after selecting the Delete affordance
WHEN:
The user preforms a gesture to cancel the deletion
THEN:
The modal will close and nothing will have been deleted