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 Information #18

Open
jemagee opened this issue Jun 24, 2017 · 2 comments
Open

User Profile Information #18

jemagee opened this issue Jun 24, 2017 · 2 comments

Comments

@jemagee
Copy link
Owner

jemagee commented Jun 24, 2017

What information is good to get from the user and what's the best way to ask for it. Some basics I think are:

  • Geographical Demographics (purely by time zone?)
  • Availability to work
  • Preferred ways to work (face to face, online, paired, etc...)
  • Skills/Level (this should include not only languages / frameworks but also things like design, normalizatoin, etc...)
  • Looking to learn / Willing to teach

Any other ideas? To me this basic information might be enough to try and make contacts.

@jemagee jemagee created this issue from a note in User Profile (Pending) Jun 24, 2017
@blimey85
Copy link

blimey85 commented Aug 1, 2017

For geo locating I like to ask for zip code. I'm not sure how this would work all over the world but I've used it both in the US and in Amsterdam and it worked great in both places. The user registers and then after they login to the site, they are taken to a page to complete their profile. When they save this page, the zip code is geo located so you have the latitude and longitude info. I also pull city and state so I have consistency with those.

I think initially you start with the basics. Have the goal be to get something up and working so you can start gathering feedback. Once you reach that point, dive in to how you can setup searching/matching so users can get connected with each other. Then you can expand the data or make changes based on feedback.

@jemagee
Copy link
Owner Author

jemagee commented Aug 5, 2017

I think in the beginning perhaps starting with time zones / and country perhaps? I don't want to force people to give too much information, and with time zones online partnership / connection is easier to work out...though then maybe you have to start thiniking about language fluencies as well (this is my problem I just keep thinking about more ideas)

There are some quality 'time zone' related gems out there in ruby that I or someone else could start looking in to - if anyone wants to take that on.

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

No branches or pull requests

2 participants