49fbf6735d
Added tournament backups to the database and added pages to restore and create backups
2025-01-04 16:27:52 -05:00
698576dac9
Fixed the POSt endpoint to accept bracket positions
2025-01-04 16:26:57 -05:00
7e6d7ddfbb
Updated seeding logic for double elim to make byes truly random and to keep bracket lines consistent through match generations
2024-12-23 16:17:43 -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
f18802a933
Fixed double elim bracket views, fixed double elim match generation and loser name generation for 4 man bracket, fixed seed page submission and added tests, added tests for tournament generation errors and added a new error for assigning a seed higher than the number of wrestlers.
2024-12-08 19:29:56 -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
371b44977f
Redirect errors on match#stat back to match#stat
2023-01-09 19:27:31 -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
c328bbd91c
Added is_public to a tournament to hide lineups and brackets until you're ready to make it public
2023-01-01 23:16:12 -05:00
994fc18365
Added overtime_type to matches
2022-09-13 14:42:40 +00:00
645fb59e5b
Fixed tournament search to search each term for both date and name
2022-09-08 14:13:21 +00:00
907a2eadef
Fixed bug on matchstats where p2 was out of line and time_ago_in_words wasn't working
2022-04-29 11:09:22 +00:00
cce2e5b5f8
When delegating, only directly match the email to not expose user emails
2022-02-23 21:25:01 +00:00
58d088907a
Allow nil when modifiying match wrestlers, allow nil when stating a match, fixed tournament navbar on wrestler edit, fixed tournament navbar on edit match wrestlers
2022-01-24 21:54:50 +00:00
d42b683f67
Added a sort by bout number for assign_next_match
2022-01-19 03:28:16 +00:00
194fbca978
Updating calculating team scores as a put
2021-12-21 02:38:43 +00:00
1c8e3af5f4
Fixed navbar on school show page
2021-12-21 02:04:08 +00:00
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