Re: Check validity for project/icla

2017-11-16 Thread Sam Ruby
About to call it a night, but two pointers for you to explore. On Thu, Nov 16, 2017 at 10:54 PM, Craig Russell wrote: > >> On Nov 16, 2017, at 7:45 PM, Sam Ruby wrote: >> >> On Thu, Nov 16, 2017 at 6:27 PM, Craig Russell wrote: >>> There are two validity checks: one is on the front end, and the

Re: Check validity for project/icla

2017-11-16 Thread Craig Russell
> On Nov 16, 2017, at 7:45 PM, Sam Ruby wrote: > > On Thu, Nov 16, 2017 at 6:27 PM, Craig Russell wrote: >> There are two validity checks: one is on the front end, and the other is on >> the server. > > As a general rule, it is best practice to do the validity checks in both > places. > > C

Re: Check validity for project/icla

2017-11-16 Thread Sam Ruby
On Thu, Nov 16, 2017 at 6:27 PM, Craig Russell wrote: > There are two validity checks: one is on the front end, and the other is on > the server. As a general rule, it is best practice to do the validity checks in both places. Checks in the front end can result in a more user friendly and immed