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 15 Next »

Document Type

Config Change

Owner

Release name

Date

Status

INPROGESS

MDMS changes

Feature

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

TradeLicense

Updation of rebate and penalty

https://github.com/egovernments/egov-mdms-data/blob/6fc41fb1b4aca50997610a7d46de6fc41c481beb/master-config.json

TL Renewal Changes

https://github.com/egovernments/egov-mdms-data/blob/62e96bf206ccbb6731bfd4bd37fb6c096176ae8e/data/pb/TradeLicense/TradeRenewal.json

Universal Collections

Added disclaimer in the footer

https://github.com/egovernments/egov-mdms-data/blob/c7005ebac596d27e1ac9be0a30bcd151135e9f38/data/pb/tenant/footer.json

Localisation Search role action mapping 

Added new action for v2 localisation search

https://github.com/egovernments/egov-mdms-data/blob/b698902ebfc832ac2fa59205d5634d83a9593687/data/pb/ACCESSCONTROL-ACTIONS-TEST/actions-test.json

Mapped the localisation V2 search with Employee Role

https://github.com/egovernments/egov-mdms-data/blob/16e53f8f47740d03fd28a9c11089d669dbe4617c/data/pb/ACCESSCONTROL-ROLEACTIONS/roleactions.json

Disabling the Reports and UI localization Links from the UAT since these are not part of any release.

https://github.com/egovernments/egov-mdms-data/blob/80d3c9088ad3d4eba5eebb4ea8ac9d0198922b33/data/pg/ACCESSCONTROL-ACTIONS-TEST/actions-test.json

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

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

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