pradeep-cod / pe

0 stars 0 forks source link

Inconsistent format for macronutrients #10

Open pradeep-cod opened 4 months ago

pradeep-cod commented 4 months ago

bug11.png

The format for your calories intake is like this calories in DESCRIPTION c/CALORIES d/DATE [m/CARBOHYDRATES,PROTEIN,FATS]

so according to this I need to input the details like this calories in drink liho milk tea c/200 d/2024-04-14 [m/50, 20, 10]

But it is being input like this according to the UG calories in drink liho milk tea c/200 d/2024-04-14 m/50, 20, 10

nus-se-script commented 4 months ago

Team's Response

Hi there, thank you for the bug report!

Our team followed the AB3 user guide sample which can be found in the cs2113 website. image.png

Furthermore, as stated in the cs2113 website, we followed the AB3 user guide sample.

image.png

Additionally, to ensure users understand how to use the command, we have provided examples. Moreover, we have also explicitly stated that macronutrients are optional in our user guide

image.png

Thank you!

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: If you are justifying your bug using the AB3 user guide, shouldnt it be written as

calories in [DESCRIPTION] [c/CALORIES] [d/DATE] [m/CARBOHYDRATES,PROTEIN,FATS]

and not this below calories in DESCRIPTION c/CALORIES d/DATE [m/CARBOHYDRATES,PROTEIN,FATS]