Open ruiming97 opened 1 week ago
Good catch. Our Team didn't include a Name Checker, so that probably resulted in this bug. However, we'll be categorizing this as Feature Flaw. As this is a Product Design aspect, that doesn't really affect the functionality of TAHub.
Team chose [type.FeatureFlaw
]
Originally [type.FunctionalityBug
]
Reason for disagreement: [replace this with your explanation]
For the add command, when we try to add a student with a name containing a numerical value, it will show an error and stop the user from doing so. However, for the
find
command, a name with numerical values is considered valid input as no error message is shownSteps to reproduce:
add n/Test2 p/11111111 e/test1@example.com c/CS2103T
find n/Test2
Expected outcome: Error message is shown for both commands.
Actual outcome: Only the first command is showing an error message.
Screenshot of message gotten when doing
add n/Test2 p/11111111 e/test1@example.com c/CS2103T
Screenshot of message gotten when doing
find n/Test2