SteveTeece / BulkRepoManager

Blazor WASM Application to authenticate with GitHub, list your repositories, and allow you to select multiple repositories for deletion.
GNU General Public License v3.0
8 stars 2 forks source link

Create Blazor control for User and repositories #4

Closed SteveTeece closed 2 years ago

SteveTeece commented 2 years ago

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

SteveTeece commented 2 years ago

Placeholder controls created