Alteqa / pe

0 stars 0 forks source link

Spacing error for delete command output #8

Open Alteqa opened 5 months ago

Alteqa commented 5 months ago

There is no spacing between the or and the two prompts in the output box: image.png

nus-pe-script commented 5 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]

Typo in delete command error message

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.


[original: nus-cs2103-AY2324S2/pe-interim#659] [original labels: type.DocumentationBug severity.VeryLow]

Their Response to the 'Original' Bug

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

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 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 response Team chose [`response.Rejected`] - [x] I disagree **Reason for disagreement:** This is a valid functionality bug that does not work as expected and is not a feature flaw. A feature flaw is a feature that was not implemented but should have been. This is an error in the cosmetic layout of the app itself which is an entirely valid issue when using the app.
## :question: Issue type Team chose [`type.FeatureFlaw`] Originally [`type.FunctionalityBug`] - [x] I disagree **Reason for disagreement:** This is a wrongly implemented error message that does not behave the way it is expected to which is a functionality bug. A feature flaw is a feature that is missing and not something that is wrong.