turniere-backend/app/serializers
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
..
application_serializer.rb Include id-attribute for all serializers 2018-12-11 17:12:55 +01:00
group_score_serializer.rb Add GroupScore, Group and StageSerializer 2018-12-11 17:12:55 +01:00
group_serializer.rb Add GroupScore, Group and StageSerializer 2018-12-11 17:12:55 +01:00
match_score_serializer.rb Include team-relation in MatchScoreSerializer 2018-12-11 17:12:55 +01:00
match_serializer.rb Add winner attribute to match serializer 2019-05-28 23:18:55 +02:00
simple_tournament_serializer.rb Include description only in full Tournament 2018-12-11 17:12:55 +01:00
stage_serializer.rb Add GroupScore, Group and StageSerializer 2018-12-11 17:12:55 +01:00
team_serializer.rb Add serializer for Match, Score and Team 2018-11-21 18:57:59 +01:00
tournament_serializer.rb Add two new parameters to tournament 2019-06-13 13:21:24 +02:00