nus-cs2103-AY2021S1 / pe-dev-response

0 stars 0 forks source link

Cannot find maximum number of calories in a goal on user guide. #5924

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 3 years ago

Note from the teaching team: This bug was reported during the Part II (Evaluating Documents) stage of the PE. You may reject this bug if it is not related to the quality of documentation.


When I try to create a goal with a large amount, I am unable to do so and Calo gives me an error message, but I cannot find the maximum number to key in on the user guide.

Calo does not allow me to key in a large number of calories for my goal as shown below.

image.png

Cannot find maximum number on the user guide as shown below.

image.png


[original: nus-cs2103-AY2021S1/pe-interim#5907]

Nahoyhp 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).

Duplicate status (if any):

--