DjangoGirls / djangogirls

Website for DjangoGirls.org
http://djangogirls.org/
BSD 3-Clause "New" or "Revised" License
466 stars 286 forks source link

[applications] Sorting polishing #92

Open aniav opened 9 years ago

aniav commented 9 years ago

When sorting applications you will be able to sort on the average score and the list will be sorted based on this even though you can't see the values so you see who has the highest score ever if you don't see what is it's value. The expected behaviour is that you should see the hidden elements sorted by id (or whatever is set as the base ordering) and the visible ones normally.

williln commented 9 years ago

I'd also add that I'd like to be able to sort by ANY column. Sometimes that's just handy.

aniav commented 8 years ago

I have added sorting by any column some time ago, just forgot to write here @williln, but didn't resolve the original issue 🌴