Repo-centric data: tier tagging, forking orgs, and community discovery#60
Draft
aboydnw wants to merge 2 commits intocli-workflowfrom
Draft
Repo-centric data: tier tagging, forking orgs, and community discovery#60aboydnw wants to merge 2 commits intocli-workflowfrom
aboydnw wants to merge 2 commits intocli-workflowfrom
Conversation
db86cbc to
ee4922f
Compare
cd3c4ec to
ca7a413
Compare
ca7a413 to
d03a3e9
Compare
0bead7f to
132f25f
Compare
e80a338 to
c9e1433
Compare
132f25f to
d309a92
Compare
- Link model: add tier field (core/community) - Repository model: rename devseed_contributors to core_contributors, add forking_organizations field - Client: tier-aware update_links, discover_community_contributors, update_community_links, discover/update forking orgs Made-with: Cursor
- Config: add core_usernames property and is_core() method - Build: pass core_usernames to client for tier tagging - Build: remap tiers in CSV generation based on config - Build: add --fetch-forking-orgs option - Config.json: include core_contributors and visualization settings Made-with: Cursor
c9e1433 to
8b5ea39
Compare
d309a92 to
83a4dfd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds core/community tier tagging to links and richer repository metadata.
tierfield (core/community)repo_core_contributors,repo_forking_organizationsupdate_links, community contributor discovery, forking org discoverycore_usernamesproperty andis_core()method--fetch-forking-orgsoptionValue
Lays the data foundation for tiered (core vs community) visualization.