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

✨Improve phone registration #3624

Merged
merged 18 commits into from
Dec 2, 2022

Conversation

odeimaiz
Copy link
Member

@odeimaiz odeimaiz commented Nov 30, 2022

What do these changes do?

We had a couple of users hitting a wall at the phone registration step. Apparently, the phone number validation method is not enough.

In order to make the phone number registration process smoother, this PR integrates the third party intl-tel-input library. This library converts a phone-input field into a form with a list of countries, and their country codes, together with a placeholder for each case. It also provides a method to convert user specified phone number to E.164 format, required by our Messaging service.

PhoneRegistration

Related issue/s

Improves 2FA ITISFoundation/osparc-issues#765

How to test

Checklist

@odeimaiz odeimaiz added this to the Athena milestone Nov 30, 2022
@odeimaiz odeimaiz self-assigned this Nov 30, 2022
@odeimaiz odeimaiz changed the title Improve phone registration WIP: Improve phone registration Nov 30, 2022
@odeimaiz odeimaiz changed the title WIP: Improve phone registration ✨Improve phone registration Nov 30, 2022
@odeimaiz odeimaiz added a:frontend issue affecting the front-end (area group) changelog:✨new-feature labels Nov 30, 2022
@odeimaiz odeimaiz marked this pull request as ready for review December 1, 2022 09:50
Copy link
Contributor

@GitHK GitHK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 very nice!

@odeimaiz odeimaiz enabled auto-merge (squash) December 1, 2022 10:12
Copy link
Member

@sanderegg sanderegg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that looks very pretty!

Copy link
Member

@pcrespov pcrespov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@sonarcloud
Copy link

sonarcloud bot commented Dec 2, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@odeimaiz odeimaiz merged commit 4b2db6c into ITISFoundation:master Dec 2, 2022
@odeimaiz odeimaiz deleted the feature/2fa-to-e164 branch August 20, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:frontend issue affecting the front-end (area group)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants