MVP - Sisysphus/HyperionV2 GitHub Wiki
This is the basic functionality for my clone of the Robinhood Web Application.
1. Hosting on Heroku ( To be announced )
2. Sign Up / Login / Demo-User ( 1 day )
Users will be able to sign up for an account or login if they have a current account in the database. Users will be able to have use the demo login which generates an account for them to use and try the site. Users will not be able to use certain features of the site without logging in.
3. Stock information
Will have an about section that details the asset/stock. Will have a line graph value that represents the asset/stocks value over time. Users will be able to follow the asset/stock as well as buy/sell. Display market value if user owns stock/asset as well as average cost.
4. Dashboard/Portfolio ( To be announced )
Users will be able to see a line graph of value of their portfolio over time Users will be able to see recent news that might impact the price of stock Clicking on the stock link should redirect to stock detail pages.
5. Watchlist ( To be announced )
Users will be able to follow stocks they are interested in 'Add to Lists' Users will also be able to see the stocks that they own as well as stocks that they are 'watching' or 'following'
6. Asset/Stock Search ( To be announced )
Add functionality so that users will be able to search by name or stock symbol. Clicking on the company will bring them to the Asset/Stock detail page.