-
Notifications
You must be signed in to change notification settings - Fork 170
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
Add phone number validations for European countries #251
Comments
I'll try to get that one started by implementing Switzerland, but once I got the hang of it, I can continue with other countries too. |
I'll try to get into this as well and will start with Germany. |
@marioaae should we pair up, maybe? If you want to, just ping me on discord (I posted in the zio-schema channel, so you should easily be able to find me) |
I will try Serbia. |
I will try Portugal. |
I will do Hungary. |
This ticket needs to be updated to reflect which validators have already been implemented, and which remain. |
I can't update the initial task, but I went through the list: all of the validations (and many more) are done, so this issue can be closed, I suppose. |
ISSUE
There is no constructor for
zio.schema.validation.Validation
which can validate a European country phone number.NOTE: This is 50 tickets in one. Please signup for one or more of the tickets by checking them below.
SOLUTION
Using other constructors which already exist in
zio.schema.validation.Validation
(which include regex validation, string length checking, and numeric range checking), introduce a new constructor that satisfies the requirements of this issue.IMPACT
Increasing the number of constructors for
Validation
will make it far easier to use thevalidation
package toWHERE TO LOOK
PROBLEMATIC ISSUES
Issue #248 must be completed first, or at least, this issue must be based off of #244.
The text was updated successfully, but these errors were encountered: