-
Notifications
You must be signed in to change notification settings - Fork 16
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
fix: solved bulk issuance and with email issuance flow #565
Conversation
KulkarniShashank
commented
Mar 4, 2024
- Solved bulk issuance when upload csv and issue the credentials
…suance Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
protocolVersion: protocolVersion || 'v1', | ||
credentialFormats: { | ||
indy: { | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars |
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.
Any specific reason to disable eslint?
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.
We need to eliminate the isRequired attribute from the payload to avoid mapping unnecessary attributes as required. Therefore, we should create a separate variable for isRequired and ensure that it is not utilized within this function.
} | ||
return this.sendEmailForCredentialOffer(sendEmailCredentialOffer); | ||
}); | ||
emailPromises.push(Promise.all(batchPromises)); |
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.
I am not sure how it will handle the remaining batch if the 1st batch will fail.
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.
We will check the possibilities for validation and we will create separate PR for it.
Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>
…x/bulk-issuance
Quality Gate passedIssues Measures |