DIGIT Docs
Microplanning 0.2
  • DIGIT Knowledge Base
  • Local Governance
Microplanning 0.2
  • Introducing Microplanning
    • Release Notes
      • v0.2 Release Notes
        • Release Checklist
        • Technical Release Summary
        • Master Data Management Service (MDMS) and Configuration updates
        • Service Builds
        • UI/UX Audit
  • PRODUCT SPECIFICATION
    • User Manual
    • Product Requirement Document
      • SOPs
        • Guidelines
  • TECHNOLOGY
    • Architecture
      • High Level Design
      • Low Level Design
        • Plan Management
        • Census Management
        • Microplanning UI
          • System Admin Flow
          • Population Data Approval
          • Facility Catchment Mapping
          • Microplan Estimation Approval
      • Services
        • HCM Microplan Web
          • User Interface Design
          • Set Up Microplan
            • Microplan Details
            • Boundary Selection
            • Data Management
            • Data for Assumptions and Formulae
            • Microplan Assumptions
            • Formula Configuration
            • User Tagging
            • Summary Screen
          • User Management
            • Bulk User Create
            • Download Users Credentials
          • Supervisor Flows
            • User Interface Design
            • My Microplan
            • Select Activity
            • Validate And Approve Population Data
              • Village Details
            • Assign Facility To Villages
              • Village Assignment And Unassignment to Facility
            • Validate And Approve Microplan Estimation
          • Open Microplans: System Admin
            • Draft Flow
    • Specification
      • Plan Service
      • Resource Generator Service
      • Census Service
  • SETUP
    • Installation
    • Configuration
      • Advanced Configurations
    • QA Test Cases
    • Performance Testing
Powered by GitBook

All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.

On this page
  • Configuration Details
  • Localisation

Was this helpful?

Export as PDF
  1. Introducing Microplanning
  2. Release Notes
  3. v0.2 Release Notes

Master Data Management Service (MDMS) and Configuration updates

PreviousTechnical Release SummaryNextService Builds

Last updated 2 months ago

Was this helpful?

Configuration Details

Service name
Feature
Changes (v0.2)
Changes (Consolidated)

Plan Service

Plan Service Persister

Devops

resource-generator values

plan-service values

census-sevice values

For MDMS-V2 changes, refer to the files below for MDMS schema and data that needs to be added for Microplanning-v0.2 or add through below postman collection:

1) Add below schemas:

1.1) Add hcm-microplanning.MixedStrategyOperationLogic schema:

{
                "type": "object",
                "title": "Generated schema for Root",
                "$schema": "http://json-schema.org/draft-07/schema#",
                "required": [
                    "isFixedPost",
                    "DistributionProcess",
                    "RegistrationProcess",
                    "CategoriesNotAllowed"
                ],
                "x-unique": [
                    "isFixedPost",
                    "DistributionProcess",
                    "RegistrationProcess"
                ],
                "properties": {
                    "isFixedPost": {
                        "type": "boolean"
                    },
                    "DistributionProcess": {
                        "type": "string"
                    },
                    "RegistrationProcess": {
                        "type": "string"
                    },
                    "CategoriesNotAllowed": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            }

1.1) Add hcm-microplanning.MicroplanCampaignTypes schema:

 {
        "tenantId": "mz",
        "code": "hcm-microplanning.MicroplanCampaignTypes",
        "description": "Campaign types enabled for microplan",
        "definition": {
            "type": "object",
            "title": "Microplan Campaign Types Schema",
            "$schema": "http://json-schema.org/draft-09/schema#",
            "required": [
                "code",
                "name"
            ],
            "x-unique": [
                "code"
            ],
            "properties": {
                "name": {
                    "type": "string"
                },
                "code": {
                    "type": "string"
                }
            }
        },
        "isActive": true
    }
2) Add data for the below mentioned MDMS modules:

2.1)


Localisation

Changes are being tracked in the given Excel sheet:

, , , ,

Postman Collection
hcm-microplanning
3596
plan-service-persister.yml
3516
resource-generator values
3560
3582
3602
3603
3604
plan-service values
3560
census-sevice values