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

431 Commits

Author SHA1 Message Date
6d75d26f3b Copyright current year 2018-01-10 07:32:17 -05:00
d88000f06a Added a stats page for teams 2017-12-18 07:51:38 -05:00
7831bfaf6b Pretty up wrestler show page 2017-12-14 09:03:31 -05:00
181d56f12d Break down wrestlers points on the show page 2017-12-13 11:12:23 -05:00
7fb8e198ea Added example format for tournament date 2017-12-13 09:02:19 -05:00
0c9af7fcb3 Added stats to wrestler -> show 2017-11-14 07:43:06 -05:00
62faa4f307 Added info about bye points 2017-11-14 07:42:21 -05:00
da37cc9eff Did not want to add .swp files 2017-11-13 08:44:26 -05:00
5cfcfe0448 Added info to match edit (mat -> show) and up_matches pages. 2017-11-13 08:42:16 -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
f9fb3e4108 Remove intrusive ads 2017-08-12 23:30:00 -04:00
5f31879af8 Remove bad ads 2017-08-11 08:55:17 -04:00
3f72a912b6 Wrestler pool number is now saved in db. Pool number generation moved to it's own class. 2017-03-02 18:11:21 +00:00
8fa529dc5f Condensed the bracket pages 2017-02-01 19:37:58 +00:00
9ac3b3baa9 All brackets page gives 1 bracket per page 2017-02-01 13:47:48 +00:00
86bb0b6f3c Fixed cache names so multiple tournaments cache at once 2017-01-31 14:01:09 +00: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
3659597780 CRUD finished for Schools on frontend 2016-04-30 00:55:34 +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
84578d89da Added frontend pages and trying to model wrestlers on frontend 2016-04-26 01:14:15 +00:00
5b9f64b3f9 Created basic viewing pages in angular
Can now search and view tournaments. Can now view team scores, weights and seeds, mats and bout board
2016-04-12 21:11:18 +00:00
691d417322 Merge branch 'linemanjs' into development 2016-03-01 16:15:45 +00:00
c03402bcdb Added a mock layout and an api call for angular 2016-03-01 16:15:19 +00:00
db2e9a1c65 making navbar mobile friendly 2016-02-23 14:12:26 -05:00
dfa0972747 Added linemanjs as frontend 2016-02-10 16:33:44 +00:00
4685173548 Removed url for tournaments api 2016-02-10 15:20:52 +00:00
e215717914 Start of api 2016-02-10 15:16:58 +00:00
6d6fddea7e Fixed bug on bracket page 2016-01-30 03:34:31 +00:00
1b9151a888 First shot at setting placement points for a single pool 2016-01-28 16:36:13 +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
6282693fe3 Added printable weigh in sheet 2016-01-21 12:48:50 +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
2657f4a835 Less pages with pop up ads 2016-01-19 19:22:52 +00:00
85fb0947b5 Tutorials page added 2016-01-19 19:04:29 +00:00
a0c5c1ae8e Fixed reset password button 2016-01-19 13:26:39 +00:00
0176870431 Fixed team scores if 2016-01-19 02:55:21 +00:00
593ad6093e Fixed if rails env for ads 2016-01-19 02:50:02 +00:00
8509b6819c Added revenue hits 2016-01-19 02:44:23 +00:00
db14dceaca Google analytics 2016-01-19 02:31:32 +00:00
3b72ea83cf Added bracket position to all matches page 2016-01-18 19:08:38 +00:00
2d966c993f Notice messages on all pages 2016-01-18 18:31:15 +00:00
547dbf9371 Deducted points only need a total on wrestler show page 2016-01-13 16:08:30 +00:00
91ba292306 Fixed caching for wrestler and school show pages 2016-01-13 16:05:40 +00:00
f2e28505a6 Removed cache for wrestlers show because it will never update. Removed cache for school show because buttons requiring permissions were showing 2016-01-13 15:33:34 +00:00