Skip to content

Commit

Permalink
Merge pull request #182 from odisha-muktasoft/UAT-MUKYA-SERVICE
Browse files Browse the repository at this point in the history
Added mukta service mdms file and few missing files
  • Loading branch information
egov-arindam committed Dec 29, 2023
2 parents 5e4a6b5 + 744153f commit 2254701
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 1 deletion.
4 changes: 4 additions & 0 deletions data/od/common-masters/StateInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
{
"label": "rainmaker-mdms",
"value": "rainmaker-mdms"
},
{
"label": "rainmaker-workflow",
"value": "rainmaker-workflow"
}
]
}
Expand Down
19 changes: 18 additions & 1 deletion data/od/works/DocumentConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,23 @@
"maxFilesAllowed": 0
}
]
}
},
{
"module": "Measurement",
"allowedFileTypes": ["jpeg","jpg","png"],
"maxSizeInMB": 2,
"documents": [
{
"code": "MB_MEASUREMENT_BOOK",
"name" : "img_measurement_book",
"active": true,
"isMandatory": false,
"showTextInput" : false,
"allowedFileTypes": [],
"maxSizeInMB": null,
"maxFilesAllowed": 5
}
]
},
]
}
30 changes: 30 additions & 0 deletions data/od/works/MeasurementBFFConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"tenantId": "od",
"moduleName": "works",
"MeasurementBFFConfig": [
{
"path": "contract",
"jsonPath": "$.contract"
},
{
"path": "estimate",
"jsonPath": "$.estimate"
},
{
"path": "measurement",
"jsonPath": "$.measurement"
},
{
"path": "period",
"jsonPath": "$.period"
},
{
"path": "musterRollNumber",
"jsonPath": "$.musterRoll.musterRollNumber"
},
{
"path": "allMeasurements",
"jsonPath": "$.allMeasurements"
}
]
}
14 changes: 14 additions & 0 deletions data/od/works/MeasurementCriteria.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"tenantId": "od",
"moduleName": "works",
"MeasurementCriteria": [
{
"reference": "CONTRACT",
"period": 7,
"contractStatus":"ACTIVE",
"measurementWorkflowStatus": "APPROVED",
"enableMeasurementAfterContractEndDate":false,
"active": true
}
]
}

0 comments on commit 2254701

Please sign in to comment.