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
It is now possible to setup a season! Statistics will be computed within the range of the setuped season dates.
To enable a season, just change the variables values in web/js/season.js.
Enhancements
Big performance improvements when computing ELO. When the Api.GetScores() was called, all scores were always fetched from the database (could take many seconds to load). Now, Api.GetScores() and Api.GetGames() can take an idLastGame parameter to fetch only the games and scores that were not already loaded.