sarahp16 / agile_group_project

0 stars 0 forks source link

Update routes.py #10

Closed sarahp16 closed 4 months ago

sarahp16 commented 4 months ago

Adding route for daily quest to play the selected quiz. the route randomly selects an uncompleted quest before returning the quest hints to play.

Let me know if the function looks all good or if any of you have any suggestions to improve it :)

cimi03 commented 4 months ago

Looks good! Just having a look, I think you might have assigned the quest locally instead of globally (eg. each user is assigned a different quest). Since we want them to play the same one we might need to change this to local.

sarahp16 commented 4 months ago

Oh good pick up. I'll get to work on fixing that issue, and recheck with you all again once I am done. Thanks for looking over it!