brackets-viewer.js
brackets-viewer.js copied to clipboard
A simple library to display tournament brackets (round-robin, single elimination, double elimination).
Some ideas: - [x] Expose event callbacks (e.g. a match clicked event, see #7) - [ ] Expose properties - [ ] Support diff-ing data to partially render matches See...
All I seem to be able to see is a label if there are child matches. Curious if there is, or will be, any kind of UI to view the...
Same as https://github.com/Drarig29/brackets-manager.js/issues/53
The library would generate virtual dom and there would be two possible renderers: one client-side and one server-side. Just need to find something to handle virtual dom and diffing or...
Example from [jQuery Bracket](http://www.aropupu.fi/bracket/) 
The viewer should not have much logic. It should just display data created by the manager. So round-robin ranking calculation should go in the manager's `get` module. Just as the...
Could be cool to enable this (Toornament does it). A track: https://github.com/kmturley/touch-scroll --- Related to #7
Keep JS and CSS files separated, and add sourcemaps for both (not inlined).
ohhH, ok sorry. child_count I didn't see it!! But, do you have any example of use? What I was trying to mention was being able to hit the BO3 winner...
 I have been analyzing your code, performing tests here and there. The question is if you are interested in implementing forms of formats in this case in the groups...