-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Repositories are difficult to find, navigate, and differentiate #6460
Comments
Thanks @billygriffin. All of the above are useful suggestions. It feels to me like the crux is not necessarily a difficulty in finding something per se (though that's the case for some things), but for me it's about cognitive load. Out of all the repos in the world we're already filtered down to the ones that we work on enough to have bothered to import them into Desktop, so we just need a few tools to speed up the last bit of sorting and filtering to get us from dozens down to 1. That's why most of the features you have here are sorting (most recent, most frequent, pinned repos) or filtering (various kinds of collapsible groups act as filters). You mention that the list currently has filtering but really it has searching, which is a different sort of task. |
Thanks for putting this together @billygriffin , I think it's a good summary of the problems/considerations. Maybe a good idea to also try and list some of the suggested possible ways of addressing these problem, and see which ones are plausible and make the most sense. I'll start off by listing a few off the top of my head, with potential pros and cons that come to mind. Display organisation name in front of the repo name in a muted colourPros
Cons
Display the parent folder name in front of the repo name in a muted colourPros
Cons
Filter repo list by organisationPros
Cons
Custom grouping of repo's in virtual folders/groupsPros
Cons
Pinned/favourite repo'sPros
Cons
Add keywords to repo'sPros
Cons
Combination of grouping by organisation/folder/custom labelE.g. group by organisation by default, display in front of repo name. Fall back to parent folder name if not present or non-github. Allow to manually edit the label by clicking on it. Pros
Cons
|
Just something to add from my personal experience. I personally manage two copies of the same repo because the project is rather large and sometimes running two copies of the same project for debugging purposes is nice. |
For me just being able to set a alias to the repo will be enough. I can put numbers or anything I want in the begining to group and continue to use the current ordering. |
Adding a note on analytics from a discussion in Slack:
As @billygriffin put it:
|
Is plain user count the right metric here? What if those 10-20% users use the app way more often? |
@Janpot Oh absolutely, we just wanted to share a metric that helped to color the impact of the first set of problems. Totally agree that it's not the full story, we just wanted to share this to add context to any potential solutions. |
For reference, I've about 60 repo's in there, roughly 25 for open source projects, 15 for clients of mine, 10 personal and 10 for our business. I wouldn't have expected that the majority of people have such a small number of repositories. |
I've got 35 repos right now (cleaned some out last month) and expect to be adding another 10+ over the next month or so. I also use the app every day. |
Thanks everybody for the extra context! To echo what @billygriffin said, just because in pure numbers the majority have a small amount of repos doesn't mean we aren't interested in working on alleviating the frustration of having many repos. If anything, it makes it clear that we should be careful to not make the experience worse for users who have a few 😄 |
Usually pros with many repos need advanced features, that Desktop doesn’t have.. that’s why 90% Desktop users have 3 repos, they are casual users... I (60 repos, like many using git daily for everything ) would use Desktop as “non advanced client” only if it had some groupings, like discussed here.. so it is a must feature to attract advanced users |
We're working through some initial design possibilities here, and we'd love to understand a bit more about how people who do have a lot of repos in Desktop are using it. Would any of y'all who are feeling the need for this (and have more than ~20 repos in Desktop) be willing to hop on a video chat with us for an informal user interview and maybe demonstrate to us an example of the ways you're using the app and how it's falling down for you at present? If you are willing, please react to this message and fill out this user research form (so I know who to email to set it up): https://goo.gl/forms/PG0uBW3TSfsty8uk2 Thanks! |
Done! |
Sure |
Is that because they only want 5 repos, or because organizing more than 5 becomes a real pain? I have had 40+ repos at work for various projects because I had to, and anything that encourages people to use more repos instead of single giant repos has to be a good thing. |
Tagging is effective and flexible. With the ability to "pin" tags the user could create their own custom views, as well as quickly doing tag searches when required. Tags are somewhat preferable to folders because a project can have as many tags as needed, where as generally it can only be in one folder. Ideally the tags would sync with Github so that the same search/filtering options are available via the web and to all members of an org. Personally I preferred the old UI where there was a list down the left hand side with a search box. Fast access is important when you have many repos and switch often. |
I also missed the sidebar originally, but you can bring it up with |
When you decide on the UX around this issue, please remember to add something into the documentation or help files explaining what the grouping scheme is, what the icons mean, etc. In about 15 minutes of searching, I haven't found anything that explains this. (Is there any maintained documentation on how to read the UI? I wrote a brief intro several months ago, but it's already out of date, and I haven't found the necessary docs to update it.) |
It seems like some of the tagging could be automatic, e.g. language used. I was in a company with hundreds of repos, initially organized in a hierarchy. We found that tags were a much better solution. |
Thanks for the perspective folks - we're working through a few other things and still digesting this so sorry for the delay, but this is all helpful context and we appreciate it.
Hi @DorothyLindman! I'm curious what specifically you're referring to. Do you mean related to this issue or more generally in GitHub Desktop? If you'd be willing to chat about that separately, I'd love it if you'd fill out the form reference in this comment and I'll reach out. |
I guess I'll add to this. There are a variety of ways the organization can be done. Virtual folders, groups, etc, are all nice. The organization is a very tedious task, and maintaining it is a pain. I personally recommend a form of multi-layered organization. Anywhere between visual hints to actual rendering changes can be helpful. Visual HintsPublic vs PrivateOne of the issues we immediately face is being able to tell one kind of repo from another, this includes public and private. The book and lock icons are all the same color in a tight space, I recommend subtle color changes like giving the lock a slight red tint or something similar. Clone vs Source vs ForkThis organization can be achieved by dropdown groups. OrganizationsIn a tree of repos, we can simply add the org's icon in front of a dropdown with the org's name similar to how users are rendered in commit history, and then let the user decide if it should be alphabetical or orgs-before-repos. Parent folderAdding a muted parent folder would help greatly. There should always be a parent, whether its a folder like I don't think the parent should come before, because variable length names would break uniformity. Instead, the parent should be placed above, below, or to the right of, the repo name, in a smaller font in a muted style. DescriptionThis one is honestly a helper. Not every repository has a description, and so it should be a conditional render. Descriptions should be placed preferably under the repo name in a smaller, and dimmer (but not muted), style. |
Now more than a year has passed since the last comment. |
yea
…On Sat, Sep 26, 2020 at 1:06 PM Martin Niederl ***@***.***> wrote:
Now more than a year has passed since the last comment.
Are there any updates?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6460 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARAX3N5HWGUJPDH6XQAATZ3SHW4JRANCNFSM4GLNFO3A>
.
|
The update is that they closed the issue, and apparently don't think there's a problem anymore. Github Desktop is so frustrating, everything about it is great except for this ONE giant glaring missing feature. |
Re-read the problem, and looking at my list of repositories, it is still a problem. |
I've thought of a solution. If I make a second github account called The only downside is that it would be stupid |
@JimmyCushnie I've edited your comment to remove profanity, and it is considered to be a violation of the GitHub Desktop Code of Conduct. You may consider this an official warning. |
Given that this is closed I think we can take it that there is no intention to improve the app in this aspect. Which is of course fine, it can be a simple app for low end users with only a small number of repositories. |
@kuro68k we ask that you please only comment with feedback that is beneficial to GitHub Desktop's community as is mentioned in Our Standards. Please consider this is a warning. If an issue is closed it does not mean that we will not reconsider changing things going forward, it just means it is not something the team is not currently focused on. |
Difficult to have positive, beneficial feedback on something that is out of our own control to correct and has seemingly been put on ice, and furthermore is now approaching three years in age. Is throwing a screenshot up demonstrating the uselessness of the current arrangement beneficial? That represents one fifth of the total scrollable area for the repository listing, and is notable in the use of prefix namespacing. (Which can be elided similar to multiple depths of folder inclusion and used for automatic grouping.) It's almost usable as-is, barring the auto refreshing problem, which makes it completely unusable, ref #1128 ⌘T and jumping to a repository by filtering is almost acceptable, but that completely ignores the "design" of that sidebar in favour of Vim-like CtrlP motion. If I want that, I can stay within Vim, CtrlP is good people, and there is extensive and excellent Git integration available for that editor. The only purpose for which I formerly had used GitHub Desktop is now easily accomplishable there, that is, marking subset hunks of a file for commit vs. committing the whole file, and lets me unify project management and manipulation under a single environment. And avoid mouse-based wrist hurt disease while doing so. And utilize Sorry, my level of flabbergasted is only rising. :'( I learned how to swallow and see and walk again, which took ~6 months, how hard can it be to make a decision and implement improvements to a list of labels? (There have been around six additional half-years of time since.) [Edit in response to an update to #1128 as of one hour after initially writing this: finally closed, option to +mostly+ disable background fetch added to 2.5.6, so there is, uh, some progress.] |
@steveward I have reported this comment as a COC violation. You might consider revising it. There is no need for this kind of hostility, I was explaining the situation in neutral language in order to de-escalate. Please be aware that it can be difficult to infer tone from text comments so you should usually assume good faith where possible. Unfortunately your comment is unambiguously hostile and unwelcoming. |
@kuro68k saying that GitHub Desktop "can be a simple app for low end users with only a small number of repositories" is not helpful feedback and goes against Our Standards, which is why I issued a warning. I appreciate the feedback and enthusiasm everyone has shared for us to make changes to the repository list, but I am going to lock this issue for the time because the discussion is starting to stray away from that. |
Please describe the problem you think should be solved
We've seen many issues suggesting to change the way we either visualize or group repositories in GitHub Desktop. Right now we just organize repos alphabetically and it's tricky to differentiate many of them visually because it's just in the format of [repo name], which doesn't account for a variety of different scenarios. We have a tooltip that displays on hover, but it's relatively undiscoverable, slow to appear, and requires you to look at each repo individually to differentiate. We also group repos that are on GitHub.com separate from those that are purely local or on another remote. We do have filtering repos via a text input in place today, which should be helpful, but obviously not sufficient based on the feedback.
There have many different implementations suggested, so I wanted to try organize most of the issues I could find in one place to attempt to get our arms around the problem areas as we try to determine a path forward. Ideally, whatever we implement would be something we could work forward from and we could therefore close and/or remove
future proposal
from all the previous issues.Relevant issues:
Group repos by organization and show full repo name: #1533
Ability to "pin" repos to top of list: #2038
Allow repo list to be always expanded: #1593
Group repos by organization (and make orgs collapsable): #2037
Add categories for repos to be grouped together: #4945
Add folders for repos to be grouped together: #1598
Group or filter repos by Topics: #4958
Drag and drop and/or add labels to repos: #2324
Add visual differentiation for repos: #1929
Add a keyword to repos in Desktop: #4940
Add placeholder name for repos in Desktop: #3197
Support multiple windows: #3606
Don't persist repo filter after selecting one: #4273
Filter across multiple repos with OR operator: #5280
Repo order is not maintained alphabetically after filtering: #4184
Keep changed repo (local changes) at top: #10946
Filter based on status: #19369
Slight variation
Some way to visually distinguish worktrees: #5764
Additional contextual things:
Which repos have unpushed changes without having to go through the whole list: #7053
Potential problems on ordering/grouping:
Potential problems related to visualizing:
Additional considerations
I'm sure I didn't capture everything here, so please feel free to suggest edits to this, and feedback is absolutely welcome.
cc: @desktop/design @desktop/support @nerdneha @adamreisnz
The text was updated successfully, but these errors were encountered: