AY2324S2-CS2103T-W10-2 / tp

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

[PE-D][Tester C] Validation in `edit-supplier` command #262

Closed nus-pe-bot closed 6 months ago

nus-pe-bot commented 6 months ago

How to reproduce: Execute /edit-supplier ; name : PetCo ; field : { product :kibble ; price : $75/%^&*} which the quantity unit is a special character (intentionally incorrect format)

Expected: The application should validate that the quantity unit should only contains alphabet characters

Actual: The quantity unit can be any string

7-quantityUnitValidation.png

7-quantityUnitValidation2.png


Labels: severity.Medium type.FunctionalityBug original: purivirakarin/ped#7

jannaleong commented 6 months ago

feature flaw