User Stories - Khiienu/EZReads GitHub Wiki

User

  • As a user I want to be able to navigate to the login or signup page from the home page.
  • As an unauthorized user I want to be able to:
    • Sign up for an account using an email, username, and password.
    • After signing up I should be redirected to my home user page.
  • As an authorized user I want to be able to:
    • Login to my account
    • After logging in I should be redirected to my home user page.
  • On my home user page, I should see:
    • A profile icon
    • A list of my game shelves
    • A collection of my reviews for different games

Game Shelves

  • As a logged in user, I want to be able to create lists of games that either:
    • I have played,
    • want to play,
    • am currently playing.
  • Each list will be its own shelf that can be called on to view the collection of games that I have created.

Genres

  • As an unregistered and unauthorized user, I want to be able to browse the list of games available on the site.
  • I want to be able to search through the games list by genre and view each of the game pages.
  • On the game page:
    • I should be able to view the game cover, description, and any reviews made on the game.
    • As an unauthorized user I can only view the contents of the game page and not make edits or reviews.
    • As an authorized user I can make edits to any reviews I have made and post new reviews.

Systems

  • As an unregistered and unauthorized user, I want to be able to browse the list of systems available on the site.
  • I want to search through the games list by system and view each of the game pages.
  • On the System page:
    • I should be able to view the system’s name and description as well as a list of games for that system underneath.
    • Each game should have a picture as well as their name.

Games

  • As an unregistered and unauthorized user, I want to be able to browse each of the game pages and view the contents of the page.
  • On the page I should be able to see:
    • The cover picture
    • The main genre
    • The system(s) the game originally released on.
    • All reviews for the game.
  • As an authorized user I should be able to:
    • Add a review for the game
    • Use the button to add to my game shelves and decide which one I would prefer.