nus-cs2103-AY2223S1 / pe-dev-response

0 stars 0 forks source link

`editteam` feature has inconsistent error message displayed on the GUI #3081

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

Added team #3 with the following command:

create n/Bulbasaur Buds

Result:

image.png

Currently, I have a total of 3 teams, with the first 2 being the loaded default of 'Frontend' and 'Backend'.

I attempted to use the editteam feature with an incorrect index:

editteam t/6 n/Bulbasaur Buds

The error message is consistent with the current problem, that is having an incorrect index:

image.png

However, when using a different incorrect index of 0:

editteam t/0 n/Bulbasaur Buds

The error message changes, which I believe should not happen, since the command format is unchanged:

image.png

This occurs for negative integers and non-integers as well. Is this an intended outcome?


[original: nus-cs2103-AY2223S1/pe-interim#2599] [original labels: type.FunctionalityBug severity.Low]

JonathanWiguna commented 1 year ago

Team's Response

No details provided by team.

Duplicate status (if any):

--