ubc-cpsc455-2024S / project-10_tech_titans

project-10_tech_titans created by GitHub Classroom
MIT License
0 stars 1 forks source link

Scrum Report 5 #5

Open ndlee221 opened 2 months ago

ndlee221 commented 2 months ago

Include your INITIALS (that match your Canvas name) in your post (so we can give you a grade!) Answer 3 questions:

  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)?
ndlee221 commented 2 months ago

Andy Lee

  1. I worked on adding session handling (token generation, storing in client, sending to each subsequent request, expiry renewal and verification middleware). Now login state can persist across page refresh.
  2. Encountered many issues with handling cross-domain cookies due to 2 separate deployments of client and server. Ended up passing token through headers instead.
  3. I plan to finalize purchasing simulation, as well as purchase history backend support.
ivenadu commented 2 months ago

Ivena Du

  1. Worked on updating wishlist backend functionality, add filtering and search feature, help with deployment.
  2. There were initially issues with deployment, but Andy resolved it.
  3. Planning to finish searchbar by adding sorting feature, fix bugs, complete some backlog tasks where possible.
SamSun0530 commented 2 months ago

Sam Sun

  1. Made separate carts for different user and no duplicate item in cart
  2. Had problem to change the data structure in database
  3. Fix cart data structure, move to wishlist from cart function and purchase history page
gshreya1999 commented 2 months ago

Shreya Gupta

  1. I finished the seller posts functions to edit and delete posts. I also worked on adding tags to the posts and created a collection for tags.
  2. I faced problem while running my code locally after we deployed on Render.
  3. In the final sprint, I will finish the tags function and work on improving other minor bugs.