AndreaCrotti / elo

Elo ranking platform implemented in Clojure and re-frame
Eclipse Public License 1.0
19 stars 8 forks source link

Faster load form #192

Closed AndreaCrotti closed 3 years ago

AndreaCrotti commented 4 years ago

To load the new game form we don't need all the information about the historical games and the rankings computation, so it can be loaded straight away, while all the rest of the data loads.

codecov[bot] commented 4 years ago

Codecov Report

Merging #192 into master will not change coverage. The diff coverage is 0%.

@@           Coverage Diff           @@
##           master     #192   +/-   ##
=======================================
  Coverage   78.45%   78.45%           
=======================================
  Files          27       27           
  Lines         831      831           
  Branches       54       54           
=======================================
  Hits          652      652           
  Misses        125      125           
  Partials       54       54