DavidFB94 / pro-fit-pt

0 stars 0 forks source link

Sort services list #27

Open DavidFB94 opened 3 months ago

DavidFB94 commented 3 months ago

As a customer I can sort the list of services so that I can easily identify the service I might be interested in.

Acceptance Criteria:

DavidFB94 commented 3 months ago

When sorting using the "sort by" dropdown in the services list, it shows duplicates of the services

Image

DavidFB94 commented 2 months ago

Fixed by overhauling the service view. Duplicates were appearing because all pricing-tiers were being listed, but only the highest price was the price shown in the cards.

Had to import/use Subquery and OuterRef to create more distinct filtering. sorting and splitting. JS had to be used as well.

DavidFB94 commented 2 months ago

When sorting price low-high, the sorting is inconsistent. Page 1 is not sorting correctly, but page 2 is.

bug06 1 bug06 2