1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-31 11:35:45 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
870c5bc7ec Fixed double elimination advancement and match after update actions. 2020-01-27 08:34:25 -05:00
80841e15ae Dealing with double byes 2020-01-24 10:30:50 -05:00
58afc8a485 Added logic for 16 man dobule elminination match generation. 2020-01-23 21:25:25 -05:00
ff102a1862 Added 16 man modified double elimination bracket type. Still need to fix swap wrestlers code. 2020-01-23 07:46:23 -05:00
a709cb5c69 Fixed pool order deducted points bug 2020-01-03 12:54:11 -05:00
e2ec1d4a8a Fixed bug with pool to bracket advancement. This bug was conceived due to the removing of tests and logic when making pool and pool_placement database fields. 2019-12-12 11:19:24 -05:00
661c56d04e Added job_owner and 'description' to delayed_job to show on the tournament show page 2019-11-26 23:40:01 -05:00
8a9ea7ff35 Fixed bug for deducted points and fastest pin. Also added tests to test against those bugs 2019-04-20 11:57:58 -04:00
a76f4036b3 Added persistence to pool placement and pool order 2019-04-19 10:33:06 -04:00
71c8a0dc99 Fixed an infinite loop in pool_order when calculating pool order for a single pool bracket 2019-01-30 13:34:27 +00:00
b8a4763eb5 No runner up in 8 pool 2019-01-12 12:27:32 -05:00
d67a8f2b42 Refactored names of methods and some db column 2018-11-13 14:14:48 +00:00
4089d37825 Fixed query issue for advancing losing wrestlers in a 'pool to bracket' bracket 2017-11-09 08:13:29 -05:00
3f72a912b6 Wrestler pool number is now saved in db. Pool number generation moved to it's own class. 2017-03-02 18:11:21 +00:00
4f15c2b8a3 Still moving logic out of the models 2016-05-26 01:04:51 +00:00
a6e64bdf8f Moved none database classes out of model folder. Still need to separate classes that are doing too much for bracket_advancement, for placement points, and for swapping wrestlers in pool/bracket. 2016-05-14 14:54:49 +00:00