turniere-backend/app/services
Daniel Schädler dffe708933 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-10 18:49:07 +02:00
..
group_stage_service.rb Add state to stage 2019-06-10 18:49:07 +02:00
match_service.rb Change return for 0 teams to exception 2019-04-23 14:21:29 +02:00
playoff_stage_service.rb Change match state of match below 2019-05-26 20:15:59 +02:00
statistics_service.rb Use methods instead of attributes 2019-05-16 20:53:05 +02:00
tournament_service.rb Add two new parameters to tournament 2019-06-10 18:49:07 +02:00
utils.rb Add documentation for all services 2019-04-03 15:33:59 +02:00