wapisai / pe

0 stars 0 forks source link

undo does not preserve list arrangement #11

Open wapisai opened 6 months ago

wapisai commented 6 months ago

Screenshot 2024-04-19 at 4.38.38 PM.png

when i delete 1 which was alex yeo which was no. 1 in the list

then i undo

alex yeo is added back into the list but not at the same position

so this might cause inconvenice to users as undo is not truly an undo as it does not preserve the original listing position of the person

could make it alphabetical ordering to overcome this problem

soc-pe-bot commented 6 months ago

Team's Response

It is mentioned under "Known Issues".

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: Just putting it under known issues is not enough, should have put it under future enhancements.

This is a clear feature flaw that should be accepted as this an easy fix

You can simply implement the list to be sorted alphabetically, so that delete and undo wont affect the ordering

a feature flaw that is easily fixable should not be classified as not in scope