Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example : Create a json for new ulb and Add required details given.

Code Block
{

...


    "code": "od.angul",

...


    "name": "Angul",

...


    "description": "Angul",

...


    "logoId": "https://digitaldesksujog051120.blob.core.windows.net/assets/Logos/odlogo.png",

...


    "imageId": null,

...


    "domainUrl": "https://sujog.odisha.gov.in",

...


    "type": "CITY",

...


    "twitterUrl": null,

...


    "facebookUrl": null,

...


    "emailId": "angulmunicipality@gmail.com",

...


    "OfficeTimings": {

...


        "Mon - Fri": "9.00 AM - 6.00 PM",

...


        "Sat": "9.00 AM - 12.00 PM"

...


    },

...


    "pincode": [

...


        759122,

...


        759132,

...


        759123,

...


        759143

...


    ],

...


    "city": {

...


        "name": "Angul",

...


        "localName": null,

...


        "districtCode": "Angul",

...


        "districtName": "Angul",

...


        "regionName": "Angul",

...


        "ulbGrade": "Angul Municipality",

...


        "longitude": 0,

...


        "latitude": 0,

...


        "shapeFileLocation": null,

...


        "captcha": null,

...


        "code": "ANG",

...


        "ddrName": "Angul",

...


        "wsBillHeaderLine1": "OFFICE OF THE AE/JE",

...


        "wsBillHeaderLine2": "PUBLIC HEALTH ENGINEERING ORGANIZATION : Angul",

...


        "districtTenantCode": "od.angul"

...


    },

...


    "address": "AT/PO-Amlapada,Dist-Angul, Pin-759122",

...


    "contactNumber": "",

...


    "helpLineNumber": "14420"

...


}
  1. Adding in tenant/citymodule.json - To enable ulb to create application,add new tenant code in FSM module.

    Code Block
    {
        "module": "FSM",
        "code": "FSM",
        "active": true,
        "tenants": [
    { "code":
    
            {
                "code": "pg.citya"
            },
            {
                "code": "pg.angul"
            }
        ]
    }
  2. Adding FSTP details in FSM/FSTPPlantInfo.json
    Required Details:

DETAILS

DESCRIPTION

DATA FROM ULB

FSTP Plant Address

->

NUAMAUSA, PANCHAMAHALLA, ANGUL, 759132

B.2. FSTP Installed Capacity in Kilo-Liters

(Eg.: 45 KLD)

18 KLD

B.3. Plant Operation Timing Duration

(Eg.: 09:00 AM - 08:00 PM)

9.00AM-5.00PM

Eg.

Code Block
{

...


    "PlantCode": "ANG_001",

...


    "PlantName": "ANGUL Plant",

...


    "active": true,

...


    "PlantType": "SeTP",

...


    "PlantLocation": "ANGUL",

...


    "PlusCode": "R3RW+7JQ",

...


    "PlantOperationalTimings": "09.00am-05.00pm",

...


    "PlantOperationalCapacityKLD": "18",

...


    "ULBS": "pg.angul"

...


}


Field Name

Description

Comments

Plus code

Copy paste the plus code of the plant location

Go to google maps , search for the plant and in the left panel you will have option to copy the plus code of the location.

Plus code is a simple digital address based out of latitude and longitude

Unique Code for Plant

This will be an unique code for the SeTP plant

For example : If the plant is the ANGUL Plant then the there can be 3 alphabets to identify the city "ANG_001 "

001 - is a running sequence number for a state.If the first row is 001 the second row can be 002.

If the second row plant is from PURI then the code can be "PURI_002"

...

  • Creating Boundary data for Gram Panchayat in ULBNAME/egov-location/boundary-data.json
    The GP details will be given in Annexure-5,in hierarchyType - REVENUE ,add GP data after locality data.
    The json format of GP is :

    Code Block
    {
        "id": 6,
        "boundaryNum": 1,
        "name": "GP 1",
        "localname": "GP1",
        "longitude": null,
        "latitude": null,
        "label": "GP",
    "code
    
        "code": "GP1",
        "children": [
            {
                "id": 11,
                "boundaryNum":
    1, "name": "Village 1",
     1,
                "name": "Village 1",
                "localname": "Village local 1",
                "longitude": 74.871552,
                "latitude": 31.63089,
                "label": "Village",
                "code": "VIL1",
                "pincode": [
                    143001
                ],
                "area": "V-Area1",
                "children": []
            },
            {
                "id": 12,
                "boundaryNum": 1,
                "name": "Village 2",
                "localname": "Village local 2",
                "longitude": null,
                "latitude": null,
                "label": "Village",
                "code": "VIL2",
    "
    
                "pincode": [
                    143001
                ],
                "area": "V-Area1",
    "
    
                "children": []
            }
        ]
    },

Example:

Code Block
{
    "tenantId": "pg.rourkela",
    "moduleName": "egov-location",
    "TenantBoundary": [
        {
            "hierarchyType": {
                "code": "REVENUE",
                "name": "REVENUE"

...


            },
            "boundary": {
                "id":

...

 1,
                "boundaryNum": 1,
                "name": "Rourkela",
                "localname": "Rourkela",

...


                "longitude": null,
                "latitude": null,
                "label": "City",

...


                "code": "pg.rourkela",
                "children": [

...


                    {
                        "id": "2",
                        "boundaryNum":

...

 1,
                        "name": "Pradhanpalli",
                        "localname": "Pradhanpalli",

...


                        "longitude": null,
                        "latitude": null,
                        "label": "Locality",
                        "code": "VIL1"
                    },
                    {
                        "id": "3",
                        "boundaryNum": 1,
                        "name": "Other",
                        "localname": "Other",
                        "longitude": null,
                        "latitude": null,
                        "label": "GP",
                        "code": "OTH1",
                        "children": []
                    }
                ]
            }
        }
    ]
}


How to create the jsons of GP data -

...

  1. Adding Slum Details in ULBNAME/FSM/Slum.json
    The name of the slums will be provided.The format of slum adding in mdms is: 

    Code Block
    {
    
                "name": "slumname",
                
               
                 "active": true,
    
                "code": "CODE001",
    
                "locality": "VIL1"
    
        },


How to create the jsons of Slum data :
The slum data is provided in excel format.

...

Vehicle Make

Eg.: Swaraj, Eicher, Mahindra etc. ->

Mahindra

Vehicle Model

Eg.: Truck, Tractor, Pick Up etc. ->

Truck

GPS Tracker is present in vehicle?

YES or NO ->

No

Cesspool Tank Capacity (in Litres)

->

1000

Eg.  new vehicle add 

Code Block

...

 {
            "code": "MAHINDRA",

...


            "name": "Mahindra"

...

,
            "active":

...

 true
        },

...


{
            "code": "MAHINDRA.TRUCK",

...


            "name": "Truck"

...

,
            "active": true,

...


            "make": "MAHINDRA",

...


            "capacity": "1000",

...


            "amount": "1500"

...


        },

The code should be different for each vehicle and in format make.name .

...