Skip to content

Store record (W/L/D) in addition to match points.

Antoine Albertelli requested to merge record-storage into master

This is step two of the plan to convert our internal representation from match points to win loss draw. Now we will start writing to the database in both formats, points and record to check that this works correctly. No computation uses the new format anymore, it is only stored.

Next steps:

  • Convert existing database to the new format.
  • Delete the "points" column and convert it into a property instead.

Merge request reports

Loading