Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a registered user, I should be able to see my preferred game genres so that other users can understand what are the games I review the most #28

Open
marco-vb opened this issue Mar 14, 2023 · 0 comments
Labels
user story Defines something a user wants in the app

Comments

@marco-vb
Copy link
Collaborator

marco-vb commented Mar 14, 2023

Description

An user's preferred game genres are based on the reviews they have submitted.
These preferences are capped to 3 genres, and they are the 3 genres that the user has reviewed the most.

Acceptance Tests

Feature: User's preferences
  Rule: The User Page displays, at most, 3 genre preferences

  Background:
    Given that I am the registered user 'John Doe'
    And that I have reviewed 1 action game and 1 adventure game

  Scenario: I check my game preferences
    Given that I am in my profile page
    Then my profile should display the preferences action and aventure

  Background:
    Given that I am the registered user 'John Doe'
    And that I have reviewed 2 action games
    And that I have reviewed 2 puzzle games
    And that I have reviewed 2 adventure games
    And that I have reviewed 1 horror games

  Scenario: I check my game preferences
    Given that I am in my profile page
    Then my profile should display the preferences action, aventure and puzzle

Mockups

image
When the registered user gets into his own profile page, below the "about" section the user can see his 3 preferred games
@marco-vb marco-vb added the user story Defines something a user wants in the app label Mar 14, 2023
@ZeAntonioM ZeAntonioM changed the title As a registered user, I should be able to see my preferred game genres As a registered user, I should be able to see my preferred game genres so that other users can understand what are the games I review the most May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user story Defines something a user wants in the app
Projects
None yet
Development

No branches or pull requests

1 participant