Skip to content

isanchezbrian/game-lord

Repository files navigation

Game Lords

Game Lords

  • User Stories
  • Wireframes
  • Sprints

User Stories

Any Game Lord user with an admin account can rent or list games to rent out to other admins.

Non-admins can:

  • View available games to rent
  • Rent Games

Admins can:

  • View available games to rent
  • Rent Games
  • Create game listings to rent
  • Edit game listings to rent
  • Delete Games to rent

Wireframes

Homepage

The home page will have a drop down menu, a slideshow and a list of console with supporting games that are available to rent

homepage

Library

The library page will allow you to filter out only the compatible games for the selected console.

admin

Game Profile Card

When you click on a game, a pop up profile card of that video game will show a picture of the game along with a description and a add to cart button.

gameCard

Database Models

Games

  • Game
  • Price
  • Console

Shopping Cart

  • Game
  • games.id

Consoles

  • Name
  • games.id

Sprints

Sprint 1

  • Focus on the views of our main page
  • CSS for slideshow
  • CSS for drop down menu
  • JS for drop down menu
  • JS for slideshow
  • Add routes and test server
  • Add models
  • Work on CRUD
  • Add website name to main page
  • Work on README.md