algobot76 / wall-street-visualiza

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

Scrum Update 2019-07-20 #6

Open algobot76 opened 5 years ago

algobot76 commented 5 years ago

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

  1. A user dashboard that allows the user to update his/her name/email/password.
  2. Scripts used to pull data from third-party APIs.

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

  1. Refactor & fix bugs in the codebase.

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

  1. None.
kyo-tang commented 5 years ago

What did you work on this past iteration? For the post iteration (2 weeks), I mainly worked on ensuring the routing using the API to request news data as well as stock price data. Specifically, we chose to cache the entire listing of all publicly traded company. Also I created methods to integrate the request and populate the database.

What were any major issue/challenges you ran into? Unfortunately, the stock price API is free therefore they limit how often an individual user requests data from their server therefore I had to use the built-in method to set a timer/ interval so that requests are not sent to frequently.

What do you plan to work on for this upcoming iteration (2 weeks)? I am planning to add an additional user interface component where when an investor is using our website and reading news regarding a particular company and it can judge the news based on the sentiment indicator without actually reading the article.