From ca084eb0840dd364c119149b0b79c9f04ec5e2b2 Mon Sep 17 00:00:00 2001 From: rakhimosip <86289097+rakhimosip@users.noreply.github.com> Date: Thu, 10 Mar 2022 15:15:07 +0530 Subject: [PATCH 1/3] Update DOCUMENTATION-workshop.md --- exercises/DOCUMENTATION-workshop.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exercises/DOCUMENTATION-workshop.md b/exercises/DOCUMENTATION-workshop.md index ba1adc0..6537126 100644 --- a/exercises/DOCUMENTATION-workshop.md +++ b/exercises/DOCUMENTATION-workshop.md @@ -1,9 +1,9 @@ -# documenatation workshop +# Documentation Workshop -### Overview -this is a trial workshop sesion to assist us in underStanding the guidilines for writting mosip-related document. +## Overview +This is a trial workshop sesion to assist us in underStanding the guidelines for writting MOSIP-related document. -## types of documents +### Types of documents ### Type1 From 8f18be7a5b199053545b74700d84d2d8ea5b4e82 Mon Sep 17 00:00:00 2001 From: rakhimosip <86289097+rakhimosip@users.noreply.github.com> Date: Thu, 10 Mar 2022 15:40:58 +0530 Subject: [PATCH 2/3] Update DOCUMENTATION-workshop.md --- exercises/DOCUMENTATION-workshop.md | 38 +++++++++-------------------- 1 file changed, 12 insertions(+), 26 deletions(-) diff --git a/exercises/DOCUMENTATION-workshop.md b/exercises/DOCUMENTATION-workshop.md index 6537126..1f07d8c 100644 --- a/exercises/DOCUMENTATION-workshop.md +++ b/exercises/DOCUMENTATION-workshop.md @@ -1,42 +1,28 @@ # Documentation Workshop ## Overview -This is a trial workshop sesion to assist us in underStanding the guidelines for writting MOSIP-related document. +This is a trial workshop session to assist us in understanding the guidelines for writing MOSIP related documents. ### Types of documents -### Type1 +### Type 1 -_the paragraph below in describes admin Portal_ +Admin portal will be used by administrative users for the following purposes: -Using the admin portal, the administrator can now retrieve an INDIVIDUAL's lost rid or misplaced rid. Using the admin portal, the *admin* can now controll the levels of location hierarchy they required while creating the registration centres. The level of the hierarchy can be configured through configuration property value. -Using the admin portal, the administrator can now map the users to a registration centre and to a zone -Using the Admin portal, the administrator can now create and update dynamic fields such as Gender, Blood Type, Residence Status, Marital STATUS etc.Using the admin portal, the administrator can now configure the number of kiosks in a particular reg centre during the process of creating the registration centre. +* Retrieve a resident's lost RID or misplaced rid. -### Type 2 - -Setting up Registration client +* Map users to an administrative zone and registration centre. -Step1. Download TPM utility and run the to get machine keys -Please find the instructions to check out, build and run the utility here +* Create and update dynamic fields such as Gender, Blood Type, Residence Status, Marital Status etc. -Step-2. Whitelist the machine keys in server db -Machine name and keys output from utility should be updated in server. +* Configure the number of kiosks in a particular registration centre during the process of creating the registration centre. -use the below api to create / whitelist your machine -curl -X POST "https:///v1/masterdata/machine +### Type 2 -NOTE : --> Replace appropriate HOSTNAME in the above curl command --> In case, we are trying to whitelist NON-TPM machine, Please set publicKey and signPublicKey with same value +Setting up Registration client -step3: Know your userId and required roles - Create the user in the keycloak. +1. Download TPM utility and run it to get machine keys. Please find the instructions to check out, build and run the utility here -Map the user to same center as that of the machine that is created/whitelisted in Step-2. +2. Whitelist the machine keys in server db +Machine name and keys output from utility should be updated in server. -Either one of these roles must be assigned to the user in keycloak - "REGISTRATION_Supervisor, "Reg_OFFICER" - -Step-4. Download registration client and start reg-client -Registration client package can be downloaded from below URL, if env is setup with mosip standard deployment. - From 14908d4fb88d4526832e4c4665ef33d9a41a627b Mon Sep 17 00:00:00 2001 From: rakhimosip <86289097+rakhimosip@users.noreply.github.com> Date: Thu, 10 Mar 2022 15:42:23 +0530 Subject: [PATCH 3/3] Create rakhi.md --- exercises/rakhi.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 exercises/rakhi.md diff --git a/exercises/rakhi.md b/exercises/rakhi.md new file mode 100644 index 0000000..2061abe --- /dev/null +++ b/exercises/rakhi.md @@ -0,0 +1,27 @@ +# Documentation Workshop + +## Overview +This is a trial workshop session to assist us in understanding the guidelines for writing MOSIP related documents. + +### Types of documents + +### Type 1 + +Admin portal will be used by administrative users for the following purposes: + +* Retrieve a resident's lost RID or misplaced rid. + +* Map users to an administrative zone and registration centre. + +* Create and update dynamic fields such as Gender, Blood Type, Residence Status, Marital Status etc. + +* Configure the number of kiosks in a particular registration centre during the process of creating the registration centre. + +### Type 2 + +Setting up Registration client + +1. Download TPM utility and run it to get machine keys. Please find the instructions to check out, build and run the utility here + +2. Whitelist the machine keys in server db +Machine name and keys output from utility should be updated in server.