AlexRaubach / ListFortress

Track X-Wing Second Edition Tournament Results
https://listfortress.com/
MIT License
13 stars 6 forks source link

Improve exports of old League seasons #41

Open AlexRaubach opened 3 years ago

AlexRaubach commented 3 years ago

Currently the only way to export a Vassal League season is by converting it to CSV. However, that doesn't work for the old list juggler seasons which instead just throw a 500 error (NoMethodError (undefined method `id' for nil:NilClass).

There are a couple TODO items: Fix it so that old seasons can be exported without error Import the full data on the old seasons from the ListJuggler mysql dump Sozin sent me and/or finish writing an API to export league data so consumers don't have to parse a csv.