kerct / pe

0 stars 0 forks source link

Inaccurate error message when deleting member #7

Open kerct opened 4 years ago

kerct commented 4 years ago

No details provided. image.png

Instead of "missing name", it could be "invalid name", or "member-one is not associated with the project".

nus-pe-bot commented 3 years ago

Team's Response

The dash is a special character used in the parser and thus should not be used as parameters. Hence it did not process member-one as a name. It could have been better stated in the user guide on our part.

Items for the Tester to Verify

:question: Issue type

Team chose [type.DocumentationBug] Originally [type.FeatureFlaw]

Reason for disagreement: It is not purely a documentation issue since the error message needs to be fixed too. In this example, “missing name” is not an appropriate message. Perhaps it should be changed to something like “invalid name”.


:question: Issue severity

Team chose [severity.Low] Originally [severity.Medium]

Reason for disagreement: [replace this with your explanation]