nus-cs2113-AY2223S1 / pe-dev-response

0 stars 0 forks source link

Program doesn't accept decimal amounts to be added #650

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

Command: add

I believe one of the main purposes of a savings manager is to log expenses accurately and the program doesn't accept floating point amounts to be added as an expense/income. I think this can potentially be an incomplete feature as expenses are not always whole numbers for example in this case bus fares should be able to be $1.50.

image.png


[original: nus-cs2113-AY2223S1/pe-interim#635] [original labels: type.FeatureFlaw severity.Low]

paullowse commented 1 year ago

Team's Response

Hello, thank you so much for pointing this out. We decided to not use decimal places to simplify the process for users, and they can round up the required values.

Duplicate status (if any):

--