-
Notifications
You must be signed in to change notification settings - Fork 2
Queue Position Location Algorithim #26
Comments
There needs to be some weighting for the actual usage. basically, we don't want someone with a 2given/1 recieved to be ahead of a 40 given/25 recieved.... net balance might be good (given-recieved) |
okay so |
^I'm confused..... what do x0 and x1 represent... confused on the difference between. |
|
👍 I like it... definitely something along that theme, though the actual way we weight it may need to be shifted, this is the right way to go for sure. |
@bltsandwich1 I'd like to not have to change later on though, so yeah... let's try and make this is a done once type of thing 🎯 |
Probably better to do the rest of this on the front end so not to mess with the server load A front end merge sort would definitely be a lot easier than me messing with all this data on the server in case we receive a lost of requests at one time. |
I propose that the queue looks like
[[n+x][n][n-x][0]]
wheren=invites given/invites received
The text was updated successfully, but these errors were encountered: