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 Gravatar #9

Open
Jskobos opened this issue Oct 3, 2017 · 2 comments
Open

Include Gravatar #9

Jskobos opened this issue Oct 3, 2017 · 2 comments

Comments

@Jskobos
Copy link
Collaborator

Jskobos commented Oct 3, 2017

Gravatar will make a good default avatar image until we can implement uploading/storing/editing user avatars.

In order to make the request to the Gravatar API, we need the MD5 hash of the user's email address.
This is better done on the server side, so we can include a hash in the Graphql queries.

@ortonomy
Copy link
Owner

ortonomy commented Oct 4, 2017

Added an issue to backend -- ortonomy/fling-server#9

@ortonomy
Copy link
Owner

ortonomy commented Feb 6, 2018

This will need either md5 hashing of the email address or building a function inside schema to store MD5 hash of email and supplying it as part of thisUser. Might be a good first issue for someone to work on front-end and backend.

Jskobos added a commit that referenced this issue Feb 11, 2018
- Addresses #42
- Edits the Avatar component to connect to the Redux store
  and load live user data.
- Also addresses #9 (adds Gravatar hash request to Avatar
  component
ortonomy pushed a commit that referenced this issue Feb 27, 2018
- Addresses #42
- Edits the Avatar component to connect to the Redux store
  and load live user data.
- Also addresses #9 (adds Gravatar hash request to Avatar
  component
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

2 participants