MVP - 12Starlight/Godsend GitHub Wiki
             1. Hosting on Heroku (02/03/2020) :thumbsup:
2. New account creation, login, and guest/demo login (02/10/2020)
- Users can sign up, sign in, log out (session tokens)
- Users can use a demo account to login in order to get a feel for the site
- Users can not use certain features without logging in:
- Getting access to dashboard + portfolio (money, traded stocks)
- Seeing stock information for the stock looked up (detail)
- Viewing a watchlist (index)
- Looking or searching for a specific stock (search)
 
 
3. Asset/Stock Detail (02/13/2020)
- Logged in users can access information on specific stocks that they own, based on search parameters
- Users can see the stocks they own
- Users can get profit and loss statements on each stock
 
4. Watchlist (02/15/2020)
- Logged in users can get a list of all stocks they are watching
- Users can delete stocks from watchlist
- Users can make trades based on stocks in watchlist
 
5. Asset/Stock Search (02/18/2020)
- Logged in users can look up stocks that they want to trade or add to a watchlist (filtered by data/params)
- Users can pick stocks to put in watchlist
 
6. Trade (02/21/2020)
- Logged in users can buy stocks
- Users can sell stocks
- Users can close their trades