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

invitations: rework for the groups invitations #1127

Merged

Conversation

anikachurilova
Copy link
Member

@anikachurilova anikachurilova commented Apr 16, 2024

Results counter:
Screenshot 2024-04-25 at 11 00 01

Groups tab:
Screenshot 2024-04-25 at 18 08 29
Screenshot 2024-04-24 at 17 13 39

Screenshot 2024-04-24 at 17 10 51 Screenshot 2024-04-24 at 17 11 13 Screenshot 2024-04-24 at 17 11 42

Changes in the community add members tab:
Screenshot 2024-04-24 at 17 12 27

Screenshot 2024-04-16 at 15 48 49

</Form.Field>
<i>
{i18next.t(
"Note: upon addition, selected groups will become community members immediately without any kind of notification."
Copy link
Contributor

@kpsherva kpsherva Apr 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor, to make sure invitation is also referenced:

Suggested change
"Note: upon addition, selected groups will become community members immediately without any kind of notification."
"Note: upon addition, selected groups will become community members immediately without any kind of notification or invitation approval."

side thought: do we need a confirmation modal for this action?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for noticing!
I'm not sure the confirmation modal is necessary here, as we are not doing something dangerous that can not be undone. After closing the modal, user can immediately remove groups access if they did something wrong. What do you think?

Copy link
Contributor

@ntarocco ntarocco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thank you for these changes

invenio_communities/config.py Outdated Show resolved Hide resolved
@anikachurilova anikachurilova force-pushed the add-ui-tab-for-groups branch 3 times, most recently from 953d24b to 55d7e79 Compare April 24, 2024 15:07
* deprecate COMMUNITIES_GROUPS_ENABLED (moved to USERS_RESOURCES_GROUPS_ENABLED)
* closes inveniosoftware/invenio-app-rdm#2592
@anikachurilova anikachurilova force-pushed the add-ui-tab-for-groups branch from 55d7e79 to 55e7474 Compare May 7, 2024 09:55
@ntarocco ntarocco merged commit 5e8d5a8 into inveniosoftware:master May 7, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

access-requests: add UI tab for groups
3 participants