Story
As a user who needs to add weekly review, I should be able to log mileage, and recommendations.
Acceptance Criteria
Given a user wants to enter a weekly review
When the user clicks an affordance for entering a weekly review (i.e. button or hyperlink)
Then a form should be presented to the user with a field to enter in mileage and recommendation
Given a user wants to edit weekly review
When the user clicks on the edit button
Then the user should be able to edit mileage or recommendation
And when the enter key is pressed, the new weekly review name should be saved to the database
And the weekly review should be updated to display the new information
Given a user is on the weekly review section and wants to remove a weekly review report
When when the user performs a gesture on the delete affordance
Then the weekly review should be removed from the database
And the weekly review should be removed from the weekly review report list
Story As a user who needs to add weekly review, I should be able to log mileage, and recommendations.
Acceptance Criteria Given a user wants to enter a weekly review When the user clicks an affordance for entering a weekly review (i.e. button or hyperlink) Then a form should be presented to the user with a field to enter in mileage and recommendation
Given a user wants to edit weekly review When the user clicks on the edit button Then the user should be able to edit mileage or recommendation And when the enter key is pressed, the new weekly review name should be saved to the database And the weekly review should be updated to display the new information
Given a user is on the weekly review section and wants to remove a weekly review report When when the user performs a gesture on the delete affordance Then the weekly review should be removed from the database And the weekly review should be removed from the weekly review report list