pittquantum / PittQuantumRepository

Flask backend for the Pitt Quantum Repository website
https://pqr.pitt.edu/
MIT License
16 stars 5 forks source link

Implement Search Result Sorting #76

Open JoshuaRogan opened 8 years ago

JoshuaRogan commented 8 years ago

http://isotope.metafizzy.co/sorting.html

RitwikGupta commented 8 years ago

We could also just sort in the backend instead of having another library. What do you want to sort on?

JoshuaRogan commented 8 years ago

Well because there are requests being made after the initial search it makes more sense to do the sorting on the frontend. Plus if it was on the backend it would require additional requests and limit how often the user should be able to search.