AY2223S2-CS2113-W15-4 / tp

https://ay2223s2-cs2113-w15-4.github.io/tp/
0 stars 5 forks source link

[PE-D][Tester D] Bugs in add_staff features #143

Closed soc-pe-bot closed 1 year ago

soc-pe-bot commented 1 year ago

Here are some bugs I noticed. When any one of the parameters(except phone number) is empty, the app can still handle the command but is unable to show other messages. For the birthday part as well, it cannot handle yyyy/MM/dd parameters. You may want to check this part as well.

image.png

image.png

image.png

image.png


Labels: type.FunctionalityBug severity.High original: tsx0314/ped#8

kristianachwan commented 1 year ago

Now it is already forced to handle only one specific day format YYYY-MM-DD. https://github.com/AY2223S2-CS2113-W15-4/tp/pull/157.