shizuko-akamoto / Trecipe

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

Scrum Report Sprint 2 (Project Progress 3) #66

Open tianyan-zhu opened 4 years ago

tianyan-zhu commented 4 years ago

Scrum Update for Project Progress 3

shumal1 commented 4 years ago

k7y0b

tianyan-zhu commented 4 years ago

c8y0b

  1. What you’ve worked on in the previous two weeks
    • Implemented SearchBar Popup and User Icon Components
  2. What you’ll be working on in the next two weeks
    • Create endpoints for CRUD events for both Trecipe Page and Trecipe Cards
    • Finish the Collaborator Componenet
    • Implement feature so that we can insert/edit/delete trecipes with a user.
  3. Where you might have gotten stuck during the last two weeks.
    • The Search Bar Popup took me a little bit of time because types in typescript are not as flexible as javascript.
shizuko-akamoto commented 4 years ago

z8c1b

  1. What you’ve worked on in the previous two weeks
    • Fist part of the sprint on producing mock ups for individual Trecipe page, and set up redux store to maintain Trecipe list and a Popup dialog show/hide state. Then, worked on implementing each Destination card and finally integrating all components to build the Trecipe page.
  2. What you’ll be working on in the next two weeks
    • Mock up for Map view of all destinations, implementing destination cards in the map view, and hooking up backend CRUD endpoints to frontend.
  3. Where you might have gotten stuck during the last two weeks
    • Setting up redux with typescript was a bit of a learning curve, where I had to define a lot of interfaces and some generic types to get the compiler happy. But after the initial setup, the rest came pretty straightforwardedly.
knox153 commented 4 years ago

o1u1b

  1. What you’ve worked on in the previous two weeks
    • Reorganized the project structure based on components, pages, and services
    • Implemented a static map component using Google map API
  2. What you’ll be working on in the next two weeks
    • Implement all the components required for the interactive map
    • Work on user model and authentication
  3. Where you might have gotten stuck during the last two weeks
    • The merge conflicts I had while I was reorganizing the project was interesting. Some files are modified on both branches, some files no longer exists, and some files have been renamed and moved. :scream: Git was able to identify some of these changes, but I had to manually resolve the remaining conflicts.