Patpatpatrick / Way2Recycle

Way2Recycle
3 stars 1 forks source link

Scrum Report (June 22, 2019) #15

Open cynthiaxzh opened 5 years ago

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

(1) what you’ve worked on in the previous two weeks? In the past two weeks, we import some MATERIAL-UI components from the public library of React to replace our old parts, including the login panel, some buttons, categories components, and menu bar. Besides, the list was filtered by passing parameters from React Router. It is the main component of our index page for displaying items.

(2) what you’ll be working on in the next two weeks? We will discuss the schema of our data in NoSQL and then store the initial data into MongoDB. We will implement fetch, post, delete, and update data from Meteor. Also, we will fix some bugs from importing the Material UI.

(3) where you might have gotten stuck during the last two weeks. It takes some time to figure out that have a connection between the item and the user, who is the poster of the item. We choose to store user_id into an item attribute.