@egovernments/digit-ui-module-utilities

0.0.1 • Public • Published

digit-ui-module-utilities

Install

npm install --save digit-ui-module-utilities

Limitation

This Package is more specific to DIGIT-UI's can be used across mission's

Usage

After adding the dependency make sure you have this dependency in

frontend/micro-ui/web/package.json
"@egovernments/digit-ui-module-utilities":"0.0.1",

then navigate to App.js

 frontend/micro-ui/web/src/App.js
/** add this import **/

import { initUtilitiesComponents } from "@egovernments/digit-ui-module-utilities";

/** inside enabledModules add this new module key **/

const enabledModules = ["Utilities"];

/** inside init Function call this function **/

const initDigitUI = () => {
  initUtilitiesComponents();
};

In MDMS

Add this configuration to enable this module MDMS Enabling Utilities Module

List of Screens available in this versions were as follows

  1. Search or Inbox Example Routes as follows

    works-ui/employee/utilities/search/commonMuktaUiConfig/SearchEstimateConfig
  2. Iframe

    works-ui/employee/utilities/iframe/shg/home
  3. Workflow Test for any module

Sample URL

_Contract Module

  works-ui/employee/dss/workflow?tenantId=pg.citya&applicationNo=WO/2022-23/000375&businessService=contract-approval-mukta&moduleCode=contract

_Estimate Module

  works-ui/employee/dss/workflow?tenantId=pg.citya&applicationNo=ES/2022-23/000874&businessService=mukta-estimate&moduleCode=estimate

_Attendance Module

  works-ui/employee/dss/workflow?tenantId=pg.citya&applicationNo=MR/2022-23/03/19/000631&businessService=muster-roll-approval&moduleCode=attendence

Coming Soon

  1. Create Screen
  2. View Screen

License

Published from Works PFM Mission

MIT © jagankumar-egov

Readme

Keywords

none

Package Sidebar

Install

npm i @egovernments/digit-ui-module-utilities

Weekly Downloads

443

Version

0.0.1

License

MIT

Unpacked Size

45.2 kB

Total Files

8

Last publish

Collaborators

  • nipunarora-egov
  • sathishp-egov
  • jagankumar-egov
  • egovman