thewca / wca-workbook-assistant

Java application for processing Excel workbooks with WCA competition results for uploading them to the WCA database
7 stars 4 forks source link

Fix for #74 #82

Closed jfly closed 10 years ago

jfly commented 10 years ago

I'm playing around with git branches. Here's a fix for #74, but I applied it on top of all the stuff I did https://github.com/cubing/wca-workbook-assistant/pull/81, so it isn't really any easier to read, sorry.

jazzthief81 commented 10 years ago

Works fine, thanks! For a more elegant solution, we probably need to change some things in TNoodle first so that it can handle multiple attempts for multiple blindfolded.

jfly commented 10 years ago

Yeah, we'll have to start there. It's kind of nice that we don't have to worry about backwards compatibility for much of anything, as delegates are required to use that latest version of tnoodle. I don't think there's a big barrier to changing the results format (other than the fact that we have 3 different codebase that need to be speaking the same language!) I do think that we should ignore this problem for now and get something released.