-
Notifications
You must be signed in to change notification settings - Fork 51
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
Support GitHub users in orgs
command
#105
Comments
About being possible, I'd say yes; But: But I'm not sure what's the purpose of getting the org members. If we need to get the info about all the users contributing in a repo (like the example above), we should also fetch:
If we import also repos from users, as suggested by this issue, the activity in their repos won't be assigned to another user than the imported user, unles we also do |
@marnovo even technically it's not that different from org but the results might be very unexpected for users and we should do something about it. Problems I see:
As a solution for |
I wouldn't do it automatically but maybe with options: |
I'd love to have this feature, and I also think that it would increase a lot the chance of being tried by people. BTW regarding forks I agree that there could be different needs depending on the user. But in general I think that it's either Also because the repositories that are most likely to be forked are popular ones, and including popular repos together with mine, I think that it will just hide a lot of insights as it will add a lot of noise. |
Agree with Marvin for most of the points. Though I would want to remind that not everybody (I don't have numbers but most probably it's a majority of github users) don't have real repositories that aren't forks and aren't dump of some code (for a school or workshop or something like that). So analyzing only the profile doesn't make sense for them at all. Exploring the information about repositories they contributed to, on another hand, can be interesting. |
I don't know whether is the majority of the users, but you're absolutely right about this type of users, I didn't think about it. I'm just wondering how this type of users is likely to use a tool like this for their forked repos, but this is a different point. |
All very good points. Effectively the underlying use case and technical questions for personal users may be quite different from orgs in the end vs. just a matter of conforming to the API… |
Right now the
orgs
command seems to only support, well, Github orgs, but definitely a common (given most people don't own orgs) and interesting (given you might want to check your Github "profile" in-depth) use case is to try it on your own Github user. Is it easy enough to extendorgs
to also cover individual users?The text was updated successfully, but these errors were encountered: