nate-strauser / wework

We Work Meteor, a job board and developer directory for Meteor specific work
https://www.weworkmeteor.com
MIT License
287 stars 145 forks source link

Allow profiles to upload a custom image #21

Closed nate-strauser closed 9 years ago

jorisbontje commented 9 years ago

maybe atleast explain them how to set it up?

if you signed up using a password based account, set up gravatar.com for that email address if you signed up with a social service (twitter, facebook, google, github) then set your profile image on that service

nate-strauser commented 9 years ago

i think i need to add a user profile page where users can set/change their email address - then we could have all avatars be able to fall back to gravatar -- right now, if you signed up with a meteor developer account, i don't get an image or an email, so it's just the default ghost

nate-strauser commented 9 years ago

going to do image upload with uploadcare - should be live soon

nate-strauser commented 9 years ago

image image image image

so the profile now defaults to the auto avatar, if a custom image is uploaded that will be displayed instead

uploadcare worked pretty well for this - was a little easier than what i've done with filepicker in the past