1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
aec3702835 update bout board when matches end 2015-10-19 19:45:43 -04:00
4b447b86f9 Added winner name for final line of brackets 2015-10-15 15:13:52 -04:00
386dc1605f Finished pool advance logic still need tests 2015-10-14 17:58:28 -04:00
087c383996 Continuing pool bracket movements 2015-10-13 20:57:35 -04:00
516dbe66ad Mock advancment from pools to brackets 2015-10-08 17:31:27 -04:00
0fd3bd64fe Added a bout board 2015-06-19 15:25:01 +00:00
RJ Osborne
c041286943 rough cut of getting rid of the matches collection being passed around
Associated Weight and Match-- the FK already existed in the domain
Reduced argument counts on assignLoserNames and assignBouts; trying to pass a Tournament around more
This was a tough nut to crack.  Looking back, I tried to eat too much of the horse at once on this refactor.
2015-05-26 19:26:15 -04:00
dd44efa869 Got stuff working with matches being saved individually. 2015-04-26 15:49:13 -04:00
b86211102b Revert "Revert "Moving away from matchups_array and saving matches individually""
This reverts commit 7b3fe2aaad.
2015-04-25 21:44:08 -04:00
7b3fe2aaad Revert "Moving away from matchups_array and saving matches individually"
This reverts commit 650a9ed7d6.
2015-04-25 13:59:59 -04:00
650a9ed7d6 Moving away from matchups_array and saving matches individually 2015-04-25 13:51:16 -04:00
2b1618c69b Cleaned up a bunch of shit. Depricated model methods and controller methods. 2015-04-15 13:42:12 +00:00
9986c8b407 Removed unnecessary attr_accessors 2015-03-30 17:45:37 +00:00
bdec6c0463 Added dataTables for matches and tournaments. 2015-02-11 10:50:25 -05:00
2e7e34125b Updated match generation view, created a bracket_type for weight, and
add DQ as a win type.
2015-02-09 12:31:14 -05:00
0244d15a8b Generated bouts and rounds. Need to fix rounds for odd numbered pools. 2015-02-03 10:41:49 -05:00
7ea80b2997 Working on generating rounds in tournament model 2015-02-02 15:45:46 -05:00
d69838310e Working on pools 2014-12-31 10:38:49 -05:00
Jacob Cody Wimer
1d024e0571 Added 11 man bracket 2014-01-31 18:33:58 -05:00
Jacob Cody Wimer
c5a7bc3815 A ton of stuff was done to finalize the app for use 2014-01-25 05:28:42 -05:00
Jacob Cody Wimer
7f8718af35 Added matches scaffold and ascended views of weights and schools 2014-01-24 15:16:33 -05:00