-
Notifications
You must be signed in to change notification settings - Fork 176
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
[MOSIP_32756] adding Readme changes. #1932
Changes from 3 commits
ec3b01c
90582b4
1eba0aa
33fc01c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ Staged architecture: | |
* Group 2 stages | ||
* [Securezone notification](registration-processor/pre-processor/registration-processor-securezone-notification-stage) | ||
* [Quality classifier](registration-processor/pre-processor/registration-processor-quality-classifier-stage) | ||
* [Message sender]() | ||
* [Message sender](registration-processor/registration-processor-message-sender-impl) | ||
* Group 3 stages | ||
* [ABIS handler](registration-processor/core-processor/registration-processor-abis-handler-stage) | ||
* [ABIS middleware ](registration-processor/core-processor/registration-processor-abis-middleware-stage) | ||
|
@@ -39,9 +39,9 @@ Staged architecture: | |
* [Packet classifier](registration-processor/pre-processor/registration-processor-packet-classifier-stage) | ||
* Verification | ||
* Group 7 stages | ||
* UIN generator | ||
* Biometric extraction | ||
* Finalization | ||
* [UIN generator](registration-processor/core-processor/registration-processor-uin-generator-stage) | ||
* [Biometric extraction](registration-processor/core-processor/registration-processor-biometric-extraction-stage) | ||
* [Finalization](registration-processor/core-processor/registration-processor-finalization-stage) | ||
* [Credential requestor](registration-processor/post-processor/registration-processor-credential-requestor-stage) | ||
|
||
The control and data flow in the stages is controlled by [Workflow engine](registration-processor/workflow-engine/) | ||
|
@@ -53,7 +53,7 @@ Other services: | |
* Transaction service | ||
|
||
### Registration flows | ||
An overview of various enrollment scenarious (or flows) is described in [ID Lifecycle Management](https://docs.mosip.io/1.2.0/id-lifecycle-management). Registration Processor recognises the following flows: | ||
An overview of various enrollment scenarios (or flows) is described in [ID Lifecycle Management](https://docs.mosip.io/1.2.0/id-lifecycle-management). Registration Processor recognises the following flows: | ||
|
||
* New | ||
* Update | ||
|
@@ -87,7 +87,7 @@ See [DB guide](db_scripts/README.md) | |
[Packetmanager](https://docs.mosip.io/1.2.0/modules/packet-manager) | ||
|
||
## Build & run (for developers) | ||
The project requires JDK 1.11. | ||
The project requires JDK 21.0.3 and mvn version 3.9.6 | ||
1. To build jars: | ||
``` | ||
$ cd registration | ||
|
@@ -112,7 +112,7 @@ To deploy Registration Processor services on Kubernetes cluster using Dockers re | |
Refer to the [configuration guide](docs/configuration.md). | ||
|
||
## Test | ||
Automated functional tests available in [Functional Tests repo](https://github.com/mosip/mosip-functional-tests) | ||
Automated functional tests available in [DSL Automation](https://docs.mosip.io/1.2.0/test-automation/dsl-test-rig-automation) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The link is wrong. It is about the documentation not about the actual test scripts. Please change the same. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
|
||
## APIs | ||
API documentation is available [here](https://docs.mosip.io/1.2.0/api) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. API documentation link is not working. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. added this link. https://mosip.github.io/documentation/1.2.0/1.2.0.html |
||
|
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.
Registration processor in sandbox link is not correct.