0804EshitaSharma / e-commerce-app

0 stars 1 forks source link

Project Progress 5 Scrum Report #87

Open florencesitu opened 11 months ago

florencesitu commented 11 months ago

Name: Florence Situ (w7v2b)

  1. Updated orders creation on checkout page
  2. Created orders collection on mongodb
  3. Kept track of orders inside of users collection on mongodb
  1. Keeping track of orders inside of users, finding out how to reference the orders in the schema.
  1. More styling on checkout page
  2. Verification on payment part
  3. Fix Delivery option bug
a-jassi commented 11 months ago

Arshdeep Jassi (d7y0f)

  1. What did you work on this past iteration?
  1. What were any major issues/challenges you ran into?
  1. What do you plan to work on for this coming iteration?
0804EshitaSharma commented 11 months ago

Eshita Sharma cwl- (essharma) csid- (c4p2w) 1 . What work have you completed over the last two weeks?

  1. What significant problems or difficulties did you run into?
  1. What will you be working on during the subsequent iteration, which will last for two weeks?
Dan2lle commented 11 months ago

Danielle Chen (e3j3b)

What you’ve worked on in the previous two weeks

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

Where you might have gotten stuck during the last two weeks

ellee311 commented 11 months ago

Elsie Lee (e9s0b)

  1. What did you work on this past iteration?

    • Updating the orders schema so it fits the API calls made by another group member and myself
    • Tried to make a reusable quantity button and use the quantity from it in the shopping cart/orders page -> still a work in progress
  2. What were any major issues/challenges you ran into?

    • Combining the API calls for orders as two of us were working on the orders part of the application and we had different ideas on how the schema would work
    • Resolving merge conflicts without losing any functionality
  3. What do you plan to work on for this coming iteration?

    • Adding in the quantity part to shopping cart and order history page
    • Add in address field into orders
    • Find and fix any bugs on the order history and shopping cart page