Description
A roller dery bout is a competition between two teams on a specific date.
Right now, the roster sheet is managed by a spreadsheet. The end result is a printed page with all the details about the event, teams and rosters.
I've begun the process of creating a database schema and a few rudimentary pages. But I don't have time to complete it.
Basically, I need pages to enter data (League -> Team -> Player), and a calendar based event creation where you pick two teams plus add bout information. (Location, announcers, etc)
Written in php/mysql so that I can maintain it.