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

User profile page #25

Open
cndreisbach opened this issue Oct 30, 2014 · 1 comment
Open

User profile page #25

cndreisbach opened this issue Oct 30, 2014 · 1 comment

Comments

@cndreisbach
Copy link
Contributor

Users on Question Box have nothing to represent them! You have to design and implement a user profile page, as well as a way for users to update their profile.

Requirements

  • Users should be able to add their GitHub URL, Stack Overflow URL, and Twitter URL. Any of these added should show on the profile page.
  • All questions asked and answers given by a user should be accessible either on the user profile page or on a sub-page (like so: /users/12/questions).
  • All answers given by a user that are accepted should be marked as such. It would be best to pull these out into their own special section. Look at the GitHub profile page for ideas.
  • The profile page should have a user's name and bio (if they write one) and an image of them. I suggest using Gravatar for this image and using Identicons if they don't have a Gravatar image. (Try the gravtastic gem.)
  • The profile page should also show the user's 10 last updated GitHub repos if they gave you their GitHub URL.
  • The profile page should show the user's Stack Overflow reputation if they gave you their Stack Overflow URL.
This was referenced Oct 30, 2014
@josechirivella
Copy link
Contributor

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

No branches or pull requests

2 participants