The SQL database has over 4,500 games, stretching all the way back to the 2000 season!
Next game Apr 21st 15:20 vs Cat (@MCG) in 2 days.
Haven Crunch (Myrtle v3.01)
?
Crunches (v0.65);
- added ladder columns; L5, S, and %2 (SA percentages).
- option for simple add column. eg. ''{+DS}'' to add 'Days Since'.
- can now add opponents and venues to column list. eg. Haw/C.
Myrtle GUI (v3.01);
- fixed sorting of null column values.
- hold alt button and click a column for simple bar graph.
- added option to save current screen as .png.
- finally worked out to hide the offscreen canvas!
To Do List;
- column headers need to be constrained inside max column width.
- fix save and load button.
- general aesthetics of tables and graphs.
- add description of column data to make tables more readable.
- add user colour options.
- more column selectors (only have team and venues at the moment).
- fix margin parameters (not working properly).
- column sorting for non-number (text) data.
Ladder Columns;
- use curly brackets to reset columns; eg. { T P W L D }
- use + to add a column eg. { +DS }
- traditional; T, P, W, F, A, %, PP
- W%, L%, D%, WR, P%
- C, OF, VN, Y,
- S (Streak), WLD (win-loss-draw), L5 (last 5)
- DS, GS, YS (units since)
- modifiers; + (max), - (min), ! (avg), = (total). eg. C+ for maximum crowd
- column selectors; eg.
eg. '{ + Haw/C }' = average crowd for games vs Hawthorn
eg. '{ + <15k/W }' = number of wins when crowds below 15,000.
eg. '{ + @MCG/P }' = number of games played at the MCG.
List of Venues
''ACT''; Manuka
"IS" (Interstate) - venues outside of Victoria.
''NSW''; Blacktown Oval, SCG, Stadium Australia, Sydney Showgrounds
'''NT''; Mararra Oval (Darwin), Traeger Park (Aice Springs)
''QLD''; Carrara (Gold Coast), Cazalys Stadium (Cairns), The Gabba, Riverside Oval (Townsville)
''SA''; Adelaide Oval, Barossa Park, Football Park, MtBarker, Norwood Oval
''TAS''; Bellerive Oval (Hobart), York Park (Launceston)
''VIC''; Docklands, Eureka Stadium (Ballarat), Kardinia Park (Geelong), MCG, Princes Park
''WA''; Perth Stadium, Subiaco, The WACA
''OS'' (Overseas); Jiangth Stadium (China), Wellington (NZ)
Started on the GUI. Converting the JAVA to Javascript. Which is a bigger task than I was expecting!