b571bcc749
Fix calculate team scores
2021-12-21 01:23:28 +00:00
8430949a37
Fixed a couple slow queries
2021-12-11 03:08:43 +00:00
ad259f00b5
Fixed n+1 error for matches page on tournament
2021-11-08 22:42:55 +00:00
0aea26967a
Added quick create high school girls weight classes
2021-02-18 20:27:44 +00: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
ac0cdc25a3
Added manual pool order button
2020-01-14 14:54:24 -05:00
7ffdd3edf5
Added button to calculate all team scores
2020-01-14 13:16:34 -05:00
d4dedfb3bd
Added an edit wrestlers page for matches
2020-01-14 12:46:02 -05:00
ca8b187267
Limit searches to 200
2020-01-07 07:32:13 -05:00
2b92bdaf66
Preliminary import/export feature
2019-01-30 20:16:56 +00:00
46b8888245
Need to delete the return_path when on schools show otherwise you get redirected to another school you browsed
2019-01-30 20:16:23 +00:00
972c5af093
Put number next to school on team scores page and included team scores into all brackets
2019-01-30 14:16:26 +00:00
0599faa173
Updated messages for actions that will require extra steps.
2019-01-24 14:13:22 +00:00
c721abe1f6
When deleting a wrestler from weights show page, it now redirects to weights show
2019-01-24 13:44:53 +00:00
6073d9c331
Fixed matches show page
2019-01-23 20:16:48 +00:00
b001445090
Fixed redirect for match editing and added controller tests. Added wrestler school name to match edit form. Added authorization tests to all matches page.
2019-01-23 19:35:19 +00:00
bb8ec92bf0
Added a default redirect when updating a match
2019-01-23 18:38:14 +00:00
0be27f05fd
Removed sidebars, added tournament navbar, and removed chitika ads
2019-01-23 16:05:34 +00:00
19f10ec80b
Matche edit and mat show redirect properly
2019-01-23 16:04:51 +00:00
31323593c9
Added baumspage roster importer
2019-01-10 13:25:31 +00:00
07b51103bf
Create bout sheets and make all printable pages go to a new window
2019-01-08 16:03:33 +00:00
2a506e072d
Devise needs to prepend forgery
2019-01-08 16:02:25 +00:00
d67a8f2b42
Refactored names of methods and some db column
2018-11-13 14:14:48 +00:00
ada1cac436
Corrected query for upcoming matches on bout board
2018-02-01 07:44:58 -05:00
a36a083826
Moved files out of the root of the project to bin and deploy where they belong
2018-01-09 07:58:37 -05:00
d88000f06a
Added a stats page for teams
2017-12-18 07:51:38 -05:00
181d56f12d
Break down wrestlers points on the show page
2017-12-13 11:12:23 -05:00
e168d0b51d
Added functionality for a tournament director to move a wrestler to a pool that has a bye for greater flexibility
2017-08-29 13:02:00 -04:00
c839e2e843
Fixed a eager load bug
2017-06-09 18:00:20 -04:00
98e63a2ff0
Upgraded to Rails 5.1.1
2017-06-08 21:45:36 -04:00
b5d07e103e
Swap wrestlers moved from edit wrestler to the bracket page
2017-01-31 13:43:56 +00:00
d7c82a8d71
Fixed bug on wrestler form to allow a tournament director to move a wrestler to another school
2017-01-18 13:53:17 +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
2f9c54df2e
Refactored match generation so I can eventually support multiple types of tournaments
2016-05-14 13:28:28 +00:00
84d48bbee3
Made login form look better and made user
...
menu look better.
2016-04-28 01:58:48 +00:00
425e7f5fc5
Frontend authentication working.
2016-04-28 01:13:58 +00:00
9bd36d2cb0
Added a search to both api and frontend
2016-03-02 14:08:14 +00:00
817e1fb0c1
Moved api call to a service
2016-03-02 13:34:41 +00:00
dfa0972747
Added linemanjs as frontend
2016-02-10 16:33:44 +00:00
e215717914
Start of api
2016-02-10 15:16:58 +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
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
2b1b9270fd
Can edit wrestler school
2016-01-22 14:12:56 +00:00
e48d473807
Revert "Eager load users and delegates for tournaments, eager load delegates and tournament for schools"
...
This reverts commit 911faceb7c .
Permissions to edit a wrestler are not working in production.
2016-01-22 13:21:13 +00:00
6282693fe3
Added printable weigh in sheet
2016-01-21 12:48:50 +00:00
911faceb7c
Eager load users and delegates for tournaments, eager load delegates and tournament for schools
2016-01-20 20:37:15 +00:00
c0ab1cc56c
Remove caching for school show view and eager load correctly
...
Could not do the caching properly with action buttons having permissions associated. The caching method was being called for every wrestler and took 150ms
2016-01-20 19:58:52 +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
85fb0947b5
Tutorials page added
2016-01-19 19:04:29 +00:00
ae59cb2b21
Trying to eager load in a few places
2016-01-14 19:38:51 +00:00