HirasawaProject / Hirasawa-Bancho

Open-source osu server made in Kotlin
MIT License
6 stars 0 forks source link

Store multiplayer history in database #257

Open cg0 opened 1 year ago

cg0 commented 1 year ago

On the osu! website multiplayer games will generate a log of the session showing:

This would require a table storing:

The real problem comes when trying to link a submitted score to a game, there are some options I've thought of:

This requires a fair bit of thought