DSC-McMaster-U / Gamified-Learning-Platform

MIT License
6 stars 14 forks source link

Implement logic for calculating and updating user points #42 #103

Closed zgarada closed 8 months ago

zgarada commented 8 months ago

Changed user_points POST route logic that now allows for user points to accumulate over time rather than resetting with each new score.

Changes made:

Assumptions:

Note: I was unsure if I had to change anything in the front-end to retrieve point updates from the educational modules.

zareentk commented 8 months ago

Hi @zgarada make sure, your pulling in the latest code before merging so there’s minimal conflicts