-
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
EDGPATRON-151 Modifying api contract for Post api of LC User registration #131
Conversation
…RON-151 # Conflicts: # ramls/staging_user.json
ramls/staging_user.json
Outdated
"description": "A flag to determine if a patron is activated/email verification completed.", | ||
"type": "boolean", | ||
"default": false | ||
"description": "A boolean flag that indicates whether the patron has completed email verification. If this value is not provided when creating a new record, it will default to false.", |
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 think we should also specify this "The value is required to be true for the Kiosk case of user registration since the email verification step is skipped in that scenario."
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.
A boolean flag indicates if the patron has completed email verification. By default, this value is set to false when creating a new record. However, for Kiosk user registrations, this value should be sent true.
Maybe something like this
Quality Gate passedIssues Measures |
Purpose:
The purpose of the jira is to implement EDGPATRON-151