sagarsureka / pe

0 stars 0 forks source link

Missing constraint of calorie limit #2

Open sagarsureka opened 3 years ago

sagarsureka commented 3 years ago

The UG has not stated that there is a limit to the calorie value however when trying to udate the calorie for an exercise to 10000000000 it gives a message rejecting the calorie value

Screenshot 2020-11-13 at 2.07.20 PM.png

nus-pe-bot commented 3 years ago

Team's Response

In normal use, the issue will not appear. I wish to hide some detail of implementation. Internal uses Integer to store calories so the upper_limit is 2,147,483,647 (without the comma).

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]