-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Organization Members Page add "Invite Member" button #22054
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
Comments
Maybe yes? and I have repeatedly checked other pages of Gitea, most of them are card-style design, and the title of each card-style design is almost a uniform text form, not a link (except for browsing code and commit). And links are marked in green or blue. |
I have gone through this flow twice (adding a new user to an org), and both times it was not obvious how to perform this action. Both times, I eventually had to use a search engine and ended up at this issue :) |
Per the discussion on go-gitea#22054, the flow for adding a new team mamber is not intuitive for new Gitea users. The ideal solution would be to add a new button on the Org > Members index view (see the screenshot mockup in the issue description). However, this would require a refactor of the UX for the flow. The current flow has an implicit context of which team within the org the new member is being added to. From the Members index, there is no implicit context; the flow would have to add a picker for which team the new member should be added to. So, as a stopgap, this change simply adds a button to the Teams index page that performs the same action as clicking on the title of the team (a behavior that is currently too obscure as indicated in the comments on the issue). This should reduce support burden and serve as a decent temporary measure until the Add Member flow is refactored.
Also landed here after failing to see how to add a user to an org. Even after reading this issue 6 times it was still not obvious how to do it. Not helped that the "search" field for "Add team member" on the "Owners" team seems to not work unless you enter the entire username. |
Per the discussion on go-gitea#22054, the flow for adding a new team mamber is not intuitive for new Gitea users. The ideal solution would be to add a new button on the Org > Members index view (see the screenshot mockup in the issue description). However, this would require a refactor of the UX for the flow. The current flow has an implicit context of which team within the org the new member is being added to. From the Members index, there is no implicit context; the flow would have to add a picker for which team the new member should be added to. So, as a stopgap, this change simply adds a button to the Teams index page that performs the same action as clicking on the title of the team (a behavior that is currently too obscure as indicated in the comments on the issue). This should reduce support burden and serve as a decent temporary measure until the Add Member flow is refactored.
Per the discussion on #22054, the flow for adding a new team member to an org is not intuitive for new Gitea users. The ideal solution would be to add a new button on the Org > Members index view (see the screenshot mockup in the issue description). However, this would require a refactor of the UX for the flow. The current flow has an implicit context of which team within the org the new member is being added to ('Owners' by default). From the Members index, there is no implicit context; the flow would have to add a picker for which team the new member should be added to. So, as a stopgap, this change simply adds a button to the Teams index page that performs the same action as clicking on the title of the team (a behavior that is currently too obscure as indicated in the comments on the issue). This should reduce support burden and serve as a decent temporary measure until the Add Member flow is refactored. --------- Co-authored-by: tomholford <[email protected]>
Spending much time for finding how to add member in organization and finally end up here, it would be a big help if make it obvious. |
Per the discussion on go-gitea#22054, the flow for adding a new team member to an org is not intuitive for new Gitea users. The ideal solution would be to add a new button on the Org > Members index view (see the screenshot mockup in the issue description). However, this would require a refactor of the UX for the flow. The current flow has an implicit context of which team within the org the new member is being added to ('Owners' by default). From the Members index, there is no implicit context; the flow would have to add a picker for which team the new member should be added to. So, as a stopgap, this change simply adds a button to the Teams index page that performs the same action as clicking on the title of the team (a behavior that is currently too obscure as indicated in the comments on the issue). This should reduce support burden and serve as a decent temporary measure until the Add Member flow is refactored. --------- Co-authored-by: tomholford <[email protected]>
At least the way to add members is documented...here 😁 |
I searched for this too, thanks ! |
I can only say the same, needed to google to find out how to add a new member. |
This issue should be part of the official documentation |
Per the discussion on go-gitea#22054, the flow for adding a new team member to an org is not intuitive for new Gitea users. The ideal solution would be to add a new button on the Org > Members index view (see the screenshot mockup in the issue description). However, this would require a refactor of the UX for the flow. The current flow has an implicit context of which team within the org the new member is being added to ('Owners' by default). From the Members index, there is no implicit context; the flow would have to add a picker for which team the new member should be added to. So, as a stopgap, this change simply adds a button to the Teams index page that performs the same action as clicking on the title of the team (a behavior that is currently too obscure as indicated in the comments on the issue). This should reduce support burden and serve as a decent temporary measure until the Add Member flow is refactored. --------- Co-authored-by: tomholford <[email protected]>
Had the same issue. Glad the help is here at least |
Room for one more? |
+1, I already use gitea for years. Everytime I create a team I'll google how to add a team member. There is constently seeing "Leave" button but not "Add" button, which is frustrating. |
I agree that this is really unintuitive |
very much this - atm I'm trying to figure out where the heck is the "add members" button and I simply can't find it. It's super uintuitive. |
Feature Description
I know how to add members in Teams, but there is a very hidden link before adding. You need to click "Teams"→team's name→"Add Team Member". Users who use gitea for the first time don't know that the team's name can be clicked.


It would be better if they can directly add the "Invite Member" button function on the "Members" page, and then specify the Team to which the Member belongs.
Screenshots
No response
The text was updated successfully, but these errors were encountered: