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

Improve performance of Create Issue modal repository selector #669

Open
mickmister opened this issue Apr 11, 2023 · 4 comments · May be fixed by #766
Open

Improve performance of Create Issue modal repository selector #669

mickmister opened this issue Apr 11, 2023 · 4 comments · May be fixed by #766
Assignees
Labels
Difficulty/1:Easy Easy ticket Good First Issue Suitable for first-time contributors Help Wanted Community help wanted Tech/Go Tech/ReactJS Tech/TypeScript Type/Enhancement New feature or improvement of existing feature

Comments

@mickmister
Copy link
Member

mickmister commented Apr 11, 2023

We are loading lots of repositories for the repo selector. In my case it loads 419 repos. This is all done without server-side autocompletion, so the repos are all fetched at once. This operation takes a while and leaves the user with no feedback on what's happening.

I'm thinking we can have an org selector at the top to narrow down the repositories we search for. This same change can be done to the Attach Comment to Issue modal.

@mickmister mickmister added Help Wanted Community help wanted Up For Grabs Ready for help from the community. Removed when someone volunteers Tech/Go Good First Issue Suitable for first-time contributors Tech/ReactJS Difficulty/1:Easy Easy ticket Type/Enhancement New feature or improvement of existing feature Tech/TypeScript labels Apr 11, 2023
@thoratvinod
Copy link
Contributor

Hello, I'm interested in this issue. May I take this up?

@mickmister mickmister removed the Up For Grabs Ready for help from the community. Removed when someone volunteers label Apr 24, 2023
@mickmister
Copy link
Member Author

Thanks @thoratvinod!

@mickmister mickmister added the Up For Grabs Ready for help from the community. Removed when someone volunteers label Jan 10, 2024
@mickmister
Copy link
Member Author

In case someone wants to work on this feature, there is a PR is mostly finished here to work off of #675

@cyrusjc
Copy link
Contributor

cyrusjc commented Apr 8, 2024

Hi can i pick this up?

cyrusjc added a commit to cyrusjc/mattermost-plugin-github that referenced this issue Apr 9, 2024
@hanzei hanzei removed the Up For Grabs Ready for help from the community. Removed when someone volunteers label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty/1:Easy Easy ticket Good First Issue Suitable for first-time contributors Help Wanted Community help wanted Tech/Go Tech/ReactJS Tech/TypeScript Type/Enhancement New feature or improvement of existing feature
Projects
None yet
4 participants