Open Ruizhi2001 opened 11 months ago
Valid functionality that should be added for future version.
[The team marked this bug as a duplicate of the following bug]
Same ingredients using the
addrecipe
command are not summed upSteps to reproduce:
addrecipe
dummy
dummy 10pc
dummy 2pc
steps start
1. dummy step
complete recipe
Expected:
Dummy
to have a total of 12pc.Result:
This brings inconvenience to the users as if they wanted to add more ingredients to that recipe, or mistakenly inputted the same ingredients, they would have to restart the
addrecipe
command from the beginning.
[original: nus-cs2103-AY2324S1/pe-interim#4609] [original labels: severity.Low type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
Valid functionality that should be added for future version.
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
There could be an instance when the user is inputting the recipe while creating it and he forgets that he had inserted the ingredient. The function here should be the same as the adding of the ingredients where it increments the existing ingredient list rather than adding it in as a duplicate.