analytics icon indicating copy to clipboard operation
analytics copied to clipboard

Future: analytics should use extractor package to get email

Open RobertLowe opened this issue 9 years ago • 3 comments

RobertLowe avatar Jul 07 '15 19:07 RobertLowe

:+1: yes we need to publish that package too :-)

pauldowman avatar Jul 09 '15 02:07 pauldowman

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

RobertLowe avatar Jul 09 '15 02:07 RobertLowe

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

deanrad avatar Sep 23 '15 18:09 deanrad