We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@jeffreywescott commented on Thu Jul 14 2016
@shereefb commented on Tue Jul 12 2016
We are missing a learner today, and their team needed to reach out to NeEddra to get his phone number.
Let's make these easily accessible from the echo in the user profile. And ask everyone to fill them out in the welcome message.
Related: LearnersGuild/los#29
The text was updated successfully, but these errors were encountered:
This means pulling the phone number from the IDM profile and saving it into echo's Meteor with this structure:
{ _id: 'xxx', emails: [{ address: 'me@example.com', verified: true }], phone: [{ phoneNumber: '+1-415-123-4567', }] }
Sorry, something went wrong.
Fixes #34. Fixes #35. Echo profile improvements.
4211d71
- store phone number from IDM so that it shows up in profile panel - store only the primary IDM email address to avoid confusion
jeffreywescott
No branches or pull requests
@jeffreywescott commented on Thu Jul 14 2016
@shereefb commented on Tue Jul 12 2016
We are missing a learner today, and their team needed to reach out to NeEddra to get his phone number.
Let's make these easily accessible from the echo in the user profile. And ask everyone to fill them out in the welcome message.
@jeffreywescott commented on Thu Jul 14 2016
Related: LearnersGuild/los#29
The text was updated successfully, but these errors were encountered: