maxsaltonstall / letters-with-strangers

Apache License 2.0
2 stars 0 forks source link

Implement levelling #201

Closed davidstanke closed 2 years ago

davidstanke commented 2 years ago

Fixes #158

davidstanke commented 2 years ago

Note: at present, there are inconsistencies in the player data on prod (and staging), because we were giving people points without checking their levels. So a player might have 100 points, but be at level 1. With this PR, we'll start assigning levels at the time of scoring, but it won't update until the player achieves their next level up. At that point, they'll fast-forward to the correct level.