Open justincred opened 7 months ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Error message for invalid task priority is not very specific
As mentioned in the title, the error message for invalid task priorities (specifically for the integer values) is not very specific.
The error message mentions that the task priority can take either an integer value or ..., however, it does not specify that the integer value must be 1, 2 or 3. Technically, '4' is an Integer Value so the user may be confused when looking at the error message as it seems that the user did not enter a wrong command.
I suggest that the error message be made more specific to say that it will only take 1, 2 or 3, rather than implying that it takes all integer values.
[original: nus-cs2103-AY2324S2/pe-interim#404] [original labels: type.FunctionalityBug severity.Medium]
[This is the team's response to the above 'original' bug]
The error message being more specific has been specified in the future implementations under DG. Furthermore, this does not hinder the user very much if they follow the UG instructions.
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]
Error message can show the exact integers to be accepted like in the UG, 123 as currently it shows integers giving the impression that any integers are allowed