algobot76 / wall-street-visualiza

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

Scrum Update 2019-06-22 #3

Open algobot76 opened 5 years ago

algobot76 commented 5 years ago

What you’ve worked on in the previous two weeks.

  1. I rewrote the entire frontend with another CSS framework called Bulma.
  2. I integrated react-router and redux with our website.

What you’ll be working on in the next two weeks.

  1. I'll setup Meteor + MongoDB for our backend.
  2. I'll use an NPM package called Storybook.js for better frontend development experience.

Where you might have gotten stuck during the last two weeks.

  1. I can't think of anything that I've gotten stuck on.
kyo-tang commented 5 years ago

What did you work on this past iteration? For the post iteration (2 weeks), I have been working on locating appropriate stock data and new data for the project. Specifically, I have locally cached 20+ company's stock data and still working on getting individual company's entire news data set and in addition, I cleaned the data by creating a parser to parse the API data to appropriate format to be ready for rendering.

What were any major issue/challenges you ran into? Locating the entire time series data for all companies as the data set might be too large to render. In addition, the API only allows for up to a certain number of free requests so we still have to decide what to do with that

What do you plan to work on for this upcoming iteration (2 weeks)? Helping to setup using meteor to allow for data request into the mongo database and locating the API that provides all the financial statements data as well as writing the parsers for both financial statements and individual company's news so that they are ready to be rendered.

ericjXiao commented 5 years ago

What did you work on this past iteration? For the past iteration, I mainly just worked on finding the stock price data and news articles for our companies.

What were any major issue/challenges you ran into? I spent most of my time working on individual assignment 3, so I didn't get much done for the project. I will definitely put most of my time into the project for the upcoming iteration.

What do you plan to work on for this upcoming iteration (2 weeks)? I plan to help kaitian with the mongo database setup, and also work with kyo on rendering the news articles and financial statements for each company using parsers.