BLT icon indicating copy to clipboard operation
BLT copied to clipboard

Task: Convert the sorting function to use Django instead of JavaScript

Open bug-reporter-bot opened this issue 7 years ago • 2 comments

Task: Convert the sorting function to use Django instead of JavaScript

Description: The current implementation of sorting in the application is done using JavaScript which only sorts the 5 items on the page. Additionally, the page only displays 5 items, which should be increased to 20. We need to convert the sorting function to use Django to sort all items from the beginning.

Steps:

Update the views and templates to use Django's built-in sorting functions. Modify the frontend code to handle the increased number of items on the page. Test the feature to ensure proper sorting of all items.

Deliverables:

Updated views and templates with Django's sorting functions. Modified frontend code to handle the increased number of items. A set of test cases to verify proper sorting of all items. A fully functional feature that sorts all items using Django.

0 http://bugheist.com/issue/688

bug-reporter-bot avatar Sep 08 '17 03:09 bug-reporter-bot

@DonnieBLT This issue is already resolved in the current repo. Sorting function is being implemented in Django only.

kr-2003 avatar Jan 30 '24 11:01 kr-2003

i tested it and it is still javascript https://www.bugheist.com/scoreboard/ we want it to be django so all companies get sorted

DonnieBLT avatar Mar 03 '24 02:03 DonnieBLT