Patpatpatrick / Way2Recycle

Way2Recycle
3 stars 1 forks source link

Scrum Report (June 8, 2019) #9

Open hlee2052 opened 5 years ago

hlee2052 commented 5 years ago
cynthiaxzh commented 5 years ago
Patpatpatrick commented 5 years ago

We were able to render all components, but in a way that is less organized. We need to use react router to render them.

We are able to use Redux to keep track of the state of the app. Components can also response to states. We will continually improve the structure of actions and reducers. Now it seems to be a little bit too cumbersome because they are all in one file of their own.

I am happy we can move a step beyond pure dummy design. But still, we should emphasize more on the appearance.

Next iteration, we would try to introduce redux selector so that when the state of app gets more complex, we can manage it elegantly.

zhuliangyu commented 5 years ago

(1) what you’ve worked on in the previous two weeks, I wrote four components for the last two weeks. Patrick transferred most components to Redux based (Reducer and Action). (2) what you’ll be working on in the next two weeks, We will figure out the connection between backend Meteors and Redux + React. The router could be implemented into our different pages. We want to implement a search bar component. (3) where you might have gotten stuck during the last two weeks. I take times to figure out the grid system of Bootstrap to display four columns in one row. Also, it is complicated to understand the Redux and React component.