BryanL2303 / pe

0 stars 0 forks source link

UG Mistake For delete Feature #5

Open BryanL2303 opened 2 months ago

BryanL2303 commented 2 months ago

In the UG under the delete command this is noted:

image.png

Firstly the UG correctly describes that the command will take the index from the current filtered list, but in the very next line it says that the error message for invalid index will only be shown if the index provided is more that the number of clients in Realodex.

This contradicts the fact that the command only works for index that are currently filtered, e.g. There are currently 100 clients in Realodex but my current filter shows me 4, if i enter the index 5 it should show me an error even though 5 is still less than equal to the number of clients in Realodex which is 100.

We can see from the image below that the function works correctly as we would expect but the UGs description could be rephrased to better describe this.

image.png

soc-se-bot commented 2 months ago

Team's Response

Thanks for raising this issue.

The 'number of clients' as expected refers to the list of clients currently present on Realodex screen and not the total number of clients. We believe that this is NotInScope as it is difficult to make it clearer than it already is.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]