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

40 Commits

Author SHA1 Message Date
cce30bdf3a Fixed mat assignment when matches are finished 2016-01-11 16:48:08 +00:00
a911183637 Trying to fix async jobs 2015-12-29 22:53:53 +00:00
0d310c587b I think I got delayed jobs working 2015-12-29 18:50:18 +00:00
327b49fe88 Changed match callback to update instead of save 2015-12-23 17:30:02 +00:00
fc3581e33e Fixed wrestler touch in match after_save callback 2015-12-23 16:31:37 +00:00
a3cf41918b Cache other pages that users will frequent 2015-12-23 15:29:32 +00:00
db876809ef Page caching set up 2015-12-23 14:11:20 +00:00
54ecbe9451 Revert "Added memcached and set up cached items for up_matches page"
This reverts commit 983cc9c667.
2015-12-17 19:20:18 +00:00
983cc9c667 Added memcached and set up cached items for up_matches page 2015-12-17 18:44:24 +00:00
702a52311b Added most decision points and quickest pin to the tiebreakers 2015-12-17 14:03:14 +00:00
e2966c0456 Fixed win displays for brackets 2015-12-16 12:51:32 +00:00
5898393fac Fixed bug in pooladvance and refactored 2015-12-03 20:27:38 +00:00
393326f24f Showing next bout number and mat on school show page 2015-11-19 13:46:58 +00:00
67727c6391 Testing team points for pool to bracket 2015-11-17 19:03:34 +00:00
1aee738eb5 Record score in db and update when match is updated 2015-11-17 15:28:54 +00:00
e426a491b3 Trying to remove queries and rely on associations 2015-11-02 13:25:53 -05:00
364ee21e3f trying to speed up brackets page 2015-11-02 11:14:03 -05:00
3734258e6c fixing match wrestler1 and wrestler2 2015-11-02 11:04:40 -05:00
c0760dfdf8 Trying to increase speed of up_matches 2015-11-02 10:55:41 -05:00
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