corbynkwan / calorie-tracker

3 stars 2 forks source link

Scrum Update #12

Open dhruv-m1 opened 2 years ago

dhruv-m1 commented 2 years ago
  1. What did you work on this past iteration (2 weeks)?

  2. What were any major issues/challenges you ran into?

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

ZehaoLu01 commented 2 years ago

What did you work on this past iteration (2 weeks)? Implemented restaurant and item related APIs.

What were any major issues/challenges you ran into? Some algorithms like calculating distance given latitude and longitude.

What do you plan to work on for this coming iteration (2 weeks)? Implementing the crawlers to fetch data from several websites.

corbynkwan commented 2 years ago

Corbyn Kwan i3b3b What did you work on this past iteration (2 weeks)? did the redux stuff, add food to calorie

What were any major issues/challenges you ran into? bunch of overlapping css from dependancies

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

dhruv-m1 commented 2 years ago

Dhruv Malik

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

Worked on refactoring the code, authentication service and made some progress on search.

What were any major issues/challenges you ran into?

Reliased that some parts of the codebase had to me refactored for maintainablity - this took some time to do. Also, I fell sick which set me back on my target.

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

Continue to work on Search, along with user preferences and add push notification based reminders to the application.

amy34268 commented 2 years ago

Amy Lee

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

I worked on integrating Google Map API for functionalities to search restaurants, to navigate, and to view markers of restaurants based on user's location.

What were any major issues/challenges you ran into?

Finding a google map npm package to use, and understanding the API documentations.

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

I will finish up the work with google map, start making a nutrition summary and integrating backend-nearby restaurants.