Matt Hackmann
Matt Hackmann
Removed hard coded ".dust" extension and updated constructor with a third "options" parameter to set what the file extension is. Also opens the door for further configuration in the future.
Plus unit tests
In the bracket stats admin page, show the number of users who have never voted in the bracket for each round
`LEFT OUTER JOIN` in `getVoteAdjustedEliminationsCharacters` is always guaranteed to return one row, whether there's vote data or not.
Add a tab where a user can bulk nominate entrants via CSV/JSON file. Can parse in browser and spam existing XHR endpoint for lazy implementation.