algobot76 / wall-street-visualiza

News + Stock Info
https://wall-street-visualiza.herokuapp.com/
6 stars 5 forks source link

Scrum Update June 8, 2019 #2

Open algobot76 opened 5 years ago

algobot76 commented 5 years ago
  1. What you’ve worked on in the previous two weeks. I learned a CSS framework called Semantic UI and I used it to style our React components.

  2. What you’ll be working on in the next two weeks. I will keep improving the current layout and may integrate react-router with our project.

  3. Where you might have gotten stuck during the last two weeks. I got stuck on some small UI issues, e.g. an icon not displayed correctly.

kyo-tang commented 5 years ago
  1. What did you work on this past iteration?

For the post iteration (2 weeks), I have been working on the front end user interface of the project specifically I was working on the search bar component

  1. What were any major issue/challenges you ran into?

Figuring out how to route the items in the drop down menu into individual sub-pages that include all the webpages

  1. What do you plan to work on for this upcoming iteration (2 weeks)?

Continuing working on how to appropriately rendering the stock price information and appropriately linking the web request to have its corresponding views and learning how to appropriately linking the back end to the front end

ericjXiao commented 5 years ago
  1. What you’ve worked on in the previous two weeks. I was working all creating all the stock charts for all the company using the recharts library (to draw and display all the stock charts).

  2. Where you might have gotten stuck during the last two weeks. I got stuck on the onclick function for the stock chart, and still trying to figure out how to link different webpages to each node(when you click the dot on the graph, it will open a new webpage).

  3. What you’ll be working on in the next two weeks. I will keep working on improving the stock charts and link them to each company in the dropdown menu. Also I will help Kyo with the stock price information rendering and linking the web request with its own corresponding views.