rickkoh / pe

0 stars 0 forks source link

Typo in `delete` command error message #3

Open rickkoh opened 6 months ago

rickkoh commented 6 months ago

Description

As per the title, there is a typo in the error message for delete. image.png Instead of '1ordelete', I believe it should be 1 or delete.

Steps to reproduce

  1. Input delete.
  2. Wait for error message to show up.

Expected Behaviour

Error message should show Example: delete 1 or delete John Doe.

Actual

Error message currently showing Example: delete 1ordelete John Doe.

Notes

Just a cosmetic issue but it might confuse the user.

soc-se-bot commented 6 months ago

Team's Response

Thank you for pointing this out, we do acknowledge this issue. However, we had previously identified this bug as a FeatureFlaw (instead of a DocumentationBug, since this does not appear in the UG/DG). As such we have actually placed this under the Future Enhancements section of our Developer Guide as seen in the following screenshot. Screenshot 2024-04-22 at 11.15.30.png

As stated in the course website, bugs placed under the Future Enhancements section will receive immunity, hence we will be rejecting this bug.
Screenshot 2024-04-22 at 11.24.40.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]


## :question: Issue type Team chose [`type.FeatureFlaw`] Originally [`type.DocumentationBug`] - [x] I disagree **Reason for disagreement:** I believe this should still be marked as documentation/coding bug, as it is just a typo and a cosmetic error.