alexhenning / wpi-suite-tng

Rewrite of the WPI Suite project management application
Other
5 stars 3 forks source link

Requirement panel field validation code should be cleaned up #113

Open jpalnick opened 11 years ago

jpalnick commented 11 years ago

from fixing all the issues with the field validation, the code is now really messy and sometimes repeats things. I would advise cleaning up the code to put all the field validation into one function, and making sure that it only gets run once per update.

at the moment I think everything is running twice. At least the estimate/actual effort field validation is.