Skyman12 / SteamSaleWatcher

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Watch List Tab #2

Open Skyman12 opened 8 years ago

Skyman12 commented 8 years ago

The Watch List tab should show the data for the current logged in user. If the user has not logged in yet, they should be redirected to the login page.

The Watch List should show the games the current user is watching, the current prices and discount of the games, and the target discount point at which the user wants to be notified about a sale.

A User should be able to add game to their watch list, remove games from their watchlist and change the target discount price for each game. All of these functions are built into the User class.

The user will need either a list or a search bar with all of the games that they can add to their list. The list of all games can be gotten through a server call.

Skyman12 commented 8 years ago

I should be able to do this as well, or at least get the framework setup.