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

32 Commits

Author SHA1 Message Date
ddcf2d807e Speeding up tests and renaming a few methods in generateMatchups 2016-03-26 03:54:31 +00:00
386dc1605f Finished pool advance logic still need tests 2015-10-14 17:58:28 -04:00
516dbe66ad Mock advancment from pools to brackets 2015-10-08 17:31:27 -04:00
RJ Osborne
091b7c4181 Cut the runtime by queueing the changes in memory and deferring database writes
Made some unspecified behavior explicit
2015-05-26 19:26:15 -04:00
RJ Osborne
2a57cafd6d extracted wrestlers_for_pool method
removed unnecessary select
2015-05-23 08:07:11 -04:00
RJ Osborne
23d8c4e159 remove another argument from roundRobin 2015-05-23 06:38:55 -04:00
RJ Osborne
aec47ddf13 introduced a constructor for Pool and reduced arguments on roundRobin and generatePools 2015-05-23 06:15:44 -04:00
RJ Osborne
399923b949 removed the matches argument to generatePools and roundRobin 2015-05-23 06:01:15 -04:00
R.J. Osborne
0e954c1789 Simplify construction a bit on some methods 2015-05-19 22:36:30 -04:00
R.J. Osborne
80dee9c234 An instance variable doesn't need to be passed around inside the class as an argument 2015-05-18 21:28:04 -04:00
R.J. Osborne
b56d72c762 generatePools has a nicer arity 2015-05-18 19:37:13 -04:00
dd44efa869 Got stuff working with matches being saved individually. 2015-04-26 15:49:13 -04:00
2b1618c69b Cleaned up a bunch of shit. Depricated model methods and controller methods. 2015-04-15 13:42:12 +00:00
a1fbcc4a9f Added weight_max to matchup 2015-03-25 13:08:36 +00:00
c86f678fd1 Moved poolNumber generation to weight. 2015-03-17 09:06:21 -04:00
8d6fab3428 Trying to get two pool seeds corrected 2015-03-16 12:47:55 -04:00
83703e58bf Two pool separate seeds better 2015-03-16 12:43:27 -04:00
7b9422fd6c Filter wrestlers per pool for matchups. 2015-03-16 08:13:41 -04:00
05c340eb94 Reducing queries for upcoming matches 2015-03-16 08:06:08 -04:00
dc9639cf1c Calculate matchups for pools. This breaks generating matches. 2015-03-12 15:03:38 -04:00
2fe11495c6 Reversed match order for round robin to hopefully move bigger matchups to
later rounds in a bigger pool.
2015-02-09 12:32:50 -05:00
b7122fda8b Assigned four pools correctly 2015-02-09 10:26:56 -05:00
d52d462d77 reverse match order for pool 2015-02-07 00:24:10 +00:00
a96a602586 in two pool moved 4 seed to pool 1 and 3 seed to pool 2 2015-02-07 00:05:02 +00:00
eba979740c fixed generation sort 2015-02-06 23:29:00 +00:00
cba5d0a96d removed wrestlers array convert on pool generation 2015-02-06 22:52:58 +00:00
8c7c1abc99 sorting before generating 2015-02-06 22:48:26 +00:00
e9cf73f9d5 Made onePool and twoPool views. Also implemented round robin gem. 2015-02-05 09:53:08 -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
9de0215a5e Pool matches generated 2015-02-02 13:07:08 -05:00
ae4b2718b5 Working on Pool class 2015-01-26 13:40:25 -05:00