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

61 Commits

Author SHA1 Message Date
dd9e19b43f Added views to delegate tournament permissions 2016-01-07 19:55:15 +00:00
f46029efaf Added logic to delegate tournament access 2016-01-06 18:38:02 +00:00
c82d6d727b Added date to tournament 2015-12-30 18:48:49 +00:00
49bcbfcc84 Order my_tournaments by updated_at 2015-12-23 15:33:27 +00:00
41ca12c5d1 Added my tournaments page 2015-12-15 15:24:13 -05:00
0e5229f2a3 Created an about page 2015-11-20 12:41:11 +00:00
4fae1c2896 Moved static pages actions to tournament where it made sense 2015-11-05 02:38:39 +00:00
f86a577c8b Moving pages to tournament from static_pages 2015-11-04 16:10:56 -05:00
a38c959d0c Cleaning up views and controllers 2015-11-04 07:10:20 -05:00
e79482fd07 including mats on tournament query 2015-11-02 11:36:15 -05:00
85dfadf8d2 Reducing queries on up_matches and brackets 2015-11-02 11:31:40 -05:00
364ee21e3f trying to speed up brackets page 2015-11-02 11:14:03 -05:00
c0760dfdf8 Trying to increase speed of up_matches 2015-11-02 10:55:41 -05:00
2dda49cd12 All protected routes are tested 2015-10-30 13:37:18 -04:00
4b78be8214 order up matches by bout_number 2015-10-30 11:28:03 -04:00
b7c360ff88 Limit to 10 upcoming matches on up_matches 2015-10-30 11:24:14 -04:00
d1437a56af Added tests for matches controller 2015-10-29 07:53:47 -04:00
d18e729012 Finished setting owner for tournamenr and protecting paths 2015-10-26 16:31:45 -04:00
ad9ea9dc42 First crack at setting an owner for the tournament 2015-10-23 08:53:29 -04:00
3fea0b8a61 Forgot to change the controller action 2015-10-20 08:12:46 -04:00
2df576e93c eager load weight and school 2015-10-19 19:45:14 -04:00
ce2a7b28bc Created a weigh in page 2015-06-30 17:59:02 +00:00
0fd3bd64fe Added a bout board 2015-06-19 15:25:01 +00:00
RJ Osborne
284439e2cf Removed upcomingMatches because matches are an A-R relation of Tournament 2015-05-28 00:25:14 -04:00
9d8e0850bc Refactored generating matches 2015-05-26 18:27:55 +00:00
81f233cb0e Added button to generate matches 2015-05-26 17:53:53 +00:00
e7bfad8df0 Auto creating of high school weights 2015-04-27 14:58:22 -04:00
61d1240f0b Fixed noMatches page. 2015-04-27 10:17:52 -04:00
525a2948de View for no matches 2015-04-27 09:57:08 -04:00
42b46cb670 Removed some logic from view for faster rendering 2015-04-21 19:32:37 -04:00
2b1618c69b Cleaned up a bunch of shit. Depricated model methods and controller methods. 2015-04-15 13:42:12 +00:00
d0277e1ab8 Preliminary bracket print page 2015-03-30 19:11:47 +00:00
522798a2c4 Removed score from school table and added attr_accessor 2015-03-28 18:38:09 +00:00
7146c401cf Test 5 match rule for bracket size 5-16 2015-03-27 19:07:49 +00:00
a821c28cf7 Created one page for all pools 2015-03-27 16:33:09 +00:00
79f44d4600 Updated bracket views for all pool bracket types 2015-03-24 21:06:09 +00:00
27883597ca Set up blank bracket matches for fourPools 2015-03-23 18:17:06 +00:00
c86f678fd1 Moved poolNumber generation to weight. 2015-03-17 09:06:21 -04:00
6452aee07a Removed delayed job and generate matches 2015-03-16 09:13:12 -04:00
2843760779 Create bracket views with upcomingMatches 2015-03-16 08:35:56 -04:00
8caaf588fd Made two pool for 7-10 people 2015-02-06 13:26:58 -05:00
5b8e90b50a Moved team score for faster front page load. 2015-02-06 09:18:04 -05:00
vagrant
f4059009ba Created bracket and extra flag for wrestler 2015-02-06 03:01:17 +00:00
7183935b60 Created 4 pool view without bracket. 2015-02-03 15:06:02 -05:00
0244d15a8b Generated bouts and rounds. Need to fix rounds for odd numbered pools. 2015-02-03 10:41:49 -05:00
ae4b2718b5 Working on Pool class 2015-01-26 13:40:25 -05:00
90b96bb218 Making progress on generating matches. 2014-12-18 10:45:49 -05:00
1899218798 Made pool and bout classes. Still need to fix bouts doubling on every
refresh of upcoming matches view
2014-12-15 13:12:39 -05:00
f7e06feb99 Before I made correctly 2014-12-09 10:14:01 -05:00
Jacob Cody Wimer
1d024e0571 Added 11 man bracket 2014-01-31 18:33:58 -05:00