turniere-backend/app/interactors
Daniel Schädler c9e1e153df Add interactor to advance all teams stuck in single team matches
After playoffs are created, before saving the stage this interactor
goes to the intermediate stage, looks for all the matches that are
:single_team matches and populates the match below with their respective
"winner".
2019-06-17 15:02:30 +02:00
..
add_group_stage_to_tournament.rb Assign default values on Group Stage creation 2019-06-13 13:21:24 +02:00
add_playoffs_to_tournament.rb Add interactor to advance all teams stuck in single team matches 2019-06-17 15:02:30 +02:00
advance_teams_in_intermediate_stage.rb Add interactor to advance all teams stuck in single team matches 2019-06-17 15:02:30 +02:00
populate_match_below.rb Return changed objects in populate_match_below 2019-05-26 20:15:58 +02:00
save_application_record_object.rb Make save_application_record_object work with arrays 2019-05-26 20:14:13 +02:00
update_groups_group_scores.rb Update group_scores on match_score change if match is a group match 2019-06-05 09:49:21 +02:00