TPL allow only to have tournaments table,show fixture and do some math with it. thats all.
what i think will be better is something like having template based point table (TPL is harwired to the PHP code and does not use the template system)
Quick list of things the soccer module should have (admin side)
- In soccer exist different type of tournaments (not just all against all) so...
- Create a Tournament (from type of tournaments) (assign a season year)
- Create Teams
-Assign Teams to a Tournament
Once team are assigned, create the fixture and be able to enter data like
Dropdown menu Home Team - Dropdown menu Away tema - date, time, stadium name , TV chanel that boradcast
Great if is possible, (enter data for Goal minute, yellow cards, red cards)
- Create Players
- Assign Players to a Team (On that year)
there lots of things to make something great... i did create a module similar to what i am describing here for futbolchileno.com but i got stack ( i am not a php coder, i am just a designer actually)
http://www.futbolchileno.com/modules/torneos/index.php (Table )
http://www.futbolchileno.com/modules/torneos/team.php?team=4 (team Profile with current squad)
http://www.futbolchileno.com/modules/torneos/jugador.php?id=28 (players profile)
http://www.futbolchileno.com/modules/torneos/calendario.php?date=1360476000 (Fixture)
http://www.futbolchileno.com/modules/torneos/estadio.php?id=3 (Stadiums Profiles)
http://www.futbolchileno.com/modules/torneos/partido.php?match=55 ( Detail of a Match, currently only allow to enter minutes of the goals )
The blocks is displaying Next and Previous Matches and Maximun goal scorers
The worst part of that futbolchileno.com module, is that does not store the tournament and everything need to be emptyed though phpmyadmin at the end of the season , losing all the valued data.
thats for now... what do you think? i belive that if anything like this is created or modify it, it may work for almost any sport, so this could be called The Sports Module
anyone for the challenge??