tzhan98 / pe

0 stars 0 forks source link

Example shown for `addapplicant` does not work #4

Open tzhan98 opened 2 years ago

tzhan98 commented 2 years ago

The example shown in the application when given an invalid command format is also invalid. Spaces are not allowed in the tag field. Example given: Example: addapplicant n/John Doe nric/S1234567D p/98765432 e/johnd@example.com a/311, Clementi Ave 2, #02-25 d/2022-03-21 t/applicant t/Competent in Java

t/Competent in Java should be t/CompetentInJava

This might give the user a wrong understanding of how the tag formatting works

image.png

image.png

nus-pe-bot commented 2 years ago

Team's Response

This will only occur to users who type the wrong command in the first place, and they can still refer to the UG for the correct example.

Items for the Tester to Verify

:question: Issue severity

Team chose [severity.Low] Originally [severity.Medium]

Reason for disagreement: The user did not type the wrong command as this command have been provided by the error message as an example (which is copy pasted by user) and is assumed to be correct.

In the UG, there exist only one example for addapplicant and it is without the /tag feature which is provided wrongly in this GUI example. Therefore, there is no "correct example" that the user can refer to.

image.png