nus-cs2103-AY2223S1 / pe-dev-response

0 stars 0 forks source link

Overzealous Phone Input Error #1342

Open nus-pe-bot opened 2 years ago

nus-pe-bot commented 2 years ago

Overzealous input where the user key in more than required input. E.g. p/9876543 (hp) 6123456 (home)

Screenshot 2022-11-11 at 4.32.57 PM.png

image.png

Based on the CS2103T guide, it is better to warn rather than to block when inputs are not compliant with the expected format, unless accepting such inputs can hinder the operations of the software.

Steps to reproduce:

addc n/James p/98765432 (hp) 6123456 (home) e/johnd@example.com a/311, Clementi Ave 2, #02-25 t/friends t/owesMoney m/CS1101S m/ES2660 gh/JohnnyDodo tele/JDo


[original: nus-cs2103-AY2223S1/pe-interim#1172] [original labels: type.FeatureFlaw severity.Medium]

JonLamy commented 2 years ago

Team's Response

The team decided that this is a rare use case and warrants severity.Low.

Duplicate status (if any):

--