-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
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>
…-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>
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>
src/api/invitations.ts
Outdated
} | ||
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}` |
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.
please let me know if this commented line is necessary
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.
Removed the commented code
<div className=" xl:mb-4 2xl:mb-0"> | ||
<div className="flex space-x-4"> | ||
<svg | ||
width="60" |
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.
Please format the file so it will look better
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.
Formatted.
@@ -113,12 +118,38 @@ const SendInvitationModal = (props: { openModal: boolean; setMessage: (message: | |||
|
|||
} | |||
|
|||
|
|||
const sendEcoSystemInvitations = async () => { | |||
|
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.
please format the file properly
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.
Formatted.
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.
please resolve the comments
Signed-off-by: karan <karan.tompe@ayanworks.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
LG
WHAT
WHY
HOW