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

Add UI to select image from multiple services #10

Closed
bengott opened this issue Oct 18, 2014 · 3 comments
Closed

Add UI to select image from multiple services #10

bengott opened this issue Oct 18, 2014 · 3 comments

Comments

@bengott
Copy link
Owner

bengott commented Oct 18, 2014

Provide UI that allows user to select avatar image from all linked services (twitter, facebook, etc.). Custom (uploaded) image could also be handled from within this UI workflow. I'll work on some mockups for this...

@bengott
Copy link
Owner Author

bengott commented Oct 18, 2014

something like this:

select_avatar

@ghost
Copy link

ghost commented Feb 10, 2015

Any plans on how this should be implemented? This will depend on the developer's ability to have the user link multiple accounts. and in some cases unless the user specifies additional profile detail and doesn't link any additional accounts this might not even be relevant (eg. if the user signs up with Twitter, we only get their Twitter username and profile pic, no email address, so there won't be any additional picture boxes available for such a user, unless ofcourse the default gravatar and initials pictures are also shown?).

Which brings us to the issue of saving the user's preference. Do we add an additional key in the profile dictionary that specifies a string such as 'twitter', or 'mm', this will also solve #31 since we only have to deal with all the 404s once, and once the user has chosen a suitable profile pic, we only have to return the preferred picture on future loads.

Just a thought, any inputs?

@ghost
Copy link

ghost commented Feb 10, 2015

Also, how should the picture boxes be shown? If the user clicks on their own profile pic, does a modal popup, showing all the different options? Or does the developer roll his/her own profile edit page and we only supply a button that is shown below the profile pic (e.g. "Choose a different picture"), and then the modal pops up?

I am more than willing to help with this issue seeing that it is a problem I am facing in one of my own projects right now

@bengott bengott closed this as completed Sep 19, 2016
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

1 participant