lhayhurst / xwlists

A web site to track X-Wing Miniature Combat lists.
http://lists.starwarsclubhouse.com
MIT License
18 stars 7 forks source link

Salvaged Astromech, Illicit slots missing from CSV export #57

Closed chrisalleng closed 8 years ago

chrisalleng commented 8 years ago

Current csv headers are

[ 'Tourney', 'tourneyType', 'tourneyDate', 'player', FACTION, 'points', 'swiss_standing', 'elim_standing', \ 'listId', 'Ship', 'Pilot', EPT + ".1", EPT + ".2", TITLE, \ CREW + ".1", CREW + ".2", CREW + ".3", \ DROID, SYSTEM, MOD + ".1", MOD + ".2", \ CANNON, MISSILE + ".1", MISSILE + ".2", TORPEDO + ".1", TORPEDO + ".2", BOMB, TURRET, TECH ]

Test with the 2015 worlds results, no illicit or salvaged astromech headers or values were filled, though they appear in the lists on the site.

lhayhurst commented 8 years ago

hmm, good one, will add it, ty.

lhayhurst commented 8 years ago

ok, patched, here's a preview. rolling out now.

https://docs.google.com/spreadsheets/d/16Dy-QvYG5Y_D_vRZQlg9p2-ZJoXdNOd_gs4xlaXiL3g/edit?usp=sharing

lhayhurst commented 8 years ago

done. give it a shot and tell me if it looks good to you? also, if you find yourself struggling with this data in its denormalized state, give me a shout and I can probably roll up something more specific to your needs.

chrisalleng commented 8 years ago

Wow, that was fast, thanks! I'm seeing Salvaged Astromechs now, but still no illicits. And sounds good, so far the data is fine for what I need though

lhayhurst commented 8 years ago

gah, that's what I get for multitasking. this is a really easy change :-) give me a sec.

lhayhurst commented 8 years ago

ok, give it a shot!

chrisalleng commented 8 years ago

There we go! Thanks again