Story
A User should be able to select any title found in Library or Search views and mark that item as a favorite.
Acceptance Criteria
Given User would like to save a title to find easily within their user account
When On completed Search or Library page load, the user clicks the Favorite affordance on a specific game.
Then Game is identified as a favorite in the database
And Page displays a modal to confirm successful addition.
And Modal provides a link to quickly change to the Favorites page.
And Modal fades after a short time has elapsed.
Given User has marked a minimum of one title as favorite
When Favorites page loads
Then User can add / edit a custom note
And User can rate title out of four stars
And User can remove title from list of favorites
Story
A User should be able to select any title found in Library or Search views and mark that item as a favorite.
Acceptance Criteria
Given User would like to save a title to find easily within their user account
When On completed Search or Library page load, the user clicks the
Favoriteaffordance on a specific game.Then Game is identified as a favorite in the database
And Page displays a modal to confirm successful addition.
And Modal provides a link to quickly change to the Favorites page.
And Modal fades after a short time has elapsed.
Given User has marked a minimum of one title as favorite
When Favorites page loads
Then User can add / edit a custom note
And User can rate title out of four stars
And User can remove title from list of favorites