Skip to content

Registration process - Update Required attribute to allow optional for SubmitDocumentTypeIds in RegistrationSettings #828

@dhiren-singh-007

Description

@dhiren-singh-007

Description

As an Operator, we discovered that we don’t necessarily need documents to be submitted during registration.
We manage all the documents during the sales process before the Portal registration process.
We want to make the document submission step optional.

Acceptance Criteria

  • As an operator, I can make documents both required or optional based on my environment variables
  • If optional, customers should be able to submit registration without adding documents
  • If optional, no error message is displayed when clicking the submission button
  • if required, an error message should be displayed when clicking the submission button
  • Whether optional or required, registration can be submitted on the Frontend side

Additional Information

In portal BE file src/registration/Registration.Service/BusinessLogic/RegistrationSettings.cs We have to update Required attribute to handle null or empty value for SubmitDocumentTypeIds and handle the null or blank array for this variable.

Metadata

Metadata

Type

No type

Projects

Status

NEW USER REQUEST

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions