Sorting is done for giving better UX experience to our users.
What did I do this week?
Fixed the sorting functionality in User Story. Previously sorting was being done in frontend but the problem with that was it was only sorting the paginated data and not the whole data so to solve this I updated the controller in strapi to sort the data and send back sorted and paginated data. I also updated the graphql call to accommodate the new changes.
What is coming up next?
New UI updates.
Did I get stuck anywhere?
No, It well went.