-
Notifications
You must be signed in to change notification settings - Fork 0
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
Repository not listed #31
Comments
If you are logged in, you will see all unlisted repositories which you have write permissions to under the appropriate account profile page. For example, when I go to https://beta.source.coop/kbgg/ I see my unlisted repositories when I am signed in. If I was a contributor to the fiboa organization I would see the unlisted fiboa repositories under the fiboa profile page at https://beta.source.coop/fiboa/. This is similar to how when on GitHub you go to the "Your Repositories" page you only see the repositories which are created under your GitHub account and not all of the repositories from all of the organizations you are a member of. |
Honestly, for me this is confusing. There is no way to find all repos I currently work on except for bookmarks in the Browser. Without remembering or bookmarking all organizations I contribute to, I can't find them anywhere directly on Source Coop. |
A solution I'd like to recommend here is to add a page which lists all your repositories but also keep the profile pages as-is. Implementing this within the profile page would require running multiple database queries which would slow down response times, or I would need to implement and maintain an index. The added complexity of adding an index and maintaining it isn't something I'd like to implement right now with the limited staff we have currently. |
An "all repositories" page seems good to me! 👍 |
related: function to bookmark/favorite repos belonging to other users |
I've created a repo under the fiboa org, but now that I'm looking for it on the next day, it's not listed anywhere in the UI.
If I click
@m-mohr
it says "no repositories" found. It seems I can only find it by directly accessing the URL or via search.I think all my repos should be listed in my profile somewhere.
The text was updated successfully, but these errors were encountered: