-
Notifications
You must be signed in to change notification settings - Fork 197
feat: Create invitation links for join to team #4887
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
base: main
Are you sure you want to change the base?
Conversation
97bbf10 to
d073a9b
Compare
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
e887136 to
73eab05
Compare
76988ee to
f7d5f60
Compare
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
f7d5f60 to
04cef57
Compare
| computed: { | ||
| circleUrl() { | ||
| return getBaseUrl() + generateUrl('apps/contacts/circle/{circleId}', { circleId: this.circleId }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return generateUrl('/apps/contacts/circle/{circleId}', { circleId: this.circleId })
| // TODO: implement backend | ||
| // [CIRCLE_CONFIG_CIRCLE_INVITE]: t('contacts', 'Team must confirm when invited in another circle'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am assuming this todo is complete right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure. This todo was created before I've started work on this task.
|
This is looking like a cool PR! I really like this feature, and the code (at least the front-end which I'm responsible for), is looking good. However, I am having an issue where I am not able to load my previously created teams when checking out your PR in circles, is this something others are also experiencing? |
|
@nfebe Hey! What do you think of this? You maintain the frontend for circles right? |
This PR adds possibility to generate invitation link (even for completely hidden/closed Circles). Any user is able to join to C circle by opening this link.
Preview
Invitation link management
Invitation link opened
Invitation link opened when user already joined to a Circle
Invitation link opened when user already requested join to a Circle
Dependencies
Todo