nus-cs2103-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Typo in instruction message for `addm` and `editm` #1988

Open nus-pe-bot opened 6 months ago

nus-pe-bot commented 6 months ago

Screenshot 2024-04-19 at 4.42.00 PM.png

addm and editm do not take alphanumeric inputs for h and w, but rather strictly numeric. There is a typo in the instruction message by stating it allows alphanumeric, which would confuse users.


[original: nus-cs2103-AY2324S2/pe-interim#1644] [original labels: type.FunctionalityBug severity.Low]

SeaHogs commented 6 months ago

Team's Response

Measured in cm and is alphanumerical are not two mutually exclusive condition, I can have a height measured as 173, and it is measured in cm or I can have a weight of 65, measured in kg. In the UG it has also clearly stated the format of the input.

image.png

Duplicate status (if any):

--