-
Notifications
You must be signed in to change notification settings - Fork 3
Frontend Routes
ebaek edited this page Jul 30, 2019
·
4 revisions
- Root
- App
- NavBar
- (main component goes here)
- Footer
- /
- Splash
- Log in and sign up options
- Component: home_component
- Exhibits portfolio performance through a graph
- Sidebar with stock indices
- Displays news articles relevant to portfolio
- Components: graph, graph_container, graph_nav, stock_index, stock_index container, watch_list, watch_list_item, watch_list_container, news, news_list, news_list_container
- /login
- Log in form
- Components: log_in, log_in_container
- /account
- Displays watchlists
- Display portfolio value
- Components: portfolio_value, portfolio_value_container
- /:ticker
- Exhibits company performance through a graph
- Displays summary of company
- Displays news articles relevant to company
- Displays transactions form for buying and selling stock
- Components: graph, graph_container, graph_nav, transaction_form, transaction_container, company, company_container, news, news_list, news_list_container