@egovernments/digit-ui-module-hcmworkbench
v0.0.49
Published
Workbench-HCM
Downloads
580
Readme
digit-ui-module-hcmworkbench
Install
npm install --save digit-ui-module-hcmworkbench
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-hcmworkbench" :"0.0.41",
then navigate to App.js
frontend/micro-ui/web/src/App.js
/** add this import **/
import { initWorkbenchHCMComponents } from "@egovernments/digit-ui-module-hcmworkbench"
/** inside enabledModules add this new module key **/
const enabledModules = ["HCMWORKBENCH"];
/** inside init Function call this function **/
const initDigitUI = () => {
initWorkbenchHCMComponents();
};
List of features available in this versions were as follows
1 . View Projects 2 . View Projects relations like childrens, staff, facility and resources 3 . Helps in settings of admin console for boundary and settings itself
Changelog
0.0.48 Cleaned up code and and added comments
0.0.40 base version
Contributors
License
Documentation
Documentation Site (https://core.digit.org/guides/developer-guide/ui-developer-guide/digit-ui) Workbench Documentation(https://workbench.digit.org/platform/functional-specifications/workbench-ui)
Maintainer
Published from DIGIT Frontend
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)