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

Better country code validation #6

Open
2 tasks
bbengfort opened this issue Dec 22, 2020 · 1 comment
Open
2 tasks

Better country code validation #6

bbengfort opened this issue Dec 22, 2020 · 1 comment
Labels
enhancement New feature or request identity

Comments

@bbengfort
Copy link
Collaborator

In the iso3166 package there is very lightweight country code management for ISO-3166-1 Alpha 2 and 3 codes. However, these codes are not incorporated into legal person and natural person validation in the IVMS 101 code base. Users should be able to specify either a country or a country code and have it correctly modified by the IVMS101 package.

IVMS 101 country code validation is here:

@bbengfort bbengfort added enhancement New feature or request identity labels Dec 22, 2020
@bbengfort
Copy link
Collaborator Author

Note that in 03d5820 I added a List method to the iso3166 package to return all of the country codes in the packet as well as a lightweight case-insensitive search method based on prefix to Find.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request identity
Development

No branches or pull requests

1 participant