request membership part 4 member request interaction backend#1364
Open
fenekku wants to merge 1 commit intoinveniosoftware:masterfrom
Open
Conversation
2c6d31e to
9079eb0
Compare
917717e to
42a3a0b
Compare
…ts [+] - refactors invitations to use common methods
42a3a0b to
e7ef134
Compare
fenekku
commented
Apr 30, 2026
Comment on lines
+696
to
+701
| uow.register( | ||
| IndexRefreshOp( | ||
| indexer=self.indexer, | ||
| index=ArchivedMemberRequest.index, | ||
| ) | ||
| ) |
Contributor
Author
There was a problem hiding this comment.
This is just moved from what was in decline_invite. Adding index_refresh=True to RecordCommitOp` above might be equivalent (not too sure why requiring a refresh is really needed - refresh should happen fast enough on its own to not affect UX , no?)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is # 4 in a series of PRs to revive and merge the "Request to join a community as a user" feature. Draft RFC here: inveniosoftware/rfcs#111 .
This PR covers the part of the feature that deals with backend interactions with request memberships. Specifically: actions (accept, decline) on members (membership requests and fix for invitations), links for these actions and role update of membership requests.
Out of bounds/future PRs: any frontend aspect and any notifications.
Current commits