nus-cs2103-AY2223S2 / pe-dev-response

1 stars 0 forks source link

Groceries feature does not register multiple unit of measurements #798

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

Description

In different recipes that make use of the same ingredient, they may not make use of the same type of unit measurements. However, this application does not register the different units of measurement when executing groceries command

Steps for reproducing

  1. clear
  2. add t/cheesecake i/flour, 4, teaspoon, 0.02 s/mix the flour d/cheesecake
  3. add t/sponge cake i/flour, 4, cups, 0.3 s/mix flour into batter d/spongey
  4. groceries 1, 2

Expected output

"flour, 4.0 teaspoon and 4.0 cups"

Actual output

image.png

Other details

cups and teaspoons are very different units of measurements in recipes


[original: nus-cs2103-AY2223S2/pe-interim#673] [original labels: type.FunctionalityBug severity.Medium]

bernicetoh commented 1 year ago

Team's Response

No details provided by team.

Duplicate status (if any):

--