[WPB-11101] Refactor invitation store#4280
Merged
mdimjasevic merged 5 commits intodevelopfrom Oct 2, 2024
Merged
Conversation
ef21978 to
1fbeb65
Compare
ff9c037 to
2e162c7
Compare
2e162c7 to
5f98a00
Compare
1cce122 to
9800871
Compare
9800871 to
351defd
Compare
battermann
approved these changes
Oct 2, 2024
| {-# LANGUAGE TemplateHaskell #-} | ||
|
|
||
| module Wire.InvitationCodeStore where | ||
| module Wire.InvitationStore where |
Contributor
Author
There was a problem hiding this comment.
The store is not about codes, hence the name shouldn't have "code" in it.
This was referenced Oct 23, 2024
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 improves abstraction over DB interaction relating to team invitations. An internal type is not exposed anymore and some effect actions are updated as a result.
Tracked by https://wearezeta.atlassian.net/browse/WPB-11101.
Checklist
changelog.d