Open bkjwjason opened 1 year ago
This is the same as issue #5531 as this is a mistake made in the UG.
Specifically, we incorrectly referenced --number
, but there is no such parameter in the add
command. It is supposed to be the --phone
parameter.
[The team marked this bug as a duplicate of the following bug]
Incorrect
add
example command asnumber
field does not existIn the
add
command, the bottom-most example command is incorrect as thenumber
field should bephone
instead. Copy and pasting it into the programme gives me this
[original: nus-cs2103-AY2324S1/pe-interim#5236] [original labels: type.DocumentationBug severity.VeryLow]
[This is the team's response to the above 'original' bug]
Agreed, this was a mistake on our end. The
--number
flag should have been--phone
instead.Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
When adding a recruiter to an organization that does not exist, the error message is incorrect for cases where there are extra parameters.
For example, this is the intended output since there is no organization with the
oid newOrg
.However, adding extra parameters to input shows that the --number tag is irrelevant.
Steps to recreate the bug:
This is the same for the sample command given in the UserGuide.
This bug does not happen if the command is inputted without the --number field.
This has been classified as severity.medium since users may enter a recruiter's information without the organization being inside, and the output message is different from what the UG stated: --number is a optional parameter, not a irrelevant parameter.