0.2.1 • Published 8 months ago

@egovernments/digit-ui-module-campaign-manager v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

digit-ui-module-workbench

Install

npm install --save digit-ui-module-campaign-manager

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-campaign-manager" :"0.2.0",

then navigate to App.js

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

import { initCampaignComponents } from "@egovernments/digit-ui-module-campaign-manager"

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

const enabledModules = ["Campaign"];

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

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

List of features available in this versions were as follows

1 . Update Date change

> -Provides a screen to change the campaign and cycle start date and end date.
> -Date can be change within boundary level or project level based on the MDMS config 

2 . View Timeline

> -Provides a feature to show the campaign current status in summary screen
> -Provides a Dropdown if it has any referenced master 

3 . Action column.

> - Added Action column in my campaign screen to perform actions

Changelog

0.2.0 Feature added for Campaign Date change, View timeline 
0.0.1 base version

Contributors

License

MIT

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)

Logo