-
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
refactor: User module APIs. #386
refactor: User module APIs. #386
Conversation
Signed-off-by: pranalidhanavade <[email protected]>
…nto refactor-user-org-invitation-api
Signed-off-by: pranalidhanavade <[email protected]>
…nto refactor-user-org-invitation-api
Signed-off-by: pranalidhanavade <[email protected]>
…nto refactor-user-org-invitation-api
@@ -18,7 +18,8 @@ export const ResponseMessages = { | |||
userCredentials: 'User credentials fetched successfully', | |||
platformEcosystemettings: 'Platform and ecosystem settings updated', | |||
fetchPlatformSettings: 'Platform settings fetched', | |||
signUpUser:'User created successfully' | |||
signUpUser:'User created successfully', | |||
shareUserCertificate:'Certificate url generated successfully' |
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.
URL should be in capital letters.
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.
Resolved.
@@ -113,10 +113,10 @@ export interface ISendVerificationEmail { | |||
} | |||
|
|||
export interface ICheckUserDetails { |
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.
Can we reduce no. of fields as discussed earlier?
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.
Yes sir.
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.
Resolved.
Signed-off-by: pranalidhanavade <[email protected]>
…nto refactor-user-org-invitation-api
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
/users/platform-settings
Get all platform and ecosystem settings./users/platform-settings
Update platform and ecosystem settings./users/user-credentials
Get user credentials by Id./users/org-invitations
Organization invitations/users/certificate
Share user certificateWhat
How
Why
Extra points