internityz / pe

0 stars 0 forks source link

Editorder doesnt specify integer limit #10

Open internityz opened 3 years ago

internityz commented 3 years ago

Cannot edit my order despite keying in a positive integer for the cheese quantity. Perhaps UG did not specify the upper limit for the cheese image.png

nus-pe-bot commented 3 years ago

Team's Response

The bug only occurs when the quantity specified is greater than Java’s max int.

Our app is intended for a home-based business and hence it is unlikely that our target users would ever add such a huge quantity of cheeses.

With that said, the bug appears only in very rare situations (if at all) and is unlikely to affect normal operations of the product.

Severity should thus be “Low”.

The 'Original' Bug

[The team marked this bug as a duplicate of the following bug]

addcheese when quantity is humongous is confusing

When the quantity in addcheese is very large says that "Quantity must be a positive integer number." even though the number provided is a positive integer.

image.png


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

Their Response to the 'Original' Bug

[This is the team's response to the above 'original' bug]

The bug only occurs when the quantity specified is greater than Java's max int.

Our app is intended for a home-based business and hence it is unlikely that our target users would ever add such a huge quantity of cheeses.

With that said, the bug appears only in very rare situations (if at all) and is unlikely to affect normal operations of the product.

Severity should thus be "Low".

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]


:question: Issue severity

Team chose [severity.Low] Originally [severity.High]

Reason for disagreement: [replace this with your explanation]