nus-cs2103-AY1920S1 / pe-dev-response

0 stars 0 forks source link

Unable to add employee with all correct parameter #1054

Open nus-pe-bot opened 4 years ago

nus-pe-bot commented 4 years ago

try add_em n/Alice g/Male p/123 no/0937809297 e/alice@mail.com a/alice road on/12/12/2020

pe4.png


[original: nus-cs2103-AY1920S1/pe-interim#1063]

shihaoyap commented 4 years ago

Team's Response

As part of our parameter constraints, we limited the pay field to be an integer less than 100. This is found in Section 2.2 of our UG under "Parameter Constraints"

MoneyConstraint.png

However, the error message displayed was unclear and would cause confusion to users. Therefore, we are designating this bug as a Feature Flaw, and of Severity Low as the user would not have encountered the issue if he/she had followed the constraints laid out in the UG.

Duplicate status (if any):

Duplicate of #1644