Kyoso-Team / kyoso

A web application that takes osu! tournaments beyonds spreadsheets.
http://kyoso.sh
GNU Affero General Public License v3.0
2 stars 1 forks source link

Add other gamemode/ruleset global ranks #69

Closed L-Mario564 closed 3 months ago

L-Mario564 commented 3 months ago

Database

Add globalTaikoRank, globalCtbRank and globalManiaRank to OsuUser table (same type as globalStdRank).

Auth

During the osu! OAuth callback (api/auth/callback/osu), the previously mentioned values should be fetched and set accordingly.