Skip to content

feat(invitation): Admin should invite user by role and email #443

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

Closed
wants to merge 2 commits into from

Conversation

niyobertin
Copy link
Contributor

@niyobertin niyobertin commented Aug 30, 2024

PR Description

This PR involves sending invtiation to the user to register to any organization by provindign emai and role.

Description of tasks that were expected to be completed

  • implementing the model to that will be opened when a user click on invite button
  • Adding intergaration to send an invitation

How has this been tested?

To test this: Clone the this repostory, cd into it then run the following commands:

  • npm install : to install dependencies
  • npm run dev : to sart the server

After that navigate to locahost anvigate to the invition page. then click on invite button the model wibb open. Enter email and select the role. the send you will se the toast notification that invitation sent.

Number of Commits

one commit

Please check this Checklist before you submit your PR:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My code generate no warnings
  • My test coverage meet the set test coverage threshold
  • There are no vulnerabilities
  • There are no conflicts with the base branch

Copy link

vercel bot commented Aug 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
metron-devpulse ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 1, 2024 4:45pm

- ensure that a user should be invited by providing email and role.
-ensure that a user that invited should recieve invitation email containing the link to register to any organization.

[Deliver #421]
@niyobertin niyobertin force-pushed the #421-invite-by-role-fn branch from 2cb003c to b2c6629 Compare September 1, 2024 16:44
@niyobertin niyobertin changed the title #421 admin should invite user by role and email feat(invitation): Admin should invite user by role and email Sep 1, 2024
@niyobertin niyobertin closed this Sep 2, 2024
@ceelogre ceelogre deleted the #421-invite-by-role-fn branch September 30, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants