Skip to content

Frontend Routes

ebaek edited this page Jul 30, 2019 · 4 revisions

Components Organization:

  • Root
  • App
  • NavBar
  • (main component goes here)
  • Footer

Main Component

Home Page

  • /
  • Splash

Home Page for Logged Out Users

  • Log in and sign up options
  • Component: home_component

Home Page for Logged In Users

  • 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 Page

  • /login
  • Log in form
  • Components: log_in, log_in_container

Account page

  • /account
  • Displays watchlists
  • Display portfolio value
  • Components: portfolio_value, portfolio_value_container

Company page

  • /: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

Clone this wiki locally