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

Normalizing phone numbers in our DB #139

Open
tomfbiz opened this issue Oct 3, 2018 · 0 comments
Open

Normalizing phone numbers in our DB #139

tomfbiz opened this issue Oct 3, 2018 · 0 comments

Comments

@tomfbiz
Copy link

tomfbiz commented Oct 3, 2018

Currently we normalize phone numbers "on the way out" using our phone_number object, and the phonenumbers python package.

Generally we store phone numbers both with and without country codes, generally without any punctuation.

Should we normalize to make the phone numbers more consistent to make them searchable? Maybe we should include the country code, since we may eventually accept phone numbers that are different country than the order country.

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

1 participant