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: ecosystem invitation #321

Merged
merged 14 commits into from
Oct 7, 2023
Merged

Conversation

16-karan
Copy link
Contributor

@16-karan 16-karan commented Oct 7, 2023

WHAT

  • Send Invitation to join ecosystem
  • Display sent Invitations with status

WHY

  • To join the ecosystem to user with ease
  • To show status of sent invitation for tracking

HOW

  • Create a user-friendly UI for sending invitations.
  • Implement a back-end API for email sending and display sent invitation status.

Signed-off-by: karan <karan.tompe@ayanworks.com>
Signed-off-by: karan <karan.tompe@ayanworks.com>
Signed-off-by: karan <karan.tompe@ayanworks.com>
…-ecosystem-invitation

Signed-off-by: karan <karan.tompe@ayanworks.com>
Signed-off-by: karan <karan.tompe@ayanworks.com>
…-ecosystem-invitation

Signed-off-by: karan <karan.tompe@ayanworks.com>
Signed-off-by: karan <karan.tompe@ayanworks.com>
Signed-off-by: karan <karan.tompe@ayanworks.com>
@16-karan 16-karan self-assigned this Oct 7, 2023
Signed-off-by: karan <karan.tompe@ayanworks.com>
Signed-off-by: karan <karan.tompe@ayanworks.com>
Signed-off-by: karan <karan.tompe@ayanworks.com>
Signed-off-by: karan <karan.tompe@ayanworks.com>
@nishad-ayanworks nishad-ayanworks changed the title Feat: ecosystem invitation feat: ecosystem invitation Oct 7, 2023
}
export const createEcoSystemInvitations = async (invitationList: Array<object>,ecosystemId: string) => {
const orgId = await getFromLocalStorage(storageKeys.ORG_ID);
// const url = `${apiRoutes.organizations.root}/${orgId}${apiRoutes.organizations.invitations}`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please let me know if this commented line is necessary

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the commented code

<div className=" xl:mb-4 2xl:mb-0">
<div className="flex space-x-4">
<svg
width="60"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please format the file so it will look better

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatted.

@@ -113,12 +118,38 @@ const SendInvitationModal = (props: { openModal: boolean; setMessage: (message:

}


const sendEcoSystemInvitations = async () => {

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please format the file properly

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatted.

Copy link
Contributor

@nishad-ayanworks nishad-ayanworks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please resolve the comments

Signed-off-by: karan <karan.tompe@ayanworks.com>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 19 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@nishad-ayanworks nishad-ayanworks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@nishad-ayanworks nishad-ayanworks merged commit 357eae6 into develop Oct 7, 2023
4 checks passed
@nishad-ayanworks nishad-ayanworks deleted the feat-ecosystem-invitation branch December 6, 2023 06:14
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.

2 participants