Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
This release will let the user - who is a System Administrator - set up campaigns on the HCM App and will reduce the current setup time for a given campaign from about 15 days to about 2-3 days.
Some of the known issues(Change Requests have been created) related to this release are:
Redirecting user from Date change confirmation screen to "Campaign Summary" screen
Seeing updated dates on Campaign Summary screen
Allowing users to configure app features (Checklist).
Allowing users to update the Ongoing Campaign Data
Features
Description
Update Dates
Updating Dates for upcoming or ongoing campaign
Timeline
Timeline view for campaign creation process
Usablity Fixes on Excel Templates
MDMS Data on User and Facility Sheets as Dropdowns
This release will let the user - who is a System Administrator - set up campaigns on the HCM App and will reduce the current setup time for a given campaign from about 15 days to about 2-3 days
Some of the known issues related to this release are:Comment
Usability of the Excel templates: The usability of the Excel templates for setting targets, facility data, and user data could be improved as the inputs in the Excel from the users are not restricted in the sheet and could lead to errors
Decentralising the data setup process.
Changing dates for ongoing campaigns from the Console.
Allowing users to configure app features.
Here are the articles in this section:
Category | Services | Docker Image | Comments |
---|
Features
Description
Campaign name
The system admin can set the name of the campaign being created.
Campaign start and end dates
The system admin can set when the campaign starts and ends in the system.
Number of cycles, number of deliveries in each cycle, and dates for each cycle
The system admin can set the number of cycles and deliveries and dates for each cycle in the system.
Setting delivery rules for each delivery
Using the attributes and mathematical operators, the system admin can set the delivery rules for each delivery, and create eligibility criteria for all deliveries.
Selecting boundaries for campaign through UI
The user can select the boundaries where the campaign will be done through UI.
Setting targets at the lowest level of boundary data
A system admin can set the targets at the lowest level of boundary data by uploading target data on Excel template upload.
Creating facility data
A system admin can create or choose to reuse the existing facility data with the help of an Excel template upload.
Creating user data
A system admin can create the user data with the help of an Excel template upload.
We have introduced a new service project-factory and console web to streamline the campaign setup process.
Project factory enhanced to support the timeline view of processes.
The console web application will have the support to extend/update dates for an ongoing campaign.
The Console now shows the timeline view of processes going on in the creation of a campaign.
HCM Admin Console v0.2 | project-factory:v0.2.0-1ea8b5b5b9-9 | updated |
workbench-ui:v0.2.0-6f08f64238-535 | updated |
HCM | health-project:v1.1.5-8208b6fc8f-69 | updated |
DEVOPS | 0.2 tag added |
CONFIGS | 0.2 tag added |
Localisation | 0.2 tag added |
MDMS | we added the seed data as part of release kit |
We have introduced a new service project-factory and console web to streamline the campaign setup process
Project-factory helps users create the seed data necessary for the campaign creation process in DIGIT HCM. Additionally, it helps establish relationships between all the resources.CommentDepends on the Latest Health Services (Integrated with Boundary V2),
The console web application assists users with the initial boundary setup, campaign creation, delivery rule configuration, product creation, boundary target setting, facility creation and linking for each boundary, user creation, staff mapping for each boundary, and connecting with the project-factory service to create campaigns in DIGIT HCM.
Configuration and devops details
Feature | Service name | Changes | Description |
---|---|---|---|
For MDMS-V2 changes, refer to the file below for MDMS schema and data that needs to be added for health - HCM-ADMIN-CONSOLE service:
1.1) Add HCM-ADMIN-CONSOLE.dateWithBoundary schema
{
"type": "object",
"title": "Generated schema for Root",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"dateWithBoundary"
],
"x-unique": [
"dateWithBoundary"
],
"properties": {
"dateWithBoundary": {
"type": "boolean"
}
}
},
1.2) Add commonUiConfig.LoginConfig schema
{
"type": "object",
"title": "Generated schema for Root",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"title"
],
"x-unique": [
"title"
],
"properties": {
"texts": {
"type": "object",
"required": [
"header",
"submitButtonLabel",
"secondaryButtonLabel"
],
"properties": {
"header": {
"type": "string"
},
"submitButtonLabel": {
"type": "string"
},
"secondaryButtonLabel": {
"type": "string"
}
}
},
"title": {
"type": "string"
},
"inputs": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"key",
"isMandatory",
"populators"
],
"properties": {
"key": {
"type": "string"
},
"type": {
"type": "string"
},
"label": {
"type": "string"
},
"disable": {
"type": "boolean"
},
"component": {
"type": "string"
},
"populators": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
},
"error": {
"type": "string"
},
"mdmsConfig": {
"type": "object",
"required": [
"masterName",
"moduleName",
"localePrefix",
"select"
],
"properties": {
"select": {
"type": "string"
},
"masterName": {
"type": "string"
},
"moduleName": {
"type": "string"
},
"localePrefix": {
"type": "string"
}
}
},
"optionsKey": {
"type": "string"
},
"validation": {
"type": "object",
"required": [
"required"
],
"properties": {
"required": {
"type": "boolean"
}
}
}
}
},
"customProps": {
"type": "object",
"required": [
"module"
],
"properties": {
"module": {
"type": "string"
}
}
},
"isMandatory": {
"type": "boolean"
},
"withoutLabel": {
"type": "boolean"
}
}
}
}
}
},
1.3) Update Schema of commonUiConfig.PrivacyPolicy
{
"type": "object",
"title": "Generated schema for Root",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"header",
"module"
],
"x-unique": [
"module"
],
"properties": {
"header": {
"type": "string"
},
"module": {
"type": "string"
},
"contents": {
"type": "array",
"items": {
"type": "object",
"properties": {
"header": {
"type": "string"
},
"descriptions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
},
"isBold": {
"type": "boolean"
},
"subDescriptions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
},
"isBold": {
"type": "boolean"
},
"isSpaceRequired": {
"type": "boolean"
}
}
}
}
}
}
}
}
}
}
}
}
1.4) Update Schema of health.HOUSE_STRUCTURE_TYPES
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Generated schema for Root",
"type": "object",
"properties": {
"code": {
"type": "string"
},
"name": {
"type": "string"
},
"active": {
"type": "boolean"
}
},
"required": [
"code",
"name",
"active"
]
}
1.5) Update Schema of HCM-ADMIN-CONSOLE.baseTimeout
{
"type": "object",
"title": "Generated schema for Root",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"baseTimeOut",
"maxTime",
"timelineRefetch"
],
"x-unique": [
"baseTimeOut",
"maxTime",
"timelineRefetch"
],
"properties": {
"maxTime": {
"type": "number"
},
"baseTimeOut": {
"type": "number"
},
"timelineRefetch": {
"type": "number"
}
}
},
2.1) Add data for HCM-ADMIN-CONSOLE.dateWithBoundary data
{
"dateWithBoundary": true
}
2.2) Add data for commonUiConfig.LoginConfig
{
"texts": {
"header": "CORE_COMMON_LOGIN",
"submitButtonLabel": "CORE_COMMON_CONTINUE",
"secondaryButtonLabel": "CORE_COMMON_FORGOT_PASSWORD"
},
"title": "login",
"inputs": [
{
"key": "username",
"type": "text",
"label": "CORE_LOGIN_USERNAME",
"populators": {
"name": "username",
"error": "ERR_USERNAME_REQUIRED",
"validation": {
"required": true
}
},
"isMandatory": true
},
{
"key": "password",
"type": "password",
"label": "CORE_LOGIN_PASSWORD",
"populators": {
"name": "password",
"error": "ERR_PASSWORD_REQUIRED",
"validation": {
"required": true
}
},
"isMandatory": true
},
{
"key": "city",
"type": "dropdown",
"label": "CORE_COMMON_CITY",
"disable": false,
"populators": {
"name": "city",
"error": "ERR_HRMS_INVALID_CITY",
"mdmsConfig": {
"select": "(data)=>{ return Array.isArray(data['tenant'].tenants) && Digit.Utils.getUnique(data['tenant'].tenants).map(ele=>({code:ele.code,name:Digit.Utils.locale.getTransformedLocale('TENANT_TENANTS_'+ele.code)}))}",
"masterName": "tenants",
"moduleName": "tenant",
"localePrefix": "TENANT_TENANTS"
},
"optionsKey": "name"
},
"isMandatory": true
},
{
"key": "check",
"type": "component",
"disable": false,
"component": "PrivacyComponent",
"populators": {
"name": "check"
},
"customProps": {
"module": "HCM"
},
"isMandatory": false,
"withoutLabel": true
}
]
},
2.3) Add data for commonUiConfig.PrivacyPolicy
{
"header": "PRIVACY_HEADER",
"module": "HCM",
"contents": [
{
"header": "PRIVACY_HEADER_1_SUB_1",
"descriptions": [
{
"text": "PRIVACY_HEADER_1_SUB_1_DESC_1",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_1_SUB_1_DESC_2",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_1_SUB_1_DESC_3",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_1_SUB_1_DESC_4",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_1_SUB_1_DESC_5",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_1_SUB_1_DESC_6",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_1_SUB_1_DESC_7",
"type": "null",
"isBold": false
}
]
},
{
"header": "PRIVACY_HEADER_2_SUB_2",
"descriptions": [
{
"text": "PRIVACY_HEADER_2_SUB_2_DESC_1",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_2_SUB_2_DESC_2",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_2_SUB_2_DESC_3",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_2_SUB_2_DESC_4",
"type": "null",
"isBold": false,
"subDescriptions": [
{
"text": "PRIVACY_HEADER_2_SUB_2_DESC_3_SUBDESC_1",
"type": "null",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_2_SUB_2_DESC_3_SUBDESC_2",
"type": "null",
"isBold": false,
"isSpaceRequired": true
}
]
},
{
"text": "PRIVACY_HEADER_2_SUB_2_DESC_5",
"type": "null",
"isBold": false
}
]
},
{
"header": "PRIVACY_HEADER_3_SUB_3",
"descriptions": [
{
"text": "PRIVACY_HEADER_3_SUB_3_DESC_1",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_3_SUB_3_DESC_2",
"type": "null",
"isBold": false
}
]
},
{
"header": "PRIVACY_HEADER_4_SUB_4",
"descriptions": [
{
"text": "PRIVACY_HEADER_4_SUB_4_DESC_1",
"type": "null",
"isBold": false,
"subDescriptions": [
{
"text": "PRIVACY_HEADER_4_SUB_4_DESC_1_SUBDESC_1",
"type": "points",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_4_SUB_4_DESC_1_SUBDESC_2",
"type": "points",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_4_SUB_4_DESC_1_SUBDESC_3",
"type": "points",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_4_SUB_4_DESC_1_SUBDESC_4",
"type": "points",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_4_SUB_4_DESC_1_SUBDESC_5",
"type": "points",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_4_SUB_4_DESC_1_SUBDESC_6",
"type": "points",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_4_SUB_4_DESC_1_SUBDESC_7",
"type": "points",
"isBold": false,
"isSpaceRequired": true
}
]
},
{
"text": "PRIVACY_HEADER_4_SUB_4_DESC_2",
"type": "null",
"isBold": false
}
]
},
{
"header": "PRIVACY_HEADER_5_SUB_5",
"descriptions": [
{
"text": "PRIVACY_HEADER_5_SUB_5_DESC_1",
"type": "null",
"isBold": false,
"subDescriptions": [
{
"text": "PRIVACY_HEADER_5_SUB_5_DESC_1_SUBDESC_1",
"type": "points",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_5_SUB_5_DESC_1_SUBDESC_2",
"type": "points",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_5_SUB_5_DESC_1_SUBDESC_3",
"type": "points",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_5_SUB_5_DESC_1_SUBDESC_4",
"type": "points",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_5_SUB_5_DESC_1_SUBDESC_5",
"type": "points",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_5_SUB_5_DESC_1_SUBDESC_6",
"type": "points",
"isBold": false,
"isSpaceRequired": true
}
]
}
]
},
{
"header": "PRIVACY_HEADER_6_SUB_1",
"descriptions": [
{
"text": "PRIVACY_HEADER_6_SUB_6_DESC_1",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_6_SUB_6_DESC_2",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_6_SUB_6_DESC_3",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_6_SUB_6_DESC_4",
"type": "null",
"isBold": false
}
]
},
{
"header": "PRIVACY_HEADER_7_SUB_1",
"descriptions": [
{
"text": "PRIVACY_HEADER_7_SUB_7_DESC_1",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_7_SUB_7_DESC_2",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_7_SUB_7_DESC_3",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_7_SUB_7_DESC_4",
"type": "null",
"isBold": false
}
]
},
{
"header": "PRIVACY_HEADER_8_SUB_1",
"descriptions": [
{
"text": "PRIVACY_HEADER_8_SUB_8_DESC_1",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_8_SUB_8_DESC_2",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_8_SUB_8_DESC_3",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_8_SUB_8_DESC_4",
"type": "null",
"isBold": false
}
]
},
{
"header": "PRIVACY_HEADER_9_SUB_9",
"descriptions": [
{
"text": "PRIVACY_HEADER_9_SUB_9_DESC_1",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_9_SUB_9_DESC_2",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_9_SUB_9_DESC_3",
"type": "null",
"isBold": false,
"subDescriptions": [
{
"text": "PRIVACY_HEADER_9_SUB_9_DESC_3_SUBDESC_1",
"type": "null",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_9_SUB_9_DESC_3_SUBDESC_2",
"type": "null",
"isBold": false,
"isSpaceRequired": true
}
]
},
{
"text": "PRIVACY_HEADER_9_SUB_9_DESC_4",
"type": "null",
"isBold": false,
"subDescriptions": [
{
"text": "PRIVACY_HEADER_9_SUB_9_DESC_4_SUBDESC_1",
"type": "null",
"isBold": false,
"isSpaceRequired": true
}
]
},
{
"text": "PRIVACY_HEADER_9_SUB_9_DESC_5",
"type": "null",
"isBold": false,
"subDescriptions": [
{
"text": "PRIVACY_HEADER_9_SUB_9_DESC_5_SUBDESC_1",
"type": "null",
"isBold": false,
"isSpaceRequired": true
},
{
"text": "PRIVACY_HEADER_9_SUB_9_DESC_5_SUBDESC_2",
"type": "null",
"isBold": false,
"isSpaceRequired": true
}
]
}
]
},
{
"header": "PRIVACY_HEADER_10_SUB_10",
"descriptions": [
{
"text": "PRIVACY_HEADER_10_SUB_10_DESC_1",
"type": "null",
"isBold": false
},
{
"text": "PRIVACY_HEADER_10_SUB_10_DESC_2",
"type": "null",
"isBold": false
}
]
},
{
"header": "PRIVACY_HEADER_11_SUB_11",
"descriptions": [
{
"text": "PRIVACY_HEADER_11_SUB_11_DESC_1",
"type": "null",
"isBold": false
}
]
},
{
"header": "PRIVACY_HEADER_12_SUB_12",
"descriptions": [
{
"text": "PRIVACY_HEADER_12_SUB_12_DESC_1",
"type": "step",
"isBold": false
},
{
"text": "PRIVACY_HEADER_12_SUB_12_DESC_2",
"type": "step",
"isBold": false
}
]
}
]
},
2.4) Add data for HCM-ADMIN-CONSOLE.basetimeout
{
"baseTimeOut": 50,
"maxTime": 5000,
"timelineRefetch" : 3000
}
2.5) Update data for HCM-ADMIN-CONSOLE.ReadMeConfig
{
"type": "facilityWithBoundary",
"texts": [
{
"header": "FACILITYWITHBOUNDARY_README_HEADER_1",
"isHeaderBold": true,
"inSheet": false,
"inUiInfo": true,
"descriptions": [
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_1_DESC_1",
"isStepRequired": true
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_1_DESC_2",
"isStepRequired": true
}
]
},
{
"header": "FACILITYWITHBOUNDARY_README_HEADER_2",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_1",
"isStepRequired": true
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_2",
"isStepRequired": true
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_3",
"isStepRequired": true
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_4",
"isStepRequired": true
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_5",
"isStepRequired": false
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_6",
"isStepRequired": false
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_7",
"isStepRequired": false
}
]
},
{
"header": "FACILITYWITHBOUNDARY_README_HEADER_3",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_1",
"isStepRequired": false
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_2",
"isStepRequired": false
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_3",
"isStepRequired": false
}
]
}
]
},
{
"type": "userWithBoundary",
"texts": [
{
"header": "USERWITHBOUNDARY_README_HEADER_1",
"isHeaderBold": true,
"inSheet": false,
"inUiInfo": true,
"descriptions": [
{
"text": "USERWITHBOUNDARY_README_HEADER_1_DESC_1",
"isStepRequired": true
},
{
"text": "USERWITHBOUNDARY_README_HEADER_1_DESC_2",
"isStepRequired": true
}
]
},
{
"header": "USERWITHBOUNDARY_README_HEADER_2",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "USERWITHBOUNDARY_README_HEADER_2_DESC_1",
"isStepRequired": true
},
{
"text": "USERWITHBOUNDARY_README_HEADER_2_DESC_2",
"isStepRequired": true
},
{
"text": "USERWITHBOUNDARY_README_HEADER_2_DESC_3",
"isStepRequired": true
},
{
"text": "USERWITHBOUNDARY_README_HEADER_2_DESC_4",
"isStepRequired": true
}
]
},
{
"header": "USERWITHBOUNDARY_README_HEADER_3",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "USERWITHBOUNDARY_README_HEADER_3_DESC_1",
"isStepRequired": false
},
{
"text": "USERWITHBOUNDARY_README_HEADER_3_DESC_2",
"isStepRequired": false
}
]
}
]
},
{
"type": "boundary",
"texts": [
{
"header": "BOUNDARY_README_HEADER_1",
"isHeaderBold": true,
"inSheet": false,
"inUiInfo": true,
"descriptions": [
{
"text": "BOUNDARY_README_HEADER_1_DESC_1",
"isStepRequired": true
},
{
"text": "BOUNDARY_README_HEADER_1_DESC_2",
"isStepRequired": true
}
]
},
{
"header": "BOUNDARY_README_HEADER_2",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "BOUNDARY_README_HEADER_2_DESC_1",
"isStepRequired": true
},
{
"text": "BOUNDARY_README_HEADER_2_DESC_2",
"isStepRequired": true
},
{
"text": "BOUNDARY_README_HEADER_2_DESC_3",
"isStepRequired": true
},
{
"text": "BOUNDARY_README_HEADER_2_DESC_4",
"isStepRequired": true
}
]
},
{
"header": "BOUNDARY_README_HEADER_3",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "BOUNDARY_README_HEADER_3_DESC_1",
"isStepRequired": false
},
{
"text": "BOUNDARY_README_HEADER_3_DESC_2",
"isStepRequired": false
},
{
"text": "BOUNDARY_README_HEADER_3_DESC_3",
"isStepRequired": false
}
]
}
]
}
2.4) Add data for health.HOUSE_STRUCTURE_TYPES
{
"tenantId": "mz",
"moduleName": "HCM",
"HOUSE_STRUCTURE_TYPES": [
{
"code": "CEMENT",
"name": "Cement",
"active": true
},
{
"code": "REEDS",
"name": "Reeds",
"active": true
},
{
"code": "CLAY",
"name": "Clay",
"active": true
},
{
"code": "METAL_OR_GLASS",
"name": "Metal/Glass",
"active": true
}
]
}
2.5) Update data for HCM-ADMIN-CONSOLE.deliveryConfig to add IRS campaign.
{
"projectType": "IRS-mz",
"attrAddDisable": true,
"deliveryAddDisable": false,
"customAttribute": true,
"productCountHide": true,
"cycleConfig": {
"cycle": 1,
"deliveries": 1,
"IsDisable": true
},
"deliveryConfig": [
{
"attributeConfig": [
{
"key": 1,
"label": "Custom",
"attrType": "text",
"attrValue": "TYPE_OF_STRUCTURE",
"operatorValue": "EQUAL_TO",
"value": "CEMENT"
}
],
"productConfig": [
{
"key": 1,
"count": 1,
"value": "PVAR-2024-03-15-000043",
"name": "SP 500mg"
}
]
}
]
}
2.6) Update data for HCM-ADMIN-CONSOLE.deliveryConfig to add LLIN campaign - to make delivery and cycle number as 1 only.
{
"projectType": "LLIN-mz",
"attrAddDisable": true,
"deliveryAddDisable": true,
"customAttribute": true,
"cycleConfig": {
"cycle": 1,
"deliveries": 1,
"IsDisable": true
},
"deliveryConfig": [
{
"attributeConfig": [
{
"key": 1,
"label": "Custom",
"attrType": "text",
"attrValue": "CAMPAIGN_BEDNET_INDIVIDUAL_LABEL",
"operatorValue": "LESS_THAN_EQUAL_TO",
"value": 3
},
{
"key": 2,
"label": "Custom",
"attrType": "text",
"attrValue": "CAMPAIGN_BEDNET_HOUSEHOLD_LABEL",
"operatorValue": "LESS_THAN_EQUAL_TO",
"value": 1.8
}
],
"productConfig": [
{
"key": 1,
"count": 1,
"value": "PVAR-2024-05-03-000305",
"name": "SP - 250mg"
}
]
}
]
2.7) Update data for HCM-ADMIN-CONSOLE.productType - to add SPRAY type
{
"key": 4,
"code": "RESIDUAL_SPRAY"
}
2.8) Update data for health.project-types
{
"id": "192a20d1-0edd-4108-925a-f37bf544d6c4",
"name": "Project type configuration for IRS - Campaigns",
"code": "IRS-mz",
"group": "IRS Campaign",
"beneficiaryType": "HOUSEHOLD",
"eligibilityCriteria": [
"All households are eligible."
],
"dashboardUrls": {
"NATIONAL_SUPERVISOR": "/digit-ui/employee/dss/landing/national-health-dashboard",
"PROVINCIAL_SUPERVISOR": "/digit-ui/employee/dss/dashboard/provincial-health-dashboard",
"DISTRICT_SUPERVISOR": "/digit-ui/employee/dss/dashboard/district-health-dashboard"
},
"taskProcedure": [
"1 DDT is to be distributed per house.",
"1 Malathion is to be distributed per house.",
"1 Pyrethroid is to be distributed per house."
],
"resources": [
{
"productVariantId": "PVAR-2024-07-08-000368",
"isBaseUnitVariant": true
},
{
"productVariantId": "PVAR-2024-07-08-000369",
"isBaseUnitVariant": true
},
{
"productVariantId": "PVAR-2024-07-08-000370",
"isBaseUnitVariant": true
},
{
"productVariantId": "PVAR-2024-07-08-000371",
"isBaseUnitVariant": true
},
{
"productVariantId": "PVAR-2024-07-08-000372",
"isBaseUnitVariant": true
},
{
"productVariantId": "PVAR-2024-07-08-000373",
"isBaseUnitVariant": true
}
]
}
2.9) Update data for common-masters.IdFormat
{
"format": "USR-[SEQ_EG_USER_NAME]",
"idname": "username.name"
}
2.10) Update data for HCM-ADMIN-CONSOLE.hierarchyConfig
{
"hierarchy": "ADMIN",
"lowestHierarchy": "Post Administrative",
"splitBoundariesOn" : "District",
"isActive": true
},
{
"hierarchy": "Workbench",
"lowestHierarchy": "Post Administrative",
"splitBoundariesOn" : "District",
"isActive": false
}
[{
"id": 2030,
"url": "/project-factory/v1/project-type/getProcessTrack",
"name": "Project Type progress track",
"enabled": true,
"leftIcon": "dynamic:ContractIcon",
"displayName": "Project Type progress track",
"orderNumber": -1,
"serviceCode": "project-factory"
},
{
"id": 2031,
"url": "/health-project/v1/_search",
"name": "HEALTH PROJECT SEARCH",
"enabled": true,
"leftIcon": "dynamic:ContractIcon",
"displayName": "HEALTH PROJECT SEARCH",
"orderNumber": 0,
"serviceCode": "project"
},
{
"id": 2032,
"url": "/health-project/v1/_update",
"name": "Health Project Update",
"enabled": true,
"leftIcon": "dynamic:ContractIcon",
"displayName": "Health Project Update",
"orderNumber": 0,
"serviceCode": "project"
}
]
Changes are being tracked in the Excel sheet:
Category | Services | Docker Image | Comments |
---|
Checklist | Yes/No/Partially | Reference Link/ETA | Owner | Reviewer | Remarks |
---|
Devops
project-factory values
Config
project-factory persister
The development is complete for all the features that are part of the release. | Yes | The code freeze occurred on Jun 20 |
Test cases are documented by the QA team, reviewed by product owners, and test results are updated in the test cases sheet. | Yes | @shreya | All test cases are reviewed by the Product Owner and results have been updated in the sheet. QA sign-off is given accordingly |
The incremental demo of the features showcased during the sprint showcase and feedback is incorporated. If possible, list out the JIRA tickets for feedback. | Yes | Jagan and Team | We had the following incremental demos with the product owner:
|
UI/UX audit review is completed along with feedback incorporation for any changes in UI/UX. | Yes | Nabeel | @ AndrewJones |
Incremental demos to the product owners are completed as part of the sprint, and feedback is incorporated. | Yes | Shreya |
QA sign-off is completed by the QA team and communicated to product owners. All the tickets’ QA sign-off status is updated in JIRA. | Yes | shreya | QA sign-off was completed on May 9, 2024. |
UI, and API technical documents are updated for the release along with the configuration documents. | Yes | Ashish Nabeel |
UAT promotion and regression testing from the QA team is completed. The QA team has shared the UAT regression test cases with the product owners. | Yes | Shreya | UAT sign-off was completed on May 23, 2024. |
API automation scripts are updated for new APIs or changes to any existing APIs for the release. API automation regression is completed on UAT; the automation test results are analysed and the necessary actions are taken to fix the failure cases. Publish the list of failure use cases with a reason for failure and the resolution taken to fix these failures for the release. | Yes | Shreya |
The API backward compatibility testing is completed. |
| shreya | Not Applicable, since it is new service |
The communication is shared with product owners for the completion of UAT promotion and regression by the QA team. The product owners have to give a product sign-off within one week of this communication. | Yes | Yes | shreya | UAT sign-off was completed on May 23, 2024. |
The UAT product sign-off communication is received from product owners along with the release notes and user guides (if applicable). |
| Yes |
The GIT tags and releases are created for the code changes for the release. | Yes |
Verify whether the release notes are updated. | Yes | Ashish |
Verify whether all the UAT builds are updated along with the GIT tag details. | Yes | Ashish |
Verify whether all MDMS, configurations, infra-ops configurations are updated. | Yes | Ashish |
Yes | Mihika | In progress - review pending |
Verify whether all test cases are up-to-date and updated along with the necessary permissions to view the test cases sheet. The test cases sheet is verified by the test lead. | Yes | Shreya |
Verify whether the UAT credentials' sheet is updated with the details of new users and roles, if any. |
| This should not go into Gitbook as this is internal to eGov. | Shreya |
Verify whether all the localisation data was added in UAT, and updated in the release kits. |
| shreya |
Verify whether the product release notes and user guides are updated and published. |
|
The demo of the released features is done by the product team as part of a sprint/release showcase. | Yes | Yes |
Technical and product workshops/demos are conducted by the engineering and product teams respectively to the implementation team (implementation handover). | Yes | @Ankit Sharma | HCM Admin Console Final Handover to Impel Team Date: May 30 |
Architect sign-off and technical quality report. |
|
Verify Bug Bash has been completed | Yes | Bug bash done on 21 May 2024 |
Product roadmap and success metrics. | Yes | Yes | Vignesh |
Adoption metrics. |
|
| Ankit |
Programme roll-out plan. |
|
| Ankit | Ranjani |
Implementation plan/checklist |
|
| Ankit | Ranjani |
Gate 2 | Yes | Vignesh | ExCos | June 20 |
The internal release communication along with all the release artefacts are shared by the engineering/ product teams. | Vignesh | To be shared post Gate 2 |
DIGIT 2.9 LTS |
MDMS V2 | mdms-v2-db:MDMS-v2-2.9LTS-fc6b868dce-47 | new service |
Boundary V2 | boundary-service:boundary-hierarchy-def-modified-6d5b30d4f6-9 | new service |
HCM v1.4 |
project-factory:v0.1.0-6caaf2700e-6 | new service |
workbench-ui:v0.1.0-6caaf2700e-16 | new service |
|
Feature | Service name | Changes | Description |
---|---|---|---|
For MDMS-V2 changes, refer to the file below for MDMS schema and data that needs to be added for health - HCM-ADMIN-CONSOLE service: Refer here to get all the MDMSv2 schemas and data.
Data for schema HCM-ADMIN-CONSOLE.attributeConfig
[
{
"key": 1,
"code": "Age",
"i18nKey": "CAMPAIGN_ATTRIBUTE_AGE"
},
{
"key": 2,
"code": "Height",
"i18nKey": "CAMPAIGN_ATTRIBUTE_HEIGHT"
},
{
"key": 3,
"code": "Weight",
"i18nKey": "CAMPAIGN_ATTRIBUTE_WEIGHT"
},
{
"key": 4,
"code": "Gender",
"i18nKey": "CAMPAIGN_ATTRIBUTE_GENDER"
}
]
Data for schema HCM-ADMIN-CONSOLE.deliveryTypeConfig
{
"tenantId": "mz",
"moduleName": "HCM-ADMIN-CONSOLE",
"deliveryTypeConfig": [
{
"key": 1,
"code": "DIRECT"
},
{
"key": 2,
"code": "INDIRECT"
}
]
}
Data for schema HCM-ADMIN-CONSOLE.deliveryConfig
[
{
"id": "420b3aa2-9374-46db-8cb1-d556b91bfe5c",
"tenantId": "mz",
"schemaCode": "HCM-ADMIN-CONSOLE.deliveryConfig",
"uniqueIdentifier": "LLIN-mz",
"data": {
"cycleConfig": {
"cycle": 1,
"deliveries": 1
},
"projectType": "LLIN-mz",
"attrAddDisable": true,
"deliveryConfig": [
{
"productConfig": [
{
"key": 1,
"name": "LLIN Bednet - Large",
"count": 1,
"value": "PVAR-2024-05-29-000073"
}
],
"attributeConfig": [
{
"key": 1,
"label": "Custom",
"value": 1.8,
"attrType": "text",
"attrValue": "CAMPAIGN_BEDNET_INDIVIDUAL_LABEL",
"operatorValue": "EQUAL_TO"
},
{
"key": 2,
"label": "Custom",
"value": 3,
"attrType": "text",
"attrValue": "CAMPAIGN_BEDNET_HOUSEHOLD_LABEL",
"operatorValue": "LESS_THAN_EQUAL_TO"
}
]
}
],
"customAttribute": true,
"deliveryAddDisable": true
},
"isActive": true,
"auditDetails": {
"createdBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47",
"lastModifiedBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47",
"createdTime": 1718790384341,
"lastModifiedTime": 1718790384341
}
},
{
"id": "ea8ecfc2-acc6-4292-a618-e9eabba488bb",
"tenantId": "mz",
"schemaCode": "HCM-ADMIN-CONSOLE.deliveryConfig",
"uniqueIdentifier": "MR-DN",
"data": {
"cycleConfig": {
"cycle": 4,
"deliveries": 3
},
"projectType": "MR-DN",
"attrAddDisable": false,
"deliveryConfig": [
{
"delivery": 1,
"conditionConfig": [
{
"deliveryType": "DIRECT",
"productConfig": [
{
"key": 1,
"name": "SP - 250mg",
"count": 1,
"value": "PVAR-2024-05-29-000068"
},
{
"key": 1,
"name": "AQ - 75mg",
"count": 1,
"value": "PVAR-2024-05-29-000067"
}
],
"attributeConfig": [
{
"key": 1,
"label": "Custom",
"toValue": 11,
"attrType": "dropdown",
"attrValue": "Age",
"fromValue": 3,
"operatorValue": "IN_BETWEEN"
}
],
"disableDeliveryType": true
},
{
"deliveryType": "DIRECT",
"productConfig": [
{
"key": 1,
"name": "A.Q - 150mg",
"count": 1,
"value": "PVAR-2024-05-29-000069"
},
{
"key": 1,
"name": "S.P - 500mg",
"count": 1,
"value": "PVAR-2024-05-29-000070"
}
],
"attributeConfig": [
{
"key": 1,
"label": "Custom",
"toValue": 59,
"attrType": "dropdown",
"attrValue": "Age",
"fromValue": 12,
"operatorValue": "IN_BETWEEN"
}
],
"disableDeliveryType": true
}
]
},
{
"delivery": 2,
"conditionConfig": [
{
"deliveryType": "INDIRECT",
"productConfig": [
{
"key": 1,
"name": "AQ - 75mg",
"count": 1,
"value": "PVAR-2024-05-29-000067"
}
],
"attributeConfig": [
{
"key": 1,
"label": "Custom",
"toValue": 11,
"attrType": "dropdown",
"attrValue": "Age",
"fromValue": 3,
"operatorValue": "IN_BETWEEN"
}
]
},
{
"deliveryType": "INDIRECT",
"productConfig": [
{
"key": 1,
"name": "A.Q - 150mg",
"count": 1,
"value": "PVAR-2024-05-29-000069"
}
],
"attributeConfig": [
{
"key": 1,
"label": "Custom",
"toValue": 59,
"attrType": "dropdown",
"attrValue": "Age",
"fromValue": 12,
"operatorValue": "IN_BETWEEN"
}
]
}
]
},
{
"delivery": 3,
"conditionConfig": [
{
"deliveryType": "INDIRECT",
"productConfig": [
{
"key": 1,
"name": "AQ - 75mg",
"count": 1,
"value": "PVAR-2024-05-29-000067"
}
],
"attributeConfig": [
{
"key": 1,
"label": "Custom",
"toValue": 11,
"attrType": "dropdown",
"attrValue": "Age",
"fromValue": 3,
"operatorValue": "IN_BETWEEN"
}
]
},
{
"deliveryType": "INDIRECT",
"productConfig": [
{
"key": 1,
"name": "A.Q - 150mg",
"count": 1,
"value": "PVAR-2024-05-29-000069"
}
],
"attributeConfig": [
{
"key": 1,
"label": "Custom",
"toValue": 59,
"attrType": "dropdown",
"attrValue": "Age",
"fromValue": 12,
"operatorValue": "IN_BETWEEN"
}
]
}
]
}
],
"customAttribute": true,
"deliveryAddDisable": false
},
"isActive": true,
"auditDetails": {
"createdBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47",
"lastModifiedBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47",
"createdTime": 1718790371242,
"lastModifiedTime": 1718790371242
}
}
]
Data for schema HCM-ADMIN-CONSOLE.facilityschema
{
"tenantId": "mz",
"moduleName": "HCM-ADMIN-CONSOLE",
"facilitySchema": [
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "FacilityTemplateSchema",
"type": "object",
"properties": {
"HCM_ADMIN_CONSOLE_FACILITY_NAME": {
"type": "string",
"maxLength": 2000,
"minLength": 1
},
"HCM_ADMIN_CONSOLE_FACILITY_TYPE": {
"enum": [
"Warehouse",
"Health Facility"
]
},
"HCM_ADMIN_CONSOLE_FACILITY_STATUS": {
"enum": [
"Temporary",
"Permanent"
]
},
"HCM_ADMIN_CONSOLE_FACILITY_CAPACITY": {
"type": "number",
"minimum": 1,
"maximum": 100000000
},
"HCM_ADMIN_CONSOLE_BOUNDARY_CODE_MANDATORY": {
"type": "string"
}
},
"required": [
"HCM_ADMIN_CONSOLE_FACILITY_NAME",
"HCM_ADMIN_CONSOLE_FACILITY_TYPE",
"HCM_ADMIN_CONSOLE_FACILITY_STATUS",
"HCM_ADMIN_CONSOLE_FACILITY_CAPACITY",
"HCM_ADMIN_CONSOLE_BOUNDARY_CODE_MANDATORY"
],
"unique": [
"HCM_ADMIN_CONSOLE_FACILITY_NAME"
]
}
]
}
Data for schema HCM-ADMIN-CONSOLE.adminSchema
[
{
"title": "user",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"enumProperties": [
{
"enum": [
"Registrar",
"Distributor",
"Supervisor",
"Help Desk",
"Monitor Local",
"Logistical officer"
],
"name": "HCM_ADMIN_CONSOLE_USER_ROLE",
"isRequired": true,
"description": "User Role",
"orderNumber": 3
},
{
"enum": [
"Temporary",
"Permanent"
],
"name": "HCM_ADMIN_CONSOLE_USER_EMPLOYMENT_TYPE",
"isRequired": true,
"description": "Employement Type",
"orderNumber": 4
}
],
"numberProperties": [
{
"name": "HCM_ADMIN_CONSOLE_USER_PHONE_NUMBER",
"type": "number",
"isUnique": true,
"isRequired": true,
"description": "Phone Number",
"orderNumber": 2
}
],
"stringProperties": [
{
"name": "HCM_ADMIN_CONSOLE_USER_NAME",
"type": "string",
"maxLength": 128,
"minLength": 2,
"isRequired": true,
"description": "User Name",
"orderNumber": 1
},
{
"name": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE_MANDATORY",
"type": "string",
"isRequired": true,
"description": "Boundary Code (Mandatory)",
"orderNumber": 5
}
]
},
"campaignType": "all"
},
{
"title": "facility",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"enumProperties": [
{
"enum": [
"Warehouse",
"Health Facility",
"Storing Resource"
],
"name": "HCM_ADMIN_CONSOLE_FACILITY_TYPE",
"isRequired": true,
"description": "Facility type",
"orderNumber": 2
},
{
"enum": [
"Temporary",
"Permanent"
],
"name": "HCM_ADMIN_CONSOLE_FACILITY_STATUS",
"isRequired": true,
"description": "Facility status",
"orderNumber": 3
},
{
"enum": [
"Active",
"Inactive"
],
"name": "HCM_ADMIN_CONSOLE_FACILITY_USAGE",
"isRequired": true,
"description": "Facility usage",
"orderNumber": 6
}
],
"numberProperties": [
{
"name": "HCM_ADMIN_CONSOLE_FACILITY_CAPACITY",
"type": "number",
"maximum": 100000000,
"minimum": 1,
"isRequired": true,
"description": "Camapcity",
"orderNumber": 4
}
],
"stringProperties": [
{
"name": "HCM_ADMIN_CONSOLE_FACILITY_NAME",
"type": "string",
"isUnique": true,
"maxLength": 2000,
"minLength": 1,
"isRequired": true,
"description": "Facility Name",
"orderNumber": 1
},
{
"name": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE_MANDATORY",
"type": "string",
"isRequired": true,
"description": "Boundary Code",
"orderNumber": 5
}
]
},
"campaignType": "all"
},
{
"title": "boundary",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"numberProperties": [
{
"name": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_3_TO_11",
"type": "number",
"isRequired": true,
"description": "Target at village level - Age 3 to 11 Months (Mandatory and to be entered by the user)",
"orderNumber": 2
},
{
"name": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_12_TO_59",
"type": "number",
"isRequired": true,
"description": "Target at village level - Age 12 to 59 Months (Mandatory and to be entered by the user)",
"orderNumber": 3
}
],
"stringProperties": [
{
"name": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE",
"type": "string",
"isRequired": true,
"description": "Boundary Code",
"orderNumber": 1,
"freezeColumn": true
}
]
},
"campaignType": "MR-DN"
},
{
"title": "boundary",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"numberProperties": [
{
"name": "HCM_ADMIN_CONSOLE_TARGET",
"type": "number",
"isRequired": true,
"description": "Target at the Selected Boundary Level",
"orderNumber": 2
}
],
"stringProperties": [
{
"name": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE",
"type": "string",
"isRequired": true,
"description": "Boundary Code",
"orderNumber": 1,
"freezeColumn": true
}
]
},
"campaignType": "LLIN-mz"
},
{
"title": "boundaryWithTarget",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"numberProperties": [
{
"name": "HCM_ADMIN_CONSOLE_TARGET",
"type": "number",
"maximum": 100000000,
"minimum": 1,
"isRequired": true,
"description": "Target at the Selected Boundary Level",
"orderNumber": 1
}
],
"stringProperties": [
{
"name": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE",
"type": "string",
"isRequired": true,
"description": "Boundary Code",
"orderNumber": 1,
"freezeColumn": true
}
]
},
"campaignType": "LLIN-mz"
},
{
"title": "boundaryWithTarget",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"numberProperties": [
{
"name": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_3_TO_11",
"type": "number",
"maximum": 100000000,
"minimum": 1,
"isRequired": true,
"description": "Target at village level - Age 3 to 11 Months (Mandatory and to be entered by the user)",
"orderNumber": 2
},
{
"name": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_12_TO_59",
"type": "number",
"maximum": 100000000,
"minimum": 1,
"isRequired": true,
"description": "Target at village level - Age 12 to 59 Months (Mandatory and to be entered by the user)",
"orderNumber": 3
}
],
"stringProperties": [
{
"name": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE",
"type": "string",
"isRequired": true,
"description": "Boundary Code",
"orderNumber": 1,
"freezeColumn": true
}
]
},
"campaignType": "MR-DN"
}
]
Data for schema HCM-ADMIN-CONSOLE.baseTimeout
[
{
"baseTimeOut": 50,
"maxTime": 2500
}
]
Data for schema HCM-ADMIN-CONSOLE.mailConfig
[
{
"mailId": "L1team@email.com"
}
]
Data for schema HCM-ADMIN-CONSOLE.operatorConfig
[
{
"key": 1,
"code": "LESS_THAN"
},
{
"key": 2,
"code": "GREATER_THAN"
},
{
"key": 3,
"code": "IN_BETWEEN"
},
{
"key": 4,
"code": "EQUAL_TO"
},
{
"key": 5,
"code": "GREATER_THAN_EQUAL_TO"
},
{
"key": 6,
"code": "LESS_THAN_EQUAL_TO"
}
]
Data for schema HCM-ADMIN-CONSOLE.productType
[
{
"key": 1,
"code": "BEDNET"
},
{
"key": 2,
"code": "TONIC"
},
{
"key": 3,
"code": "DRUG"
}
]
Data for schema HCM-ADMIN-CONSOLE.readMeConfig
[
{
"type": "facilityWithBoundary",
"texts": [
{
"header": "FACILITYWITHBOUNDARY_README_HEADER_1",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_1_DESC_1",
"isStepRequired": true
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_1_DESC_2",
"isStepRequired": true
}
]
},
{
"header": "FACILITYWITHBOUNDARY_README_HEADER_2",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_1",
"isStepRequired": true
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_2",
"isStepRequired": true
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_3",
"isStepRequired": true
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_4",
"isStepRequired": true
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_5",
"isStepRequired": false
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_6",
"isStepRequired": false
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_7",
"isStepRequired": false
}
]
},
{
"header": "FACILITYWITHBOUNDARY_README_HEADER_3",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_1",
"isStepRequired": false
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_2",
"isStepRequired": false
},
{
"text": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_3",
"isStepRequired": false
}
]
}
]
},
{
"type": "userWithBoundary",
"texts": [
{
"header": "USERWITHBOUNDARY_README_HEADER_1",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "USERWITHBOUNDARY_README_HEADER_1_DESC_1",
"isStepRequired": true
},
{
"text": "USERWITHBOUNDARY_README_HEADER_1_DESC_2",
"isStepRequired": true
}
]
},
{
"header": "USERWITHBOUNDARY_README_HEADER_2",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "USERWITHBOUNDARY_README_HEADER_2_DESC_1",
"isStepRequired": true
},
{
"text": "USERWITHBOUNDARY_README_HEADER_2_DESC_2",
"isStepRequired": true
},
{
"text": "USERWITHBOUNDARY_README_HEADER_2_DESC_3",
"isStepRequired": true
},
{
"text": "USERWITHBOUNDARY_README_HEADER_2_DESC_4",
"isStepRequired": true
}
]
},
{
"header": "USERWITHBOUNDARY_README_HEADER_3",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "USERWITHBOUNDARY_README_HEADER_3_DESC_1",
"isStepRequired": false
},
{
"text": "USERWITHBOUNDARY_README_HEADER_3_DESC_2",
"isStepRequired": false
}
]
}
]
},
{
"type": "boundary",
"texts": [
{
"header": "BOUNDARY_README_HEADER_1",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "BOUNDARY_README_HEADER_1_DESC_1",
"isStepRequired": true
},
{
"text": "BOUNDARY_README_HEADER_1_DESC_2",
"isStepRequired": true
}
]
},
{
"header": "BOUNDARY_README_HEADER_2",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "BOUNDARY_README_HEADER_2_DESC_1",
"isStepRequired": true
},
{
"text": "BOUNDARY_README_HEADER_2_DESC_2",
"isStepRequired": true
},
{
"text": "BOUNDARY_README_HEADER_2_DESC_3",
"isStepRequired": true
},
{
"text": "BOUNDARY_README_HEADER_2_DESC_4",
"isStepRequired": true
}
]
},
{
"header": "BOUNDARY_README_HEADER_3",
"isHeaderBold": true,
"inSheet": true,
"inUiInfo": true,
"descriptions": [
{
"text": "BOUNDARY_README_HEADER_3_DESC_1",
"isStepRequired": false
},
{
"text": "BOUNDARY_README_HEADER_3_DESC_2",
"isStepRequired": false
},
{
"text": "BOUNDARY_README_HEADER_3_DESC_3",
"isStepRequired": false
}
]
}
]
}
]
Data for schema HCM-ADMIN-CONSOLE.Boundary
[
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BoundaryTemplateSchema",
"type": "object",
"properties": {
"HCM_ADMIN_CONSOLE_BOUNDARY_CODE": {
"type": "string",
"minLength": 1
},
"HCM_ADMIN_CONSOLE_TARGET_AT_THE_SELECTED_BOUNDARY_LEVEL": {
"type": "integer",
"minimum": 1,
"maximum": 100000000
}
},
"required": ["HCM_ADMIN_CONSOLE_BOUNDARY_CODE"]
}
]
Data for schema HCM-ADMIN-CONSOLE.hierarchyConfig
[
{
"hierarchy": "ADMIN",
"lowestHierarchy": "Posto Administrativo"
}
]
Data for schema HCM-ADMIN-CONSOLE.userSchema
[
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "UserTemplateSchema",
"type": "object",
"properties": {
"HCM_ADMIN_CONSOLE_USER_NAME": {
"type": "string",
"maxLength": 128,
"minLength": 2
},
"HCM_ADMIN_CONSOLE_USER_PHONE_NUMBER": {
"type": "integer"
},
"HCM_ADMIN_CONSOLE_USER_ROLE": {
"type": "string",
"enum": ["Registrar", "Distributor", "Supervisor", "Help Desk", "Monitor Local", "Logistical officer"]
},
"HCM_ADMIN_CONSOLE_USER_EMPLOYMENT_TYPE": {
"enum": [
"Temporary",
"Permanent"
]
},
"HCM_ADMIN_CONSOLE_BOUNDARY_CODE_MANDATORY": {
"type": "string"
}
},
"required": [
"HCM_ADMIN_CONSOLE_USER_NAME",
"HCM_ADMIN_CONSOLE_USER_PHONE_NUMBER",
"HCM_ADMIN_CONSOLE_USER_ROLE",
"HCM_ADMIN_CONSOLE_USER_EMPLOYMENT_TYPE",
"HCM_ADMIN_CONSOLE_BOUNDARY_CODE_MANDATORY"
],
"unique": [
"HCM_ADMIN_CONSOLE_USER_PHONE_NUMBER"
]
}
]
data/pg/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
[{
"id": 1951,
"name": "v1 project type update",
"url": "/project-factory/v1/project-type/update",
"displayName": "v1 project type update",
"orderNumber": 0,
"enabled": true,
"serviceCode": "mdms",
"code": "null",
"path": ""
},
{
"id": 1952,
"name": "Upload File by FileStoreId",
"url": "/filestore/v1/files",
"displayName": "Upload File by FileStoreId",
"orderNumber": 0,
"queryParams": "fileStoreId",
"parentModule": "PGR",
"enabled": false,
"serviceCode": "PGR",
"code": "null",
"path": "PGR.Get File by FileStoreId"
},
{
"id": 1953,
"name": "Boundary service create",
"url": "/boundary-service/boundary/_create",
"displayName": "Boundary service create",
"orderNumber": 0,
"enabled": true,
"serviceCode": "mdms",
"code": "null",
"path": ""
},
{
"id": 1954,
"name": "Boundary service update",
"url": "/boundary-service/boundary/_update",
"displayName": "Boundary service update",
"orderNumber": 0,
"enabled": true,
"serviceCode": "mdms",
"code": "null",
"path": ""
},
{
"id": 1955,
"name": "Boundary service search",
"url": "/boundary-service/boundary/_search",
"displayName": "Boundary service search",
"orderNumber": 0,
"enabled": true,
"serviceCode": "mdms",
"code": "null",
"path": ""
},
{
"id": 1956,
"name": "Boundary relationship create",
"url": "/boundary-service/boundary-relationships/_create",
"displayName": "Boundary relationship create",
"orderNumber": 0,
"enabled": true,
"serviceCode": "mdms",
"code": "null",
"path": ""
},
{
"id": 1957,
"name": "Boundary relationship update",
"url": "/boundary-service/boundary-relationships/_update",
"displayName": "Boundary relationship update",
"orderNumber": 0,
"enabled": true,
"serviceCode": "mdms",
"code": "null",
"path": ""
},
{
"id": 1958,
"name": "Boundary relationship search",
"url": "/boundary-service/boundary-relationships/_search",
"displayName": "Boundary relationship search",
"orderNumber": 0,
"enabled": true,
"serviceCode": "mdms",
"code": "null",
"path": ""
},
{
"id": 1959,
"name": "v1 project type create",
"url": "/project-factory/v1/project-type/create",
"displayName": "v1 project type create",
"orderNumber": 0,
"enabled": true,
"serviceCode": "mdms",
"code": "null",
"path": ""
},
{
"id": 1960,
"name": "project factory data search",
"url": "/project-factory/v1/data/_search",
"displayName": "project factory data search",
"orderNumber": 0,
"enabled": true,
"serviceCode": "mdms",
"code": "null",
"path": ""
},
{
"id": 1961,
"name": "boundary bulk upload",
"url": "/project-factory/v1/data/_autoGenerateBoundaryCode",
"displayName": "boundary bulk upload",
"orderNumber": 0,
"enabled": true,
"serviceCode": "mdms",
"code": "null",
"path": ""
},
{
"id": 1962,
"name": "boundary hierarchy definition create",
"url": "/boundary-service/boundary-hierarchy-definition/_create",
"displayName": "boundary hierarchy definition create",
"orderNumber": 0,
"enabled": true,
"serviceCode": "mdms",
"code": "null",
"path": ""
},
{
"id": 1963,
"name": "boundary hierarchy definition search",
"url": "/boundary-service/boundary-hierarchy-definition/_search",
"displayName": "boundary hierarchy definition search",
"orderNumber": 0,
"enabled": true,
"serviceCode": "mdms",
"code": "null",
"path": ""
}]
data/pg/ACCESSCONTROL-ROLES/roles.json:
{
"code": "CAMPAIGN_MANAGER",
"name": "Campaign Manager",
"description": "Campaign Manager"
}
UI/UX audit done, and feedbacks incorporated
Verify whether all docs will be published to by the Technical Writer as part of the release.
,
HCM Admin Console Incremental Handover Date: May 16 Date: Jun 21
boundary persister
boundary persister
project-factory persister
project-factory persister