team-penguin-hackathon / flash_learning

Proposal: We will build a simple flashcard web app using Flask, aimed at incentivizing children in grades K-8 to remained engaged during remote learning. Students will be able to answer flash card sets by making drawings or typing submissions. Teachers will be able to add new flash card sets to the system and set grade level and subject tags for a particular flashcard set. We are all relatively new in the program without a whole bunch of web development experience, so our primary goal is to work together to have something functional by the end.
0 stars 6 forks source link

Internal Server Error when trying to visit /student/<username>/leaderboard. #61

Closed h010dev closed 3 years ago

Sumit112192 commented 3 years ago

You are passing scores parameter in leaderboard function located in /flash_learning/students/routes.py which you have not defined.

asa-holland commented 3 years ago

Updated leaderboard parameters to include user. Works as intended on pull request submitted.