TexasDigitalLibrary / Vireo

Vireo is a turnkey Electronic Thesis and Dissertation (ETD) Management System.
https://texasdigitallibrary.atlassian.net/wiki/spaces/VUG/pages/87490642/About
GNU General Public License v2.0
44 stars 33 forks source link

Issue 1842: Reduce amount of JS-side order by, relocating such logic into the back end. #1851

Closed kaladay closed 11 months ago

kaladay commented 11 months ago

Partially resolves #1842

The order by on a huge set is an expensive task on the browser/client side. This is particular bad when there are multiple fields each with their own ng-repeat over the same large data set. Relocate the order by logic to the back end.