Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursively fetch repos from client side #11

Open
gdbroman opened this issue Aug 27, 2022 · 0 comments
Open

Recursively fetch repos from client side #11

gdbroman opened this issue Aug 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@gdbroman
Copy link
Owner

gdbroman commented Aug 27, 2022

We're currently fetching all of a user's GitHub repositories and their directories before they load the GitHub settings page.

This leads to a lot of combinations, forcing us to cap the search depth to 2 directories per repository.

A more efficient strategy would be to only fetch repos server side and then only fetch the selected repos directories when the select dropdown is clicked/opened. Alternatively fetch repos client side too.

@gdbroman gdbroman changed the title recursively fetch repos from client side Recursively fetch repos from client side Dec 19, 2022
@gdbroman gdbroman added the enhancement New feature or request label Dec 19, 2022
@gdbroman gdbroman assigned gdbroman and unassigned gdbroman Jan 18, 2023
@gdbroman gdbroman moved this to 🔖 Ready in GitLetter Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant