ColoradoSchoolOfMines / mozzarella

Mozzarella is a web application made to help student computing clubs better collaborate and organize their projects, presentations, and even mailing list messages.
https://acm.mines.edu
GNU General Public License v3.0
7 stars 3 forks source link

Fix handling of sorting responses on the survey results page #46

Open sumnerevans opened 6 years ago

sumnerevans commented 6 years ago

Currently, the /s/#/results endpoint does not do sorting properly. We need to do the sorting via some sort of SQLAlchemy magic. (TODOs are annotated in /acmwebsite/controllers/survey.py with "#46".)

See: https://github.com/ColoradoSchoolOfMines/acm-website/pull/33#issuecomment-358383115 and https://github.com/ColoradoSchoolOfMines/acm-website/pull/33#discussion_r162131978.