Mozzarella is a web application made to help student computing clubs better collaborate and organize their projects, presentations, and even mailing list messages.
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".)
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.