Matt Trask
Matt Trask
In the GUI, it would be nice to be able to click and change a column name, any type of key, etc. Since this is based heavily off Sequel Pro,...
A few things Ive noticed to help make this a more modern and extensible site: - Composer Autoloader - Database Migration Tool (Phinx) I think these tools, as well as...
Make a Shiny server so people can assemble an infographic with the stats they want to see.
Modify it to graph data for another state, or perhaps a version using the Nashville Health Dept data.
I'm sure my code is engaging in some unnecessary contortions, either because it's "evolved", or because I don't know what I'm doing.
Make a new graph or map. Again, if the state has similar data, compare against it to make sure it's working correctly.
The graphs/maps that aren't being used in the infographic have bitrotted a bit. Give them a little TLC to get them working again. Double-check the output against the state's numbers...
Run R's lint() on files and clean up things (just remember that lint gives suggestions, not always good advice). Add comments to the code. Fix any stupid mistakes I made.
PHP Version should at least be 5.5, and PHPUnit needs to be bumped up to at least 5.0. 5.0 still supports back to 5.5. I have a pull request for...