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

Future: analytics should use extractor package to get email #36

Open
RobertLowe opened this issue Jul 7, 2015 · 3 comments
Open

Future: analytics should use extractor package to get email #36

RobertLowe opened this issue Jul 7, 2015 · 3 comments

Comments

@RobertLowe
Copy link
Contributor

No description provided.

@pauldowman
Copy link
Member

👍 yes we need to publish that package too :-)

@RobertLowe
Copy link
Contributor Author

Yea, I also have another issue for that, it would be nice to make it more generic, like a general extractor, so you can pluck any property like full_name, first_name, last_name, username, emails, email, etc

Extractor.get('full_name', user)
Extractor.get('email', user) // first email
Extractor.get('emails', user) // all emails

Just posting this as a reminder.

Cheers

@deanrad
Copy link
Contributor

deanrad commented Sep 23, 2015

I guess I'm late to the party on this one - what is Extractor ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants