ishitamandal06 / pe

0 stars 0 forks source link

Sort-expense does not seem to sort correctly #1

Open ishitamandal06 opened 1 year ago

ishitamandal06 commented 1 year ago

image.png

I tried to sort my expenses in descending order aphabetically but it does not seem to be correct. "Work Laptop" in this example should have been first if sorted alphabetically in descending order.

nus-pe-script commented 1 year ago

Team's Response

Hi there,

To clarify, for sorting expenses in alphabetical order, these are the following orders: Ascending: A to Z, a to z Descending: z to a, Z to A

This is according to the ASCII value of the first alphabet of the name of an expense.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Their userguide claims that sorting was done according to alphabetical order A-Z

image.png

After the bug report, they clarified it saying that sorting was done according to ASCII value A-Z,a-z

If it was done according to ASCII value, it should have been specified in their user guide.