Overzealous input where the user key in more than required input. E.g. p/9876543 (hp) 6123456 (home)
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.
Overzealous input where the user key in more than required input. E.g. p/9876543 (hp) 6123456 (home)
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]