-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Description
Current behavior:
We don't know if the user we search is usual user or organization. Based on the github API, the categorization is divided into User and Organization. Sample data follows :
{
...
"type": "User",
...
}And if the user we search is organization, the value of type is Organization.
Expected behavior:
From the above statement, I'd like to add feature to display a badge for organization. The badge could be displayed next to the user's avatar. And when we hover to that badge, it will show an organization's name