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

28 Commits

Author SHA1 Message Date
5114ed7b08 Added a finished_at column on matches, created a callback to updated that only if finished changes and is 1, and display that on the match stats page. 2025-01-22 17:01:06 -05:00
f6bc7aa1a4 Fixed matchstats error where putting in a score then changing win type to pin does not unlock the submit button. 2025-01-22 09:21:45 -05:00
3248fdf7ca Fixed dynamic form to correctly update the final score when submitting the form 2025-01-21 16:14:15 -05:00
60814fdd94 Added a next bout number to the mat show page on the match stats 2025-01-20 11:41:07 -05:00
b241818c21 Added underscores in the stats box for the other wrestler to make it easier to follow. 2025-01-19 20:57:46 -05:00
288cb6704e Added a dynamic score form on the stats page, added stats page form validation on the in js to compliment the validation already in place on the model, and added the wrestler's score in the winner dropdown of the form. 2025-01-19 20:35:33 -05:00
f6ef471591 Updated stats for new scoring 2024-12-06 07:27:58 -05:00
86bb0b8410 Fixed spelling of Neutral 2023-01-19 22:48:41 +00:00
994fc18365 Added overtime_type to matches 2022-09-13 14:42:40 +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
2cd62bbbd5 Added P2 to stats page 2022-02-23 21:25:00 +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
e1d25d9cee Added bracket position to bout sheet and stat page. 2020-01-14 12:50:54 -05:00
d4dedfb3bd Added an edit wrestlers page for matches 2020-01-14 12:46:02 -05:00
2fdb1d8ae8 Differed is spelled wrong. Deferred is correct 2020-01-07 10:03:55 -05:00
d0cf5301e2 Put win type on bracket and made bracket text smaller 2019-02-01 15:36:37 +00:00
6bbb0b2e2c Added team abbreviation 2019-01-24 20:16:43 +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
19f10ec80b Matche edit and mat show redirect properly 2019-01-23 16:04:51 +00:00
d67a8f2b42 Refactored names of methods and some db column 2018-11-13 14:14:48 +00:00
2d966c993f Notice messages on all pages 2016-01-18 18:31:15 +00:00
633c762b2e Added all matches page and edit matches page 2015-12-31 20:07:14 +00:00
b539a769c2 removed controller actions and views not needed 2015-10-27 08:03:16 -04:00
052eb1dd95 Updated views for matches 2015-09-11 13:19:45 -04: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
Jacob Cody Wimer
7f8718af35 Added matches scaffold and ascended views of weights and schools 2014-01-24 15:16:33 -05:00