wamps-jp / pe

0 stars 0 forks source link

`sort` does not allow resetting #5

Open wamps-jp opened 10 months ago

wamps-jp commented 10 months ago

After calling sort p/ on the list of contacts (or any other sort command), there is no way to revert the list order to the original outside of undo.

While repeated calls of undo to revert to the original order may be plausible, in practice it's unreasonable, since users will likely have done important changes to the data between sortings (such as editing entries, incrementing salary, and so on).

While lexicographical ordering of entries is useful, some users may want to revert the order to the original order of input (such as determining seniority).

I believe a reset to original order sorting function would help the user, and the lack of one is, while not a major concern, a minor inconvenience.

soc-se-bot commented 9 months ago

Team's Response

Thank you for your input. What you are suggesting is a sort by least recently added, we believe this is a low priority as there are other ways to restore the original order. One such way is to close and reopen the app. We also believe this to be a missing feature and hence it is not in scope.

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]