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

71 Commits

Author SHA1 Message Date
b2b007bd96 Added eight pools to quarter final bracket 2018-12-24 13:36:03 +00:00
436e716cd4 Changed database column for wrestlers seed to bracket_line 2018-09-17 14:29:00 +00:00
9183a16d5d Want ability to run db:seed on prod if needed 2018-07-24 13:57:25 +00:00
0fb2e7009b Updated migrations to support new rails version 2017-06-09 07:22:32 -04: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
b7775172a3 Updated active record and ruby version 2017-01-17 03:32:38 +00:00
bbb745564e Re-generating one weight classes matches - NEED TO REFACTOR and NEED TO WRITE TESTS
Code is repeated in the following classes:
GenerateTournamentMatches
PoolToBracketMatchGeneration
PoolToBracketGenerateLoserNames
WipeTournamentMatches
2016-09-09 17:51:00 +00:00
a8b96c96e8 Swap page is now working and also moved swaping logic from tournament model to its own class 2016-01-27 14:13:49 +00:00
3663fa5745 Seed my database seeds correctly 2016-01-22 19:12:25 +00:00
c6626988db Added pages for teampointsadjust and spearated wrestler and school deducted points 2016-01-12 17:36:45 +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
6d21e8ebdf Show no matches while matches are being generated 2015-12-30 16:36:53 +00:00
47c15f0383 Fixed delayed_job migration 2015-12-29 22:02:07 +00:00
90bf95cd11 Track stats on match page 2015-12-16 17:48:32 +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
4689097ab7 Removed a swp file 2015-11-16 13:32:11 +00:00
934ccc28ee Deducted points pool tie breaker added 2015-11-16 13:31:27 +00:00
77cda886e6 Changes in cloud 9 2015-11-05 16:55:27 +00:00
ad9ea9dc42 First crack at setting an owner for the tournament 2015-10-23 08:53:29 -04:00
1d7c9ee3ef Tested mat assignment during match generation 2015-07-01 13:43:18 -04:00
bad21729bf Added a script for tmux windows 2015-07-01 12:34:19 -04:00
6f3fbad6d3 Did not need indexes 2015-06-30 18:11:28 +00:00
5aecfe344b Trying to fix migrations 2015-06-30 18:08:30 +00:00
a77066840e Migrated and updated schema 2015-06-30 18:04:09 +00:00
4d8ba9e7ee Added index for weigh ins 2015-06-30 18:03:38 +00: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
5364c3eee9 Match index uniqueness not required as wrestlers may match up again 2015-06-19 13:42:51 +00:00
RJ Osborne
bec751c4fd Added indexes on the frequent queries. The problem is still too many queries. 2015-05-23 08:48:13 -04:00
R.J. Osborne
acb1a225dd updated the db schema file to reflect the migration 2015-05-17 09:49:51 -04:00
R.J. Osborne
5b411a2311 Updated README instructions and fixed filename of my migration 2015-05-17 09:40:15 -04:00
R.J. Osborne
f6dd4e8625 Renamed boutNumber to bout_number to make the field consistent with the rest of the domain and database schema. 2015-05-17 08:13:52 -04:00
R.J. Osborne
f54937e9fe Fixed deprecation warnings from migrations 2015-05-14 20:03:06 -04:00
ed1b774bf2 removed production seeding 2015-05-05 13:19:57 +00:00
37470d9602 Moved match generation to a class and added tournament_type to tournaments. 2015-04-27 13:54:57 -04:00
9c5c12c413 Matchups_array completely removed. I do not know why has_many matches
does not work in tournaments. The solution was to add a matches
method.
2015-04-27 09:50:41 -04:00
6d39bcb868 Remove matchups_array 2015-04-26 15:58: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
522798a2c4 Removed score from school table and added attr_accessor 2015-03-28 18:38:09 +00:00
862c69e431 Changed tournament.matchups to tournament.matchups_array 2015-03-25 00:49:23 +00:00
a6f78a6dc6 Persisting matchups 2015-03-25 00:15:27 +00:00
5fe8c394a2 Create seed for each type of poolbracket 2015-03-24 21:09:59 +00:00
c1081ef64a Generate blank matchups for pool brackets 2015-03-23 19:14:58 +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