This past fall, I was asked to help coach a kids team, 12-13 year olds. I played for years, know a ton of stuff about it -- I use to pitch, play first and left (I got wheels and can track down a ball). Not to be overjocked, I knew we needed a website of some kind and remembered the club starter kit -- gah! There's 3 now. I notice one is on codeplex and has a dazzling "2.0" on it ...I'm skeptical so I check it out. Subsonic with a beta 3 is out! Well, luck would have it I'm using subsonic on the project I'm currently working on. Ha, this'll be easy.
Right out of the box, there were a couple little things with just general clicking around and removing the default content, no big deal. I removed the forums area (nothing like having little Johnny's psycho mom going nuts on a public site) and started to completely rewire the stats area. The site really isn't designed out of the box for a baseball team, so I went off and added a batting and pitching section, along with a base page that displays these. Slap on some update panels and presto, I got a nice, clean looking stats page with uber cool updating. I divided up the adding into two parts, Game and Player. From there, you can add players to a "Roster" and therefore change what players were in that game, you can then input their stats which drive the main page. This is a members only area of course, but otherwise, coooool stuff.
baselist.JPG (13.15 kb) - this is an empty stats page, extra links added along with "Sponsors"
mod-addgame.JPG (16.80 kb) - add game "pop up"
mod-addplayer.JPG (8.92 kb) - add player "pop up"
I'll post up my code here sometime soon (meant to do it last night when I started this writing) along with a blank database.