ASWWU-Web / python_server

The API server for ASWWU Web. This project uses the Tornado web framework to serve and manage data across all ASWWU sites.
https://aswwu.com/server
4 stars 10 forks source link

Feature/pys change prof sorting #135

Closed kadensu closed 4 years ago

kadensu commented 4 years ago

Changes the server to sort profiles randomly

ermsdev commented 4 years ago

We're planning to join the profiles table with the users table instead of the profile views table for now. This is so that we only show current profiles, but all profiles of people who've logged in, without having to perform the costly aggregation and join with the profile views table.

kadensu commented 4 years ago

Implemented Profiles - User table join