bofeng1999 / pe

0 stars 0 forks source link

Cannot execute an remove command after list command with no person in it #5

Open bofeng1999 opened 1 year ago

bofeng1999 commented 1 year ago

After using the list command, but did not manage to list anything. I tried using remove command and it says that person index is invalid when i still do have my original list. It did not state anywhere that i must always perform list command in order to do my remove command.

image.png

nus-se-script commented 1 year ago

Team's Response

This FeatureFlaw is rejected as there is currently no list shown corresponding to the respective index. In the tester's example, he is attempting to remove a field from the first contact in the list. However, no such contacts exist, which results in the tester being unable to do so. Additionally, we do not consider this a valid FeatureFlaw, as users should expect to perform operations on the displayed list, with the corresponding displayed index, as opposed to on the original list, where users are unable to verify the corresponding indices.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: It should be stated somewhere that user is expected to perform operations on displayed list cause users are not the one building this application.