Some battles are a part of a tournament. When a battle is part of a tournament, it has a tournament ID associated with it. Today if one person joins the tournament, they see the typical, "battle code" screen as though they started a normal battle. Instead, the QR code should be replaced with the following copy (or something similar): "Please wait while your opponent joins the tournament." The tournamentId property on the battle data should be used to decide which thing to show.
Some battles are a part of a tournament. When a battle is part of a tournament, it has a tournament ID associated with it. Today if one person joins the tournament, they see the typical, "battle code" screen as though they started a normal battle. Instead, the QR code should be replaced with the following copy (or something similar): "Please wait while your opponent joins the tournament." The
tournamentId
property on thebattle
data should be used to decide which thing to show.