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

67 Commits

Author SHA1 Message Date
3e4317dbc5 Using action cable to send stats updates to the client and made a spectate page. 2025-04-21 17:12:54 -04:00
2d433b680a Upgraded to rails 8.0.2, moved from dalli to solid cache, moved from delayed_job to solid queue, and add solid cable. deploy/rails-dev-run.sh no longer needs to chmod. Fixed finished_at callback for matches. Migrated from Devise to built in rails auth. Added view tests for the bracket page testing that all bout numbers render for all matches in each bracket type. 2025-04-08 17:54:42 -04:00
010d9a5f6b Added all_results page to tournaments 2025-03-11 12:32:18 -04:00
91e1939e69 Added a feature to generate uuid links for coaches to submit their school lineups. 2025-02-18 16:39:10 -05:00
49fbf6735d Added tournament backups to the database and added pages to restore and create backups 2025-01-04 16:27:52 -05:00
a851436c0c Removed single weight match generation, fixed bracket names, reload weight matches for pool order, and auto delete errrored jobs 2024-12-16 00:02:30 -05:00
ad8e486205 Added mat assignment rules for the bout board and fixed the bug where a delegate making the tournamnet info public changes them to the owner 2024-11-25 16:25:59 -05:00
bde2b6d8c4 Added tests for assign_next_match mat action permissions 2023-01-09 19:55:19 -05:00
6b57246080 Fixed the mat#show route by defining the correct vars in the controller and added a route for assign_next_match on mat 2023-01-09 19:16:36 -05:00
194fbca978 Updating calculating team scores as a put 2021-12-21 02:38:43 +00: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
d93a03ff87 Display tournament show page when going to /tournament/:id/brackets 2019-02-06 19:59:35 +00:00
2b92bdaf66 Preliminary import/export feature 2019-01-30 20:16:56 +00:00
0be27f05fd Removed sidebars, added tournament navbar, and removed chitika ads 2019-01-23 16:05:34 +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
aaf21d6e92 Added delayed_job_web gem for easier insight into jobs queues 2019-01-07 19:52:52 +00:00
d88000f06a Added a stats page for teams 2017-12-18 07:51:38 -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
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
84d48bbee3 Made login form look better and made user
menu look better.
2016-04-28 01:58:48 +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
731131073f Specified ruby 2.3.0 2016-02-10 14:10:42 +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
6282693fe3 Added printable weigh in sheet 2016-01-21 12:48:50 +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
c6626988db Added pages for teampointsadjust and spearated wrestler and school deducted points 2016-01-12 17:36:45 +00:00
76eef7ce87 Added ad back with conditions 2016-01-08 15:19:17 +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
633c762b2e Added all matches page and edit matches page 2015-12-31 20:07:14 +00:00
41ca12c5d1 Added my tournaments page 2015-12-15 15:24:13 -05:00
68fe5e4f90 Updated views for wrestlers show page 2015-12-04 19:50:32 +00:00
ce2e80a2b4 Created about page 2015-11-30 15:18:03 +00:00
4fae1c2896 Moved static pages actions to tournament where it made sense 2015-11-05 02:38:39 +00:00
f86a577c8b Moving pages to tournament from static_pages 2015-11-04 16:10:56 -05:00
d1437a56af Added tests for matches controller 2015-10-29 07:53:47 -04:00
432b99a0cf Revert "Added loader.io route"
This reverts commit 970c28e360.
2015-10-21 07:56:27 -04:00
970c28e360 Added loader.io route 2015-10-21 07:53:55 -04:00
db0c6df1dc New home page 2015-10-20 08:05:33 -04:00
ce2a7b28bc Created a weigh in page 2015-06-30 17:59:02 +00:00
81f233cb0e Added button to generate matches 2015-05-26 17:53:53 +00:00
89e6a81bd1 Moved jquery and datatables back to asset pipline. Log out now works 2015-05-05 12:39:15 +00:00