nus-tic4002-AY2122S2 / pe-dev-response

0 stars 0 forks source link

Edit Feature - Money value less than 9,999.99 #197

Closed nus-se-bot closed 2 years ago

nus-se-bot commented 2 years ago

Possible for user to input money value of $9,999.99 even though error message says

'Money should be decimals up to 2dp, non-negative and less than 9,999.99'

Error message should be the following to be accurate

'Money should be decimals up to 2dp, non-negative and less than or equal 9,999.99'

Screenshot 2022-04-16 at 6.52.51 PM.png


[original: nus-tic4002-AY2122s2/pe-interim#183] [original labels: type.FeatureFlaw severity.VeryLow]

TanChiaChun commented 2 years ago

Team's Response

Great catch, thanks for spotting this

Duplicate status (if any):

--