jquery-bracket
jquery-bracket copied to clipboard
Tournament Progress
Hope you can add a callback showing the progress of the bracket based on finished matches
Hi,
How would progress be measured?
(finished matches / total matches) * 100
Something like that, well of course we need to have a flag to determine the match has already been resulted...
You can calculate the number of matches in the size of bracket you're using, you can then count the number of matches in the result object for your final calculation.
It's a bit of a niche feature and shouldn't be too hard to implement externally. IMO we leave it out from the library.
I already had it implemented Yay! With a bonus of team standings (match history) 😋
In the below image, I have 2 groups, Group A is already done
@carloquilala care to share how you implemented standings? :)
@carloquilala how to implement the round title ?