Problem Statement
Being part of notable open-source organizations (like Vercel, Facebook, or Apache) is a huge flex, but we don't display this on the profile.
Proposed Solution
Fetch the user's organizations from the GitHub API (/users/{username}/orgs) and display their avatars in a horizontal flex container below the bio section.
Alternatives Considered
Listing organization names as text, but avatars are much more recognizable.
Additional Context
If this is a UI feature, the contributor working on it should read DESIGN.md before starting.
Problem Statement
Being part of notable open-source organizations (like Vercel, Facebook, or Apache) is a huge flex, but we don't display this on the profile.
Proposed Solution
Fetch the user's organizations from the GitHub API (
/users/{username}/orgs) and display their avatars in a horizontal flex container below the bio section.Alternatives Considered
Listing organization names as text, but avatars are much more recognizable.
Additional Context