[Feature Request] Add organization stats
See original GitHub issueMost of my open-source work is moved to dedicated organizations (47ng, FortySevenEffects, Chiffre), for scoping and to avoid cluttering my personal repos.
I’d be happy to contribute a feature to include aggregated organization stats.
API ideas:
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&orgs=acme,evilcorp,fsociety)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:240
- Comments:122 (11 by maintainers)
Top Results From Across the Web
Add "Organization" field on "Statistic Type" option for ... - Jira
Problem Definition. Currently, Organization and Domain of Reporter are not on the list for Statistic Type option. Suggested Solution. Insert Organization ...
Read more >Feature Announcement: Organization-wide Metrics
SourceLevel now provides organization-wide metrics about process improvements and time-to-market. Three charts show pull request lead-time ...
Read more >3 Creative Ways To Manage Feature Requests - Trello Blog
For example, one way this can work is to create a column to the left called “Inbox” where all new requests are added....
Read more >A good feature request collection tool helps product managers ...
Businesses can organize their feature requests by the benefits each suggestion offers as well. For example, if customers are asking for several ...
Read more >Enabling all features in your organization - AWS Documentation
Every invited account must approve enabling all features by accepting the request. Only then can you complete the process to enable all features...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey folks! I’ve made https://github.com/anuraghazra/github-readme-stats/issues/1#issuecomment-855681098 available for stars on general stats card as well. The implementation again used
ownerAffiliations
and you can see detailed explanation of roles you may use here.Use @franky47’s stats card as demo (again 😆):
Only include repo they owned: https://github-readme-stats-one-bice.vercel.app/api?username=franky47&show_icons=true&include_all_commits=true&count_private=true
Include all repos where they have write access to: https://github-readme-stats-one-bice.vercel.app/api?username=franky47&show_icons=true&include_all_commits=true&count_private=true&role=OWNER,ORGANIZATION_MEMBER,COLLABORATOR
* It’s not that accurate to say “have write access to”. Check GitHub docs linked above for more precise description.
I’m not sure if this is enough to close this issue – let me know for any thoughts!
Still relevant.