1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
e97aa0d680 Fixed N+1 on up_matches and added html cache. 2026-02-13 18:02:04 -05:00
2767274066 Added queues for mats and provided a way for tournament directors to move matches to a mat. 2026-02-03 17:50:52 -05:00
b4bca8f10a Fixed calculate team scores button, fixed import button, fixed deleting a mat causing match deletes 2026-01-10 23:39:23 -05:00
6e61a7245a Added a separate table to record background job status for tournaments and fixed migrations/schemas for solid dbs. Foreign key constraints are now added to the migrations where we do belongs_to. 2025-04-15 16:16:44 -04:00
690e497654 Fixed mat assignment rules to be db agnostic with comma delimited strings and upgraded test env db to mariadb 10.10 to match production. 2025-01-25 20:02:22 -05:00
e612a4b10e Fixed the query for unassigned matches on the up_matches page and also only allow mats to get a new match assigned if they have less than 4 unfinished matches. Added mats to the finish_tournament_204 rake task. 2025-01-10 16:02:37 -05:00
bb3b05ee81 Fixed auto byes and wrote a test 2025-01-05 10:32:16 -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
6cb523e350 config.load_defaults is now 7.1 and I had to add optional belongs to to a couple models as a deprecation from the 4.2 to 5.0 upgrade 2024-03-19 08:36:33 -04:00
c3480909a2 Fixed school show caching 2023-01-19 01:47:32 +00:00
eb56b9d16c Clear the cache of wrestlers when next matches are assigned to a mat 2023-01-09 19:19:30 -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
d42b683f67 Added a sort by bout number for assign_next_match 2022-01-19 03:28:16 +00:00
d67a8f2b42 Refactored names of methods and some db column 2018-11-13 14:14:48 +00:00
cda7e21d34 Fixed typo to fix bug 2018-01-31 09:31:03 -05:00
ebbc92e0c0 Only assign matches with about number 2018-01-31 09:15:48 -05:00
cce30bdf3a Fixed mat assignment when matches are finished 2016-01-11 16:48:08 +00:00
f46029efaf Added logic to delegate tournament access 2016-01-06 18:38:02 +00:00
198c6d5e82 Model validations 2015-12-30 19:04:41 +00:00
54ecbe9451 Revert "Added memcached and set up cached items for up_matches page"
This reverts commit 983cc9c667.
2015-12-17 19:20:18 +00:00
983cc9c667 Added memcached and set up cached items for up_matches page 2015-12-17 18:44:24 +00:00
7970ff000c Re assign bouts to mats if mat is destroyed or created 2015-12-14 20:23:47 +00:00
c9125527d7 Fixed pooladvance and updated views for when tournament ends 2015-12-04 13:26:32 +00:00
f14fbadfd1 Reducing queries for up_matches on mat model 2015-11-02 11:58:51 -05:00
0fd3bd64fe Added a bout board 2015-06-19 15:25:01 +00:00
Jacob Cody Wimer
a3e1573c51 Removed weight mat association 2014-01-30 10:38:50 -05:00
Jacob Cody Wimer
c5a7bc3815 A ton of stuff was done to finalize the app for use 2014-01-25 05:28:42 -05:00