nus-cs2103-AY2223S1 / pe-dev-response

0 stars 0 forks source link

Example `add` command displayed not correct #5739

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

Procedure:

  1. Run help add, which displays the example add command (seen below)

image.png

When abiding by the example add command seen above (i.e. add n/Abc p/1234 e/a@gmail.com a/PGPR s/0A in progress st/Java dt/Bachelors jt/Internship rate/4), there is an error as seen below.

image.png

This is because of the jt which based on the User Guide should be jtt.

Minor error but if the user does not view the UG they would have no clue how to add a job type tag.


[original: nus-cs2103-AY2223S1/pe-interim#5716] [original labels: type.DocumentationBug severity.Low]

pratham31012002 commented 1 year ago

Team's Response

We feel that this is an valid bug, but the issue has been reported wrongly. The help command gives the proper 'jtt' flag, unless we are mistaking the syntax/error reported by the person.

Instead, perhaps what the tester is referring to is the add command documentation where the example command given gave the wrong jt flag instead of jtt:

image.png

We have accepted this issue as a duplicate of a previous issue, as they both refer to the same incorrect example given in the add command.

Duplicate status (if any):

Duplicate of #2874