jhchee18 / pe

0 stars 0 forks source link

buyer list is not sorted after adding a new buyer #12

Open jhchee18 opened 1 year ago

jhchee18 commented 1 year ago

input:

  1. sort -n ASC
  2. new buyer is added

image.png

soc-se-bot commented 1 year ago

Team's Response

This is intentional, as the expected behaviour of the app should be to add the new user to the end of the list instead of insert it into some sorted order in the middle of the list where the new entry is not obvious.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: This behaviour is not documented anywhere in the UG. It is suggested to mention it in the UG to avoid confusion among the users.