Closed ironjan closed 8 years ago
You can only enter years before 2011-2021.
You can enter years before 2011; you can enter at most 1 + current year.
http://api.rubyonrails.org/classes/ActionView/Helpers/DateHelper.html#method-i-date_select and set min year to 1970, because there are really, really old exams in our collection.
Optional: change month input to number, not name. This disrupts the input flow.
Potential Defect
How does this problem happen?
What does happen?
You can only enter years before 2011-2021.
What do you expect to happen instead?
You can enter years before 2011; you can enter at most 1 + current year.
Potential Fix
http://api.rubyonrails.org/classes/ActionView/Helpers/DateHelper.html#method-i-date_select and set min year to 1970, because there are really, really old exams in our collection.
Optional: change month input to number, not name. This disrupts the input flow.