The SQL database has over 4,500 games, stretching all the way back to the 2000 season!
Next game Mar 20th 19:30 vs Blu (@MCG) in 1 day.
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.
- T = team
- P = played
- W = won, L = lost, D = drawn
- PF, PA = point for or against.
- % = percentage (PF/FA * 100)
- PP = premiership points.
- C = crowd
- OF = opposition ladder finish
- WR = win ratio (takes into account draws)
- S = streak. eg. W3, L2
- WLD = wins-losses-draws
- L5 = result of last five games (can be any number); eg. W-W-L-D-W
- VN = venue
- Y = year
- DS = days since
- GS = games since
- YS = years since
eg. '{ + vs Haw / C }' = average crowd for games vs Hawthorn
eg. '{ + <15k / W }' = number of wins when crowds below 15,000.
''ACT''; Manuka
''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, 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''; Jiangth Stadium (China), Wellington (NZ)
Started on the GUI. Converting the JAVA to Javascript. Which is a bigger task than I was expecting!