Versions Compared

Key

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

...

Following are the properties in application.properties file in trade firenoc-service which are configurable.

Property

Value

Remarks

EGOV_APPLICATION_FORMATE

PB-FN-[cy:yyyy-MM-dd]-[SEQ_EG_TL_APL]

The format of the firenoc application number

EGOV_CIRTIFICATE_FORMATE

PB-FN-[cy:yyyy-MM-dd]-[SEQ_EG_PT_LN]

The format of the firenoc certificate number

EGOV_DEFAULT_STATE_ID

pb

Variable store the default value of state tenantid

EGOV_FN_DEFAULT_LIMIT

100

Max number of records to be returned

KAFKA_TOPICS_FIRENOC_CREATE

save-fn-firenoc

The name of kafka topic on which create request are published

KAFKA_TOPICS_FIRENOC_UPDATE

update-fn-firenoc

The name of kafka topic on which update request are published

KAFKA_TOPICS_FIRENOC_WORKFLOW

update-fn-workflow

The name of kafka topic on which status update request are published

ACTION_PAY

PAY

This is workflow action for making payment against the application

SENDBACK

SENDBACK

This is workflow action for sending application to previous state of workflow.

SENDBACKTOCITIZEN

SENDBACKTOCITIZEN

This is workflow action for sending application to citizen for correction.

MDMS Configuration

Firenoc service makes calls to egov-mdms-service to fetch required masters. These are significant in validations of application.

Fire-NOC masters

Description

Application Type

This master contains the list of application type.

Building Type

This master contains the details about which unit of measurement is use for a particular building type.

FireStations

This master contains the list of firestation present in city.

PropertyType

This master contains the list of property type.

FireNocULBConstats

This master contains the list of minimum charges of each application type.

Create businessService (workflow configuration) using the  /businessservice/_create. Following is the product configuration for firenoc service

...

  1. firenoc-services/v1/_createshould be added as the create endpoint for creating fire noc application in the system.

  2. firenoc-services/v1/_search should be added as the search endpoint .This method handles all requests to search existing records depending on different search criteria.

  3. firenoc-services/v1/_update should be added as the update endpoint. This method is used to update fields in existing records or to update status of application based on workflow.

UML Diagram

...

Reference Docs

Title 

Link

API Swagger Documentation

Swagger Documentation

Firer Noc Calculator Service

https://digit-discuss.atlassian.net/l/c/28H8m1B9

API List

(Note: All the API’s are in the same postman collection therefore same link is added in each row)