AY2324S2-CS2103T-W10-2 / tp

https://nus-cs2103-ay2324s2.github.io/tp/
MIT License
1 stars 5 forks source link

[PE-D][Tester A] Name allows numeric inputs #251

Closed nus-se-script closed 6 months ago

nus-se-script commented 6 months ago

Steps to reproduce

Add a customer with just numbers as his name, eg

/add-person ; name : 12345 ; phone : 98765435 ; address : Poochie Street 24 ; email : iamjanna@gmail.com

Expected Behaviour

Expected to see an error as a name cannot have just numbers

Actual Behaviour

A customer is added with the name "12345".

Screenshot 2024-04-05 at 5.05.43 PM.png


Labels: type.FeatureFlaw severity.Low original: belligerentbeagle/ped#4

jannaleong commented 6 months ago

duplicate isssue