sfcma / members

1 stars 1 forks source link

Move member#edit validation to client-side #30

Closed dan-brewster closed 7 years ago

dan-brewster commented 8 years ago

Thanks to the terrible way I built the page, any server-side validation failures on member#edit cause the user to lose any changes they made to instruments or sets. We should make sure all server-side validates are first validated on the client.

dan-brewster commented 7 years ago

This whole process will change to be granular, we'll handle it there.