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

190 Commits

Author SHA1 Message Date
01b9476ba7 Switched back to original way I swapped wrestlers 2016-01-25 12:59:38 +00:00
75efa73777 Added shell views and routes to swap wrestlers bracket positions
Still need to set permssions on swap controller method
2016-01-25 12:53:32 +00:00
0275b48499 Fixed issue with zero seeded kids 2016-01-25 01:18:02 +00:00
f97557ec23 Fixed the way I swap wrestlers 2016-01-25 01:11:35 +00:00
a9463d0f0c Revert "idk"
This reverts commit bb8f498ca0.
2016-01-23 14:41:42 +00:00
bb8f498ca0 idk 2016-01-23 14:39:21 +00:00
54f7a68e88 Moving seeded pool matches to last round is not working with the poolOrder 2016-01-23 05:04:23 +00:00
5c71d98998 Move two highest pool seeds match to last pool round 2016-01-22 19:00:15 +00:00
7c84686ed8 Do not want two delayed jobs kicking each other off 2016-01-22 04:40:54 +00:00
ab892b6f9c Only needs to destroy matches on delete 2016-01-20 19:00:09 +00:00
2866c93aec Destroy matches if a school wrestler or weight is destroyed 2016-01-20 17:52:21 +00:00
1ee671f5b4 Define where to put seeds 5-8 2016-01-20 17:52:06 +00:00
bd3c29bd60 Fixed tournament error bug 2016-01-20 16:10:41 +00:00
40ebe64176 Error page for generating matches, cannot have more than 16 for Pool to bracket tournaments 2016-01-20 15:15:39 +00:00
1401dbea98 Seeds need to be nil before setting seeds 2016-01-20 14:32:23 +00:00
c537c6067c Recommend deleting delegations instead of deleting them 2016-01-13 13:50:19 +00:00
67a25123aa Remove school delegations when generating matches 2016-01-13 13:07:51 +00:00
a757c8a777 Fixed random seeding 2016-01-13 03:44:56 +00:00
faa4300335 Touch wrestler and school on update 2016-01-12 18:41:43 +00:00
c6626988db Added pages for teampointsadjust and spearated wrestler and school deducted points 2016-01-12 17:36:45 +00:00
227e588658 Championship bracket wins are 2pts and conso bracket wins are 1pt 2016-01-12 15:05:38 +00:00
a8d54a2213 Advance in pool for previous matches 2016-01-11 20:06:43 +00:00
cce30bdf3a Fixed mat assignment when matches are finished 2016-01-11 16:48:08 +00:00
dd9e19b43f Added views to delegate tournament permissions 2016-01-07 19:55:15 +00:00
612902aa91 School delegates permissions are working 2016-01-07 16:08:46 +00:00
59f20e1698 Deducted points breaks tie before head to head 2016-01-06 20:26:20 +00:00
4310a7bb42 Pool wins are worth 2pts 2016-01-06 20:08:28 +00:00
f46029efaf Added logic to delegate tournament access 2016-01-06 18:38:02 +00:00
eb9037b078 Mat assignment fix did not work 2016-01-06 15:42:00 +00:00
7d092c3d35 Fixed assigning mats bug 2016-01-06 02:52:24 +00:00
c012682e77 Added tournament search 2016-01-04 19:20:05 +00:00
e460fd7880 Forgot 126 with hs weights 2015-12-30 23:21:05 +00:00
198c6d5e82 Model validations 2015-12-30 19:04:41 +00:00
c82d6d727b Added date to tournament 2015-12-30 18:48:49 +00:00
6d21e8ebdf Show no matches while matches are being generated 2015-12-30 16:36:53 +00:00
74577eb9ec Random seeding now works 2015-12-30 16:21:56 +00:00
6ed2bdf547 Extras do not score points but still get tie breaker criteria 2015-12-30 15:13:09 +00:00
490df3b182 Smtp now using postmark 2015-12-30 14:37:31 +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
5ee949d02a Reset team scores when generating matches 2015-12-23 15:38:33 +00:00
a3cf41918b Cache other pages that users will frequent 2015-12-23 15:29:32 +00:00
b0640a61a7 Cache team scores 2015-12-23 15:00:48 +00:00
db876809ef Page caching set up 2015-12-23 14:11:20 +00:00
be1df55e39 Extras cant count for team points 2015-12-23 13:08:19 +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
4bb81417a9 Fixed bug in test for quickest pin then fixed bug in quickest pin tie breaker 2015-12-17 14:48:07 +00:00