Skip to content

Seasons!

Compare
Choose a tag to compare
@TheWhite147 TheWhite147 released this 24 Mar 18:26
· 49 commits to master since this release

New features

  • 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.