Jarrod-Bob / pe

0 stars 0 forks source link

Incorrect Invalid Argument Message #1

Open Jarrod-Bob opened 4 years ago

Jarrod-Bob commented 4 years ago

image.png

When I tried to input a value above the limit (which was not stated, and I found to be 9999999), it gave me the above error instead, and technically my value fulfils the requirements. As a user, one might be confused why they could not input a large value as such. Would be good to state a limit to this budget.

Replication:

  1. budget b/10000000000000000000000000000
nus-pe-bot commented 4 years ago

Team's Response

We purposely made it such that users cannot input numbers more than 1000000000 for budget or transaction value. We forgot to include an error message along with that error. We will fix it in the next release.

Items for the Tester to Verify

:question: Issue severity

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

Reason for disagreement: severity.VeryLow : A flaw that is purely cosmetic and does not affect usage e.g., a typo/spacing/layout/color/font issues in the docs or the UI that doesn't affect usage.

severity.Low : A flaw that is unlikely to affect normal operations of the product. Appears only in very rare situations and causes a minor inconvenience only.

If we look at the definitions of severity, I feel that it warrants a Low. It does not impede the usage of the application largely and only appears rarely, but it is definitely not just a cosmetic issue that does not affect its usage.