Commander database
Everything is custom code. I decided not to use any existing libraries other than jQuery.
Doing the pager took some attempts but laying it down on a paper did wonders.
Planned features:
- Filter by up to 5 abilities
- Add ability icons
Technical stuff:
All the data is 95% generated. The rest 5% is currently set by hand. I haven't finished the "Data Collector" for those. The data is generated by first extracting AttribArchive.sga and then converting all commanders, commander upgrades, abilities to .txt with Copernicus' Tools. Then my C# app performs a gigantic loop over these files and outputs a valid SQL list.
Here's a screenshot of the C# app (click for full size):
Update: 100% automatically generated data.
Update #2: I'm also willing to share the generated data with anyone who finds it useful. I require giving credits for public use.