-
Notifications
You must be signed in to change notification settings - Fork 60
[ES-2501] added documentation related to dynamic forms #740
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
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
signup-ui/README.md
Outdated
|
|
||
| For Identity schema reference, see this [MOSIP UI JSON specification](https://docs.mosip.io/1.2.0/id-lifecycle-management/identity-issuance/registration-client/develop/registration-client-ui-specifications#field-spec-json-template). | ||
|
|
||
| ### Condiguring Dynamic Regustration Form |
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.
Configuring and Registration spelling correction
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.
done
|
|
||
| ### Condiguring Dynamic Regustration Form | ||
|
|
||
| **Mock**: Update the `mock-identity-system` service by adding the schema as a raw JSON file URL. The property for this should be named `MOSIP_MOCK_UI_SPEC_SCHEMA_URL`. |
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.
If there is a new endpoint introduced to fetch the UI spec, can we have a brief detail here? @zesu22
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.
It will be internally called, i don't think that will be needed here
signup-ui/README.md
Outdated
|
|
||
| **Mosipid**: Update the JSON file content to the `ui-spec` table in the master database of production environment, setting the domain to `esignet-signup`. Next, verify that every property defined in your JSON schema also exists in the `identity_schema` table of the same database. Failure to do so will result in an unknown_field error. | ||
|
|
||
| > **Note:** Only the **Field spec JSON template** section from the above link is applicable here. |
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.
This line 24 should me moved below the line 16, as it is applicable for that line.
For Identity schema reference, see this MOSIP UI JSON specification.
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.
done
Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
gk-XL7
left a comment
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.
Looks okay now.
No description provided.