You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is only match.opponent[1|2].position, which gives the number of the source match. But if we want to know the source match, we have to do computations.
Currently, there is only
match.opponent[1|2].position
, which gives thenumber
of the source match. But if we want to know the source match, we have to do computations.Doing as Toornament in https://developer.toornament.com/v2/doc/organizer_bracket_nodes could be a better approach.
We would replace replace
position
bysource_type
(none, winner, loser) andsource_match_id
.This would simplify the viewer too (about origin hint).
The text was updated successfully, but these errors were encountered: