CPSC-455-Summer-2022 / WixHub_Project_S22

CPSC 455 Project
5 stars 0 forks source link

Team Scrum Report (July 31) #51

Closed lzwsl closed 2 years ago

lzwsl commented 2 years ago

Team Reports

lzwsl commented 2 years ago

Sherman Lam

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

Worked on user login, user logged in persistence Worked on user authentication with mongodb Worked on updating Navbar to refllect changes Worked on having protected routing for logged-in/out and redirecting

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

Determining how users could be authenticated getting the routing done getting the authentication to work

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

Finalize user login methods as well as determine optimal user state finalize account creation as well as work on some other front end components fix error handling as well as redircting the routes

ronin-cunningham commented 2 years ago

Ronin Cunningham - m0c2b

  1. What did you work on this past iteration (2 weeks)? Revamping the Home Page, Connecting endpoints to User Dashboard, conditionally rendering components depending on if user is logged in or not
  2. What were any major issues/challenges you ran into? Calling async function in useEffect hook caused it to update twice/have race conditions, but I fixed it with a boolean flag pattern. Also coordinating with my teammate for the logging in may get confusing when we try to combine our changes.
  3. What do you plan to work on for this coming iteration (2 weeks)? Revamp the User Dashboard, Make the Account/Settings page. Help teammate with question and answer flow
tillson27 commented 2 years ago

Josh Tillson - i4i2b

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)?

zkwvcin commented 2 years ago

Weichong Zhao -x4x2b

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

Modify MongoDB end points working on persistence for data storing to DB

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

Connecting with frontends with proper methods

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

Finalize our DB