jhchee18 / pe

0 stars 0 forks source link

Inconsistent list used with respect to different commands #9

Open jhchee18 opened 1 year ago

jhchee18 commented 1 year ago

find -> filter (show all filtered buyers from the whole list) filter -> sort (only sort current filtered buyers)

filter command is applied to all buyers instance, while sort command is applied only to current filtered list, which makes the user confused about which command will be applied to filtered or unfiltered list.

image.png

nus-pe-script commented 1 year ago

Team's Response

This behaviour is intended, as we want the user to only be able to stack filter and sort conditions, and not filter on filter (as find is essentially a filter command) or sort on sort. Admittedly, this should have been better mentioned in the User Guide.

Items for the Tester to Verify

:question: Issue type

Team chose [type.DocumentationBug] Originally [type.FeatureFlaw]

Reason for disagreement: [replace this with your explanation]