Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Current »

Document Type

Config Change

Owner

Release name

DIGIT 2.0 (30.07.2020)

Date

30.07.2020

Status

INPROGESS

MDMS changes

Feature

Status

Changes

Description

BPA

New

PR-1123

To add order for the documents

BPA

Deprecate

PR-1037

removed the sanction for OC low application

BPA

Update

PR-1118

To update disclaimer

BPA

Update

PR-1062

Changed url - bpa to land

BPA

New

PR-1019

Added idFormat for OC

BPA

New

PR-1016

Added checklist for OC

BPA

Update

PR-1008

Updated usages

BPA

Update

PR-1007

Updated Sub occupancy type

BPA

Update

PR-1006

Updated Occupancy type

BPA

New

PR-997

Added tax period for OC

BPA

New

PR-996

Added taxheadmaster for OC

BPA

New

PR-995

Added billing service for OC

BPA

Update

PR-1162

Changed id format for bpa permit

W&S

Update

PR-1043

To update the ID format

W&S

Update

PR-1058

to update application types

TL

Update

PR-1160

Updated URL for Required doc screen

TL

Update

PR-1125

Updated rebate and penalty

TL

Update

PR-1133

TL Renewal changes

UC

New

PR-1106

Added disclaimer in the footer

Localization

New

PR-1073

Added new action for v2 localisation search

Reports

Deprecate

PR-1170

Disabling the Reports and UI localization Links

Backend Config Changes

Module

Action

PR

Description

W&S

Update

PR-357

To update bill PDF advance adjusted changes

W&S

Update

PR-340

To Update PDF format

W&S

Update

PR-342

To add Advance and pending amount conditional logic

W&S

Update

water-meter.yml

To add tenant Id in the eg_ws_meterreading table

W&S

Update

ws-bill.json

To update the WS bill PDF format

BillGenie

Update

bill-genie.yml

To Update lower cases search

BPA

Update

land-persister.yml

Added audit details for owner

BPA

Deprecate

bpa-persister.yml

Removed land info from bpa-persister

BPA

New

egov-bpa-indexer.yml

Added indexer for bpa

BPA

New

rainmaker-bpastakeholder-indexer.yml

Added indexer for stakeholder Registration

BPA

Update

bpa-revocation.json

Changed owners to landinfo and added revocation letter conten

BPA

New

buildingpermit-low.json

Added report run date

BPA

New

buildingpermit.json

Added report run date

BPA

New

occupancy-certificate.json

Added oc certificate

BPA

Update

bpa-revocation.json

Updated texts

BPA

Update

buildingpermit.json

Changed alignment and added QA code

BPA

New

occupancy-certificate.json

Added for OC

BPA

Update

buildingpermit-low.json

Changed alignment and added QA code

BPA

New

occupancy-certificate.json

Added for OC

BPA

Update

noc-persister.yml

Changed filestore to filestoreId

BPA

Update

noc-persister.yml

Updated noc persister

Infra Change:

W&S

  • File Name : helm/charts/municipal-services/sw-services/values.yaml

  • Removed the following details from values.yml

scid-format: "SW/[CITY.CODE]/[fy:yyyy-yy]/[SEQ_EGOV_COMMON]"

  • name: EGOV_IDGEN_SCID_FORMAT

value: {{ index .Values "scid-format" | quote }}

 

Removed the following data from helm/charts/municipal-services/ws-services/values.yaml

wcid-format: "WS/[CITY.CODE]/[fy:yyyy-yy]/[SEQ_EGOV_COMMON]"

  • name: EGOV_IDGEN_WCID_FORMAT

value: {{ index .Values "wcid-format" | quote }}

 

Autocreate-new-seq flag must be enabled in IdGen Service of environment file. Refer the following

  • File Name : helm/environments/<env>.yaml

autocreate-new-seq: "true"

 

  • File Name : helm/environments/qa.yaml

    • change the key from allowed-file-formats: to allowed-file-formats-map:

  • File Name :helm/charts/municipal-services/firenoc-services/values.yaml

    • Added EGOV_DEFAULT_STATE_ID in fire noc environment file to pick up proper tenant during search call.

- name: EGOV_DEFAULT_STATE_ID
    valueFrom:
      configMapKeyRef:
        name: egov-config
        key: egov-state-level-tenant-id 

SMS-Notification Service

Added sms.config.map property for SMS changes

File Name : helm/charts/core-services/egov-notification-sms/values.yaml

Remove the sms.config.map from the values.yml file

It should move to helm/environments/qa.yaml like below

sms-config-map: "{'User':'$username', 'passwd': '$password', 'sid':'$senderid', 'mobilenumber':'$mobileno', 'message':'$message', 'mtype':'N', 'DR':'N', 'smsservicetype':'singlemsg'}"
  • No labels