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

include phone number on user profile UI in echo #34

Closed
jeffreywescott opened this issue Jul 18, 2016 · 1 comment
Closed

include phone number on user profile UI in echo #34

jeffreywescott opened this issue Jul 18, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@jeffreywescott
Copy link
Contributor

@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

@jeffreywescott
Copy link
Contributor Author

jeffreywescott commented Jul 18, 2016

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',
  }]
}

@jeffreywescott jeffreywescott self-assigned this Jul 18, 2016
jeffreywescott pushed a commit that referenced this issue Jul 18, 2016
- store phone number from IDM so that it shows up in profile panel
- store only the primary IDM email address to avoid confusion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant