corbynkwan / calorie-tracker

3 stars 2 forks source link

Scrum Update #9

Open ZehaoLu01 opened 2 years ago

ZehaoLu01 commented 2 years ago

What did you work on this past iteration (2 weeks)?

What were any major issues/challenges you ran into?

What do you plan to work on for this coming iteration (2 weeks)?

ZehaoLu01 commented 2 years ago

Zehao Lu

What did you work on this past iteration (2 weeks)? Learning MongoDB and express.js.

What were any major issues/challenges you ran into? Node.js version does not match among the team members.

What do you plan to work on for this coming iteration (2 weeks)? Implementing the APIs for restaurants and items.

amy34268 commented 2 years ago

Amy Lee

What did you work on this past iteration (2 weeks)? Modified the user interface for Custom Food and Food Diary Components to allow for crud operations What were any major issues/challenges you ran into? Had difficulties figuring out why styling a MUI component is affecting another and constructing the input form with Grid

What do you plan to work on for this coming iteration (2 weeks)? Implement date/time selection in Food Diary for users to input their intake accordingly

dhruv-m1 commented 2 years ago

Dhruv Malik

What did you work on this past iteration (2 weeks)?

Worked on strucuture of data to be stored on the db with the team, setup the DB and Backend API

What were any major issues/challenges you ran into?

Due to differences in the installation of Node.js/npm being used amongst the team, there were some issues with our dependencies, which caused part of the application to malfunction. This espcially caused difficulty while attempting to implment authentication, which we were not able to comple in time for this cycle.

What do you plan to work on for this coming iteration (2 weeks)?

I will be working on the /search route, settings component for the user (incl related redux) & search UI

corbynkwan commented 2 years ago

Corbyn Kwan

What did you work on this past iteration (2 weeks)?

redux for the frontend. made slices, stores, async thunk stuff

What were any major issues/challenges you ran into? was dependant on the backend finishing before making the async thunk stuff but it all worked out in the end. also the async thunk stuff is pretty complicated and u actually gotta know the theory to understand it

What do you plan to work on for this coming iteration (2 weeks)? User can select items from restaurants based on their intake (redux for restaurants and items)