github-repo-organizer icon indicating copy to clipboard operation
github-repo-organizer copied to clipboard

📋✅ A Web App to Organize GitHub Repositories

Results 25 github-repo-organizer issues
Sort by recently updated
recently updated
newest added

Currently when you land on the repos page (with more than one page of repos), navigate to the second datagrid page, and press the back button you end up on...

Sorting and filtering (and presumably searching) are broken because we haven't told DataGrid how to search that type of column.

This is blocked because it seems like when a GitHub App does a search query on the GraphQL API, it can only see repositories in organizations with installations. I should...

Since it's a client-side sort, the table can jump around a lot if high ranking repos are loaded later on, which is likely (maybe) since older repos are more likely...

Show features, maybe some gifs, have a nice illustration maybe. Who knows.

Might require a lot of backend code execution.

Could be fun trying to apply patches for vulnerabilities to multiple repos at a time.

This should: * Make columns more reusable across different types of views/tables * Make lazy loading of columns easier * Make it easier to write new columns, possibly with abstract...

performance