jquery-bracket icon indicating copy to clipboard operation
jquery-bracket copied to clipboard

Tournament Progress

Open carloquilala opened this issue 8 years ago • 6 comments

Hope you can add a callback showing the progress of the bracket based on finished matches

carloquilala avatar Feb 06 '17 07:02 carloquilala

Hi,

How would progress be measured?

teijo avatar Feb 06 '17 17:02 teijo

(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...

carloquilala avatar Feb 08 '17 16:02 carloquilala

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.

teijo avatar Feb 11 '17 11:02 teijo

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

image

carloquilala avatar Feb 13 '17 10:02 carloquilala

@carloquilala care to share how you implemented standings? :)

oscar0812 avatar Sep 08 '19 03:09 oscar0812

@carloquilala how to implement the round title ?

CoolLittle avatar Sep 19 '19 05:09 CoolLittle