flesnuk / biku

View pp of your osu! replays
The Unlicense
6 stars 0 forks source link

Interested in leaderboards? #2

Open christopher-dG opened 6 years ago

christopher-dG commented 6 years ago

I was thinking that the overall pp display could move to above or below the other pps, and the remaining square could display the map's leaderboard. I'd be happy to try tackling this (I'd probably sneak in unranked leaderboards too while I'm at it).

flesnuk commented 6 years ago

You are refering to local leaderboards, right? Like, use all the local scores from the map and show them as a scoreboard with pp. Or you meant using the osu! API?

Or maybe: Ranked map -> osu API Unranked -> Local?

christopher-dG commented 6 years ago

Sorry, should have been more clear. I mean via the API for maps with online leaderboards, and I could use unnoticed's leaderboards for unranked maps (that one's a bit more up in the air since it's third party but I'm trying to get it some more exposure if possible).

flesnuk commented 6 years ago

Oh, that's alright. Whatever work you do in leaderboards (including integration with unnoticed), I will add it for sure. I don't know if you worked with lxn/walk, it is fairly simple to use but I could do the view if you implement the model underhood.

PD/offtopic: I also thought when building biku, that the kind of thing you are doing with unnoticed would be cool for having a place for unranked scores instead of some manually crafted google sheets (see Azer post in reddit: link).

But later I thought the implications (and the lack of time lol) of the login/owning/security of who made the replay. I didn't did much research, but not having a complete API from osu! (OAuth and such) and the fact that you can change the user of who made the replay inside the .osr (I don't know for sure), makes difficult having a 100% confident system which nobody can "cheat" about who made this or that replay... I don't mean to be paranoid, (maybe is more the laziness of implementing it)

Did you thought about that? I know this is so offtopic, but don't know any better place to discuss it.

christopher-dG commented 6 years ago

Re this actual issue: Cool, I'll look into the GUI myself first but might delegate it to you if I have trouble. (probably at some point the week after next)

About unnoticed's security etc: Yes, I ran into all of those problems, and there aren't really any good solutions. If people want to submit fake scores, it's honestly really easy. I've just been operating on trust so far since there aren't that many users.