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 4 #4

Open gshreya1999 opened 3 months ago

gshreya1999 commented 3 months ago

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)?
gshreya1999 commented 3 months ago

Shreya Gupta:

  1. I connected the homepage listings to the DB. I added a seller view that allows users to view the listings they have made and add a new listing. The "view seller listing" part is still a work in progress and will be done after the session token part works.
  2. No major issues faced
  3. For the next iteration, I will add a field for adding tags to a listing. I'll also finish the view seller listing and allow sellers to edit or delete the listings.
ivenadu commented 3 months ago

Ivena Du:

  1. Worked on making the wishlist page functional and connected to database. Removed unused tabs in the individual item page.
  2. No major issues
  3. Will change how items are displayed in homepage and implement search bar functionality: search for listing by title/description, filter listings by tags.
SamSun0530 commented 3 months ago

Sam

  1. Connected cart page to backend database with related function.
  2. Tested COVID 19 at the day before workshop
  3. handle duplicate item error in cart page and update cart API’s to only take action on user’s cart only, purchase history page
ndlee221 commented 3 months ago

Andy Lee

  1. Switch to MUI for purchase page. Setup db models and connection. Use db for user account registration and login. Help resolve bugs/issues relating to connecting cart page functionalities to server/db. Work on session handling.
  2. no issues
  3. Finish up session handling, setup authSession middleware, hash and salt password, purchase history db model and server route/service.