jrchoo / pe

0 stars 0 forks source link

Error message inconsistent for notes #8

Open jrchoo opened 9 months ago

jrchoo commented 9 months ago

When using the viewnotes command, the error message for when the index supplied is 10 is "The person index provided is invalid." Whereas when the index supplied is 0, the invalid command format message is displayed.

image.png

image.png

Steps:

  1. viewnotes 10
  2. viewnotes 0
soc-se-bot commented 9 months ago

Team's Response

Downgrading to VeryLow as this does not affect usage of the application.

Items for the Tester to Verify

:question: Issue severity

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

Reason for disagreement: Very low severity is reserved for cosmetic problems. However, the bug reported here is not typo/spacing/layout/color/font related, but is about the fact that the error message is not descriptive enough. The input command of "viewnotes 0" should say something along the lines of "index of the person is invalid" as opposed to "invalid command format".