turniere-backend/app
Daniel Schädler f5b610703c Add two new parameters to tournament
instant_finalists_amount is the amount of teams that instantly are in
the finals after the group stage ends.

intermediate_round_participants_amount is the amount of teams that have
a chance to advance after group stage but must play a relegation game to
actually do so.

Both of these values need to match, so that
instant_finalists_amount + (intermediate_round_participants_amount / 2)
is a power of 2. Or to be more precise, the power of two that is saved
in playoff_teams_amount of the tournament.
2019-06-13 13:21:24 +02:00
..
controllers Simplify controller code 2019-06-05 17:05:58 +02:00
interactors Update group_scores on match_score change if match is a group match 2019-06-05 09:49:21 +02:00
jobs Apply rubocop formatting 2018-11-10 15:50:27 +01:00
mailers Apply rubocop formatting 2018-11-10 15:50:27 +01:00
models Add method to check if match_score is part of a group match 2019-06-05 09:49:21 +02:00
organizers Update group_scores on match_score change if match is a group match 2019-06-05 09:49:21 +02:00
serializers Add two new parameters to tournament 2019-06-13 13:21:24 +02:00
services Add GroupScore objects for every team to the group stage 2019-06-05 09:49:21 +02:00
views/layouts Fix missing title in unused E-Mail Template 2019-05-26 17:41:11 +02:00