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

Make address (and other) info validation visible to members #56

Open
WillNilges opened this issue Jul 19, 2024 · 3 comments · May be fixed by nycmeshnet/meshdb#609
Open

Make address (and other) info validation visible to members #56

WillNilges opened this issue Jul 19, 2024 · 3 comments · May be fixed by nycmeshnet/meshdb#609
Assignees

Comments

@WillNilges
Copy link
Collaborator

We do some validation/correction to peoples' info when they submit the join form right now. That isn't visible to them, so it might be wrong, and neither them nor us would know.

We should confirm with the member before "final" submission to ensure that their information is accurate.

@WillNilges
Copy link
Collaborator Author

image

@WillNilges
Copy link
Collaborator Author

Thoughts: Keep it simple, stupid. Do the bare minimum validation on the client (making sure the form isn't empty) and then centralizing as much of the validation as possible in one place (MeshDB) will be good for us.

Only exception is if we need the client's IP address to get around that one API that rate limits us. (Which API was that again?)

@WillNilges
Copy link
Collaborator Author

#77

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

Successfully merging a pull request may close this issue.

1 participant