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

Check for wrongly entered multiple blindfolded results #99

Closed jazzthief81 closed 9 years ago

jazzthief81 commented 10 years ago

We regularly get wrong multiple blindfolded results in the database because people forgot to enter them in seconds (instead of minutes). We could check if the time is reasonable for the amount of attempted cubes and give a warning if it exceeds that time.

Example: account 20 seconds for each attempted cube. A time of 40 seconds for 2/2 cubes would still be valid, but it would not be considered valid if someone did 12/12 cubes in 40 seconds.

jazzthief81 commented 9 years ago

Implemented in such a way now so that it gives a warning if the average time per tried cube is faster than the current single 3x3x3 blindfolded world record.