Heart-of-N1 / pe

0 stars 0 forks source link

Expense function failed to work #10

Open Heart-of-N1 opened 4 months ago

Heart-of-N1 commented 4 months ago

image.png

As seen above, list index 2 is a valid activity.

However when a user is trying to add expenses to this activity with the command: expense 2 $ 500.123. The program returns a task index error which is unexpected. As seen below.

image.png

nus-pe-script commented 4 months ago

Team's Response

Thanks for pointing it out, after testing we realised there was an issue with exceptions thrown. It was an oversight on our part. We will update in future versions.

Items for the Tester to Verify

:question: Issue severity

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

Reason for disagreement: This fits for a severity: Medium issue. severity: Medium refers to a flaw that causes occasional inconvenience to some users but they can continue to use the product. Since this clearly shows that normal inputs are not accepted by the program, causing inconveniences.