Handling Rounds Part 2 - abin-raj/Easy-Manager GitHub Wiki

In the second part we will be looking at round promotion and round completion.

6. Point Table

See this [link]

7. Round Promotion

Once all the matches are over and points calculated, we need to promote the teams from each group into the next round. With easy manager this becomes easy. All you need to do is to select the teams and click some buttons. To do it, run,

em.r promote <group num>

r_promote

By default all teams from group will be shown with ⛔ mark. Once you click on the numbers corresponding to each team, the ✅ will appear across the team name and they will be selected for promotion.

r_promote_selected

Click on the submit button to save the promotion list. You can run this command multiple times to select/deselect teams for promotion.

r_promote_completed

Once all groups are considered for promotion, run the next command to actually move the teams to next round and drop all the remaining teams.

8. Completion

/setroundstatus complete

em.r complete

9. Next round

repeat the steps for further rounds.

⚠️ **GitHub.com Fallback** ⚠️