MVP List - GilBu/modestpack GitHub Wiki

1. Hosting on Heroku (06/22/2020, 1 day)

2. New account signup, User login, User log out, Demo user login (06/23/2020, 1.5 days)

  • Users can sign up, log in, log out

  • Users can sign in as Demo User to try this site

  • Logged-in users can view their purchased games from the profile page (template) (url: games/user_id/index)

3. Games basics (06/24/2020, 2.5 days)

  • Display Modest Pack icon on the top of the page, direct to the homepage after clicking it

  • Users can view all games from the homepage without logging in

  • Each individual game details page display information and add to cart button (url: games/game_id/view)

  • List all games to the homepage, but only display the title, adjusted size picture, and price (url: games/game_id/view)

  • All users are able to view details of a game by clicking its title or picture from the homepage

  • A user can view his/her purchased games list from the profile page

4. Shopping Cart (06/24/2020, 2.5 days)

  • Logged in users can add games to their shopping cart

  • Logged in users can view their shopping cart page, add, and delete games from shopping cart

5. Search (06/26/2020, 1.5 day)

  • Users can search for games by inputting partial title keyword from the homepage, then direct users to discover page

6. User Profile/Library (06/26/2020, 1.5 day)

  • Logged-in users can view their purchased games from the profile page (template) (url: games/user_id/index)

7. Production README (06/28/2020, 0.5 days)