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

144 Commits

Author SHA1 Message Date
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
c6626988db Added pages for teampointsadjust and spearated wrestler and school deducted points 2016-01-12 17:36:45 +00:00
fb157887a6 Added ability to remove permissions 2016-01-08 13:14:29 +00:00
bd5768b037 Views for school and tournament delegates 2016-01-07 20:18:36 +00:00
dd9e19b43f Added views to delegate tournament permissions 2016-01-07 19:55:15 +00:00
612902aa91 School delegates permissions are working 2016-01-07 16:08:46 +00:00
f46029efaf Added logic to delegate tournament access 2016-01-06 18:38:02 +00:00
c012682e77 Added tournament search 2016-01-04 19:20:05 +00:00
633c762b2e Added all matches page and edit matches page 2015-12-31 20:07:14 +00:00
f3936b0906 Updated seeds redirects to tournament now 2015-12-31 17:34:51 +00:00
669b026795 Fixed indentations 2015-12-31 17:31:32 +00:00
c9ff63548b Fixed check_access bug 2015-12-31 01:56:10 +00:00
44b5970104 Fixed validation bug 2015-12-31 01:24:20 +00:00
2d2d6a2e9c Fixed weights controller test 2015-12-30 19:58:15 +00:00
9fb1615120 Fixing controllers and views with validations 2015-12-30 19:42:58 +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
a8bb011bfe Check for all matches on all brackets page 2015-12-24 21:32:06 +00:00