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

TODO: Add number unique representation. #1

Open
IceMikl opened this issue Jan 10, 2022 · 2 comments
Open

TODO: Add number unique representation. #1

IceMikl opened this issue Jan 10, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@IceMikl
Copy link
Owner

IceMikl commented Jan 10, 2022

  • Decide, how to handle phone numbers, how they will be represented.
  • Create a class, which will save information about the phone numbers.
    -> PhoneNumber class must have a unique representation.
@IceMikl IceMikl added the enhancement New feature or request label Jan 10, 2022
@IceMikl IceMikl self-assigned this Jan 10, 2022
@IceMikl
Copy link
Owner Author

IceMikl commented Feb 13, 2022

Phone number format:

  • plus : boolean (e.g. true or false)
  • countryCode : str (e.g. 0 in 44)
  • nationalDestinationCode : str (e.g. 7911)
  • phoneNumber : str (e.g. 123456)
  • stringRepresentationFull; str (e.g. +447911123456)
  • stringRepresentationLocal: str (e.g. 07911123456)

@IceMikl
Copy link
Owner Author

IceMikl commented Feb 20, 2022

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

No branches or pull requests

1 participant