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

Guess GitHub username of leaders #8

Open
jayvdb opened this issue Dec 5, 2017 · 5 comments
Open

Guess GitHub username of leaders #8

jayvdb opened this issue Dec 5, 2017 · 5 comments

Comments

@jayvdb
Copy link
Member

jayvdb commented Dec 5, 2017

Link to the GitHub user for the leaders, ensuring that only highly probable links are made.

At least confirm that a username is a member of the relevant GitHub organisation before linking to it.

This is a repeatable GCI task.

Use "Related to https://github.com/coala/gci-leaders/issues/8" at the bottom of your commit message, so it doesnt close this issue.

@jayvdb
Copy link
Member Author

jayvdb commented Dec 5, 2017

Blocked on #7

@andrewda
Copy link
Member

andrewda commented Dec 6, 2017

Most GCI students are private members of the org (at least for coala) so this might be near impossible...

Edit: I did a manual check and if we're searching the organization for the user's name, currently the only person it will work for is me. Everyone else is private or not in the company's organization.

@jayvdb
Copy link
Member Author

jayvdb commented Dec 6, 2017

It is high difficulty, but I can assure you it is very possible to do this.

@invisible-defects
Copy link
Member

invisible-defects commented Dec 8, 2017

We can search user by name & surname, GitHub user search has such option.
In case we don't find someone, we can try to guess by training seq2seq model on username : real name pairs we've found so far. We know our guess is right if user has coala org in his profile, which is AFAIK visible for other users. Though it definitely won't work for participants, whose nicknames don't have any associations with their real names (e.g. me)

andrewda added a commit to andrewda/gci-leaders that referenced this issue Dec 12, 2017
This searches the user's organization for their display name. If
the user is found, their username will be used.

Closes coala#8
andrewda added a commit to andrewda/gci-leaders that referenced this issue Dec 12, 2017
This searches the user's organization for their display name. If
the user is found, their username will be linked.

Closes coala#8
andrewda added a commit to andrewda/gci-leaders that referenced this issue Dec 12, 2017
This searches the user's organization for their display name. If
the user is found, their username will be linked.

Closes coala#8
andrewda added a commit to andrewda/gci-leaders that referenced this issue Dec 12, 2017
This searches the user's organization for their display name. If
the user is found, their username will be linked.

Closes coala#8
andrewda added a commit to andrewda/gci-leaders that referenced this issue Dec 12, 2017
This searches the user's organization for their display name. If
the user is found, their username will be linked.

Closes coala#8
@jayvdb
Copy link
Member Author

jayvdb commented Dec 24, 2017

This was a repeatable task.

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

No branches or pull requests

5 participants