-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: extend employee invitation #7472
base: develop
Are you sure you want to change the base?
feat: extend employee invitation #7472
Conversation
Signed-off-by: Dakshesh Jain <[email protected]>
Signed-off-by: Dakshesh Jain <[email protected]>
Signed-off-by: Dakshesh Jain <[email protected]>
Signed-off-by: Dakshesh Jain <[email protected]>
Signed-off-by: Dakshesh Jain <[email protected]>
Signed-off-by: Dakshesh Jain <[email protected]>
Signed-off-by: Dakshesh Jain <[email protected]>
Signed-off-by: Dakshesh Jain <[email protected]>
Hi team, I want to add a condition to show the 'Extend Invite' option only if the employee hasn't joined and their invitation validity has expired. This is important to avoid confusing UX. However, I'm having difficulty distinguishing between employees and invited employees in the current setup. As an alternative, I could change the CTA to 'Resend Invite' and update the modal copy to suggest using this option if the link has broken or expired. I would love to hear your thoughts or suggestions on approaching this! |
Hi @dakshesh14 I suppose you could enable this action to send it for any Inactive employe, so in case of we kick someone, we will be able to resend invitation :-) |
Hi @haiodo, that’s a great suggestion! Currently, I’ve implemented the feature to extend the validity of existing invitations, but I’ll add support for re-inviting inactive (kicked) employees as well. I was wondering if the expiration date of an invitation is available. This would allow me to show the 'Resend Invite' option only if the invitation has expired. Also, do you happen to have any documentation or references for setting up SES locally for development? That would be super helpful! |
Feature:
Screenshots:
Context Menu
Confirmation Modal