UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
https://uasc.co.nz
6 stars 2 forks source link

[FRONTEND] Sort the membership prices before returning thme #610

Closed bcho892 closed 3 months ago

bcho892 commented 3 months ago

Is your feature request related to a problem? Please describe.

When we fetch the prices in uasc-next\src\services\AppData\AppDataService.ts we don't sort them currently. they should be in the order specified by the client:

Image

BEFORE MERGING