algobot76 / wall-street-visualiza

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

Scrum Update 2019-07-06 #5

Open kyo-tang opened 5 years ago

algobot76 commented 5 years ago

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

  1. I mainly focused on implementing the login system of our project.

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

  1. I will refactor the current codebase.
  2. I will deploy our MongoDB on Atlas.

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

  1. Meteor kind of violates the philosophy of Redux and our team had to figure out a way to make Meteor work nicely with Redux.
kyo-tang commented 5 years ago

What did you work on this past iteration? For the post iteration (2 weeks), I mainly worked on refactoring the code by incorporating meteor mongodb methods to allow routing between all existing reducer and actions. I was working recreating existing actions and reducers with the help of kaitian. Specifically, I created a few more actions such as stocksActions, newsActions, headlineActions, companyAction to clearly define the responsibility of each action and reducer.

What were any major issue/challenges you ran into? Currently, the data is appropriately loaded into the database however I am still configuring out how to extract data from the mongodb database and incorporating with hook to appropriate rendering the data therefore currently the rendering components are still using cached data.

What do you plan to work on for this upcoming iteration (2 weeks)? First is to fix the existing issues related to rendering data from the database. Second, learning and helping my partner to deploy the database using atlas. Third, finding all existing companies financial statements and cache it in a format that is ready for rendering. Lastly, if there is time, then I will be working on creating an additional component to render the financial statement data.