This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
My Gigs: Sort Issue #127
Open
Description
Background: The sorting of the my gigs is handled on the FE as backend doesn't support the required sort.
The sort order is : Placed, Offered, Selected, Interview Process, Screen Pass, Phone Screen, Skills Test, Applied, Job Closed, Not Selected
When my gigs page is accessed the first 10 gigs are shown. These 10 are sorted based on the above order. When we load more another 10 gigs are shown, now the entire 20 are sorted based on above order. See attached screenshot sfor example. So the FE only sorts within the first 10 at first.
Before Load more
After Load more