Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client-side validation #14

Closed
mgtlake opened this issue Mar 4, 2019 · 0 comments
Closed

Client-side validation #14

mgtlake opened this issue Mar 4, 2019 · 0 comments

Comments

@mgtlake
Copy link
Member

mgtlake commented Mar 4, 2019

Currently, most non-trivial validation is done server-side. This means that any errors wipes all fields, and requires re-entry.

This is not ideal, particularly at market day when there's a line of students.

I propose to move as much of the validation as possible to the client side, to allow faster detection of errors and correcting of the specific erroneous fields, without retyping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants