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

feat: extend employee invitation #7472

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

dakshesh14
Copy link
Contributor

@dakshesh14 dakshesh14 commented Dec 14, 2024

Feature:

  • Added an option for users to extend the invitation validity for employees.
  • Employees receive an email notification when their invitation validity is extended, informing them of the updated validity period.
  • It can potentially fix [Feature Request]: Resend Invite link  #7151.

Screenshots:

Context Menu
context-menu

Confirmation Modal
confirmation-modal

@dakshesh14
Copy link
Contributor Author

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!

@dakshesh14 dakshesh14 marked this pull request as ready for review December 16, 2024 17:00
@haiodo
Copy link
Member

haiodo commented Dec 17, 2024

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 :-)

@dakshesh14
Copy link
Contributor Author

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!

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.

[Feature Request]: Resend Invite link
2 participants