shizuko-akamoto / Trecipe

CPSC 436I Project (2020S)
1 stars 3 forks source link

Scrum Report #3 (Project Progress 4) #90

Open shumal1 opened 4 years ago

shumal1 commented 4 years ago

k7y0b

tianyan-zhu commented 4 years ago

c8y0b

shizuko-akamoto commented 4 years ago

z8c1b

What you’ve worked on in the previous three weeks

Reorganizing project to set up express server, writing the trecipe endpoints, and some destination endpoints, connecting the endpoints to store, implement photo uploading, and finally designing and roughly laying out the map page.

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

Will work on implementing the individual Destination page, deploy to Heroku, code cleanup and also tackle remaining tasks and bugs we have identified for the Map page.

Where you might have gotten stuck during the last three weeks

Reorganizing the project was much complex task than expected, due to some weird behavior with yarn workspace we are using. I've encountered the problem where we no longer can run yarn add to add dependencies on the sub-modules, but rather have to manually edit package.json file.

knox153 commented 4 years ago

o1u1b

  1. What you’ve worked on in the previous two weeks
    • Worked on the map and integration of Google place API
    • Started a bit of back-end work on user authentication
  2. What you’ll be working on in the next two weeks
    • Clean up some of the items on the map page
    • Continue working on user authentication and authorization
  3. Where you might have gotten stuck during the last two weeks
    • Spent some time fighting with the library. I was using one of the most popular libraries for adding Google map to react as a component, and I encountered a bunch of issues (strict mode compliance, performance, etc.). I ended up abandoning that and switched to a newer library. Still ran into a few odd behaviours in the new library but was able to work around them. In hindsight, it might have been faster if I didn't use any library and just code everything from the ground up.