circlegame / circlegame-neo

A minimalistic, reflex-precision benchmark.
https://circlegame.net
GNU General Public License v3.0
1 stars 0 forks source link

Sync scores in UserContext with what should be stored in the database #127

Closed josef-karpinski closed 1 week ago

josef-karpinski commented 1 month ago

This can simply be done with a new dispatch call that will be done everytime a score is posted to the backend. Make sure to only add this score when the post is successful and obviously when the user is logged in.