freshcoders / discorki

MIT License
1 stars 0 forks source link

Add promote/demote notifications #9

Closed jessedezwart closed 1 year ago

jessedezwart commented 1 year ago

Ranks are now tracked in the database. After a game the current rank should be compared with the rank in the database.

Maybe a util class for rank comparison should be created since the rank consists of 2 strings and an int (Diamond - IV - 88).