International-Aerobatic-Club / iaccdb

IAC Aerobatic Contest Database
iaccdb.iac.org
1 stars 1 forks source link

Remove most string length limits from `schema.rb` and validations #270

Open djmolny opened 1 week ago

djmolny commented 1 week ago

The limits were probably instituted to ensure consistent formatting of Rails views. Unfortunately they also limit flexibility and cause problems, e.g., rejecting a POST /contests request from www.iac.org because the contest name is too long.

We may want to keep a few limits, notably Contest#state.