Skip to content

Commit

Permalink
Added MDMS data for microplanning (#137)
Browse files Browse the repository at this point in the history
* Added MDMS data for microplanning

* Added MDMS data for microplanning
  • Loading branch information
tanishi-egov authored Dec 16, 2024
1 parent 7c1f9c0 commit 95021ab
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"name": "Percentage",
"uomCode": "PERCENT"
},
{
"name": "Square Meter",
"uomCode": "SQM"
},
{
"name": "Square Feet",
"uomCode": "SFT"
},
{
"name": "Centimeter",
"uomCode": "CM"
},
{
"name": "Kilometer",
"uomCode": "KM"
},
{
"name": "Meter",
"uomCode": "MTR"
},
{
"name": "Grams",
"uomCode": "GMS"
},
{
"name": "Tonne",
"uomCode": "TON"
},
{
"name": "Kilograms",
"uomCode": "KGS"
},
{
"uomCode": "NOS",
"name": "Numbers"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -252,5 +252,75 @@
"displayName": "plan config create API",
"orderNumber": 0,
"serviceCode": "plan-service"
},
{
"id": 2027,
"name": "MICROPLAN_HOME",
"url": "url",
"displayName": "Microplan home",
"orderNumber": 0,
"parentModule": "",
"enabled": true,
"serviceCode": "microplan",
"code": "null",
"navigationURL": "/microplan-ui/employee",
"path": "Home",
"leftIcon": "Home"
},
{
"id": 2090,
"name": "MICROPLAN",
"url": "url",
"displayName": "ACTION_TEST_SETUP_MICROPLAN",
"orderNumber": 1,
"parentModule": "",
"enabled": true,
"serviceCode": "microplan",
"code": "null",
"navigationURL": "/microplan-ui/employee/microplan/setup-microplan",
"path": "1ACTION_TEST_SETUP_MICROPLAN",
"leftIcon": "SetUpMicroplanSvg"
},
{
"id": 2091,
"name": "MICROPLAN",
"url": "url",
"displayName": "ACTION_TEST_OPEN_MICROPLAN",
"orderNumber": 2,
"parentModule": "",
"enabled": true,
"serviceCode": "microplan",
"code": "null",
"navigationURL": "/microplan-ui/employee/microplan/microplan-search",
"path": "2ACTION_TEST_OPEN_MICROPLAN",
"leftIcon": "OpenMicroplanSvg"
},
{
"id": 2092,
"name": "MICROPLAN",
"url": "url",
"displayName": "ACTION_TEST_USER_MANAGEMENT",
"orderNumber": 3,
"parentModule": "",
"enabled": true,
"serviceCode": "microplan",
"code": "null",
"navigationURL": "/microplan-ui/employee/microplan/user-management",
"path": "3ACTION_TEST_USER_MANAGEMENT",
"leftIcon": "UserManagementSvg"
},
{
"id": 2093,
"name": "MICROPLAN",
"url": "url",
"displayName": "ACTION_TEST_MY_MICROPLAN",
"orderNumber": 1,
"parentModule": "",
"enabled": true,
"serviceCode": "microplan",
"code": "null",
"navigationURL": "/microplan-ui/employee/microplan/my-microplans",
"path": "1ACTION_TEST_MY_MICROPLAN",
"leftIcon": "MyMicroplanSvg"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -766,5 +766,47 @@
"actionid": "2022",
"actioncode": "",
"tenantId": "mz"
},
{
"rolecode": "ROOT_POPULATION_DATA_APPROVER",
"actionid": "2021",
"actioncode": "",
"tenantId": "mz"
},
{
"rolecode": "POPULATION_DATA_APPROVER",
"actionid": "2021",
"actioncode": "",
"tenantId": "mz"
},
{
"rolecode": "FACILITY_CATCHMENT_MAPPER",
"actionid": "2021",
"actioncode": "",
"tenantId": "mz"
},
{
"rolecode": "ROOT_FACILITY_CATCHMENT_MAPPER",
"actionid": "2021",
"actioncode": "",
"tenantId": "mz"
},
{
"rolecode": "ROOT_PLAN_ESTIMATION_APPROVER",
"actionid": "2021",
"actioncode": "",
"tenantId": "mz"
},
{
"rolecode": "PLAN_ESTIMATION_APPROVER",
"actionid": "2021",
"actioncode": "",
"tenantId": "mz"
},
{
"rolecode": "MICROPLAN_ADMIN",
"actionid": "2027",
"actioncode": "",
"tenantId": "mz"
}
]

0 comments on commit 95021ab

Please sign in to comment.