AY2223S2-CS2103T-W15-1 / tp

https://ay2223s2-cs2103t-w15-1.github.io/tp/
MIT License
0 stars 4 forks source link

[PE-D][Tester E] Exception for invalid parameters for Add Tag Functionality not handled #182

Closed nus-se-bot closed 1 year ago

nus-se-bot commented 1 year ago

Description

Invalid parameters (symbols in parameters) for add-t command not dealt with correctly.\ User would not be certain what went wrong based on the output of the app

Steps for reproducing

  1. add-t 7 cca/CCA#chair
  2. add-t 1 cca/Skating - chair

Expected Result

Exception thrown and depicted in app to prompt user to correct command input parameters

Actual Result

Exception thrown in log, not depicted in app.\ App still shows Command Result from previous command (step 1)

image.png

for reference: result from step 1

image.png

Error Output

image.png


Labels: severity.Medium type.FunctionalityBug original: joytqt-1202/ped#2