taborlab / Iris

The Light Program Interface
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Handson Table error checking #181

Closed BrianLandry closed 9 years ago

BrianLandry commented 9 years ago

Implement error checking based on the google spreadsheet conditions.

@SynbioLucas Can you confirm that the google spreadsheet contains the complete specification for error checking for the Handsontable?

SynbioLucas commented 9 years ago

As far as I know, it's complete.

One thing that may be incomplete and depends on how validation works is checking empty cells. Make sure it can handle someone entering a space or special character (not empty, but still wrong, though not wrong in the same way as an invalid input number). Basically, just be sure to type check everything as well as checking the things in the Google doc.