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

Add support for reading endYear from the public export #121

Open jfly opened 5 years ago

jfly commented 5 years ago

We want to add an endYear column to the public export, but we can't because it would break the workbook assistant. See https://github.com/thewca/worldcubeassociation.org/issues/2593#issuecomment-511531933 for more information.

I personally think it would be best for the WA to be re-written so it doesn't depend on the ordering of the columns in the database export.

AlbertoPdRF commented 5 years ago

I personally think it would be best for the WA to be re-written so it doesn't depend on the ordering of the columns in the database export.

I don't know how much work that is, but if it requires a significant amount of work, it may be better to just work towards https://github.com/thewca/worldcubeassociation.org/issues/225 instead.