nus-cs2113-AY2122S1 / pe-dev-response

0 stars 0 forks source link

'Edit' Command not working as expected. #2894

Open nus-se-bot opened 2 years ago

nus-se-bot commented 2 years ago

image.png

When the user tries to edit and types the command "name sentiment" which has an extra space, then the output is

image.png

which is quite hard to interpret.

When I input the exact same command I get

image.png

The outputs are distinctly different.


[original: nus-cs2113-AY2122S1/pe-interim#2972] [original labels: severity.High type.FunctionalityBug]

theodorekwok commented 2 years ago

Team's Response

The user is mistaken. From the first image shown, when the user gave the first input it was for the prompt: "Please enter one or more Stock parameters to edit separated by a single space only." For the second input that user gave, it was for prompt: "Enter new name:". For the third input, it was for prompt: "Enter new sentiment:".

Therefore given that the user gave 3 identical inputs for 3 different prompts it is expected that the outputs are different

This issue is a duplicate of #2793 as they both are about the same edit functionality and the issue is about the output shown

Downgrading severity to Low as the user did not follow the program prompter instructions and its extremely rare for users to not understand what the prompter is asking.

Duplicate status (if any):

Duplicate of #2973