ChillinRage / pe

0 stars 0 forks source link

Incorrect example command #7

Open ChillinRage opened 5 months ago

ChillinRage commented 5 months ago

image.png

Entered the exact command as per the example shown, got an "invalid command error" error.

nus-pe-bot commented 4 months ago

Team's Response

No details provided by team.

The 'Original' Bug

[The team marked this bug as a duplicate of the following bug]

Sort command error message has incorrect example

The example given is sort name, which is wrong.

Suggestion: change the example to sort /name

image.png


[original: nus-cs2103-AY2324S2/pe-interim#1596] [original labels: type.FunctionalityBug severity.Low]

Their Response to the 'Original' Bug

[This is the team's response to the above 'original' bug]

Accepted

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]


## :question: Issue type Team chose [`type.FunctionalityBug`] Originally [`type.DocumentationBug`] - [ ] I disagree **Reason for disagreement:** [replace this with your explanation]
## :question: Issue severity Team chose [`severity.Low`] Originally [`severity.Medium`] - [x] I disagree **Reason for disagreement:** Definition of low severity from CS2103T website: **"A flaw that is unlikely to affect normal operations of the product. Appears only in very rare situations and causes a minor inconvenience only."** Definition of mid severity: **"A flaw that causes occasional inconvenience to some users, but they can continue to use the product."** `sort /name` can be a fairly common command considering that the users are teachers keeping track of their students (we can observe this in our lives, when even things such as a name list is sorted in alphabetical order) hence not rare situations. The omission of a "/" while may seem insignificant, causes the entire command to not work at all. With the users' first point of reference being the error message displayed, this can cause inconvenience and confusion as they are unable to identify the real issue. Having the user pulling out the UG pdf to identify the issue can be considered a noticeable inconvenience. In the context if a user does not have the pdf version of the UG (offline copy) and does not have access to the internet, this can cause an even larger inconvenience. With the context considered, this flaw can affect normal operations as it can appear often enough to be a non-minor inconvenience to the users.