You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have a field on a card that returns a list of players sorted by the raw number of times they played it. This list almost always shows dwarvintime at the top because they just have more games in our database. It would probably be more interesting to show, like, "bayesian-smoothed probability of play".
In the API, add a field that computes this and returns a list sorted by this.
The text was updated successfully, but these errors were encountered:
Right now we have a field on a card that returns a list of players sorted by the raw number of times they played it. This list almost always shows dwarvintime at the top because they just have more games in our database. It would probably be more interesting to show, like, "bayesian-smoothed probability of play".
In the API, add a field that computes this and returns a list sorted by this.
The text was updated successfully, but these errors were encountered: