Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can sort with conflicting directions #4185

Open
nus-pe-bot opened this issue Nov 15, 2019 · 2 comments
Open

Can sort with conflicting directions #4185

nus-pe-bot opened this issue Nov 15, 2019 · 2 comments

Comments

@nus-pe-bot
Copy link

  1. sort price asc PRICE desc
  2. success, no error is shown:

image.png

While clearly we cannot sort price both ascending and descending.


[original: nus-cs2103-AY1920S1/pe-interim#4207]
@seanlowjk
Copy link
Contributor

Team's Response

Thank you for your response. However, this is intended behavior. We will sort in order of fields. If two food items have the same price, the system will try to sort them in descending order of price.

However, I do agree that we are unable to sort price both ascending and descending.

But, this is not of high severity as the users still should be able to see their food items in ascending order of price. Instead, this should be of Medium Severity, where it is a flaw that causes occasional inconvenience to some users but they can continue to use the product.

We will accept your bug report. Thank you very much!

Duplicate status (if any):

@seanlowjk
Copy link
Contributor

Team's Response

Team's Response

Thank you for your response. However, this is intended behavior. We will sort in order of fields. If two food items have the same price, the system will try to sort them in descending order of price.

However, I do agree that we are unable to sort price both ascending and descending.

But, this is not of high severity as the users still should be able to see their food items in ascending order of price. Instead, this should be of Medium Severity, where it is a flaw that causes occasional inconvenience to some users but they can continue to use the product.

We will accept your bug report. Thank you very much!

Duplicate status (if any):

Duplicate status (if any):

--

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants