Create a custom control to display a tree view with the GitHub user name as the root of the tree, and each organisation the user has access to as a branch.
Clicking on the root user (default selection), should list the user's personal repositories in the repository list control.
Selecting an organisation name in the tree view should change the list of repositories for the organisation the user has access to.
Create a custom control to display a tree view with the GitHub user name as the root of the tree, and each organisation the user has access to as a branch.
Clicking on the root user (default selection), should list the user's personal repositories in the repository list control.
Selecting an organisation name in the tree view should change the list of repositories for the organisation the user has access to.
This control should be visible at all times