DSC-McMaster-U / Gamified-Learning-Platform

MIT License
6 stars 14 forks source link

Implemented Database Schema and Queries for Leaderboard #99

Closed MithunPara closed 6 months ago

MithunPara commented 7 months ago

Implemented the database schema and models needed to retrieve the information required to rank the users on the leaderboard. Made use of existing model for Points and set up a route to render the leaderboard as well as an API endpoint to retrieve the next users to display on the leaderboard.

Changes Made:

Next steps/Things to note:

MithunPara commented 6 months ago

Assigned a primary reviewer: @skydonline