antialiasis/serebii-fanfic-awards

Be consistent about when validation happens

Opened this issue · 1 comments

Right now, fic eligibility is validated when you enter a link, but everything else is only validated when you submit the form. This is a bit silly - to members there's no obvious reason they should sometimes be stopped as soon as they enter a link and sometimes not. We could validate that you're not nominating yourself in the LookupView (which should really be moved to awards and had its name changed now that it's performing award validation functions) and have something on the client side to stop you if you're trying to nominate the same fic/author too many times.

This should also include validating character limits for nomination details.