@egovernments/digit-ui-module-campaign-manager
v0.4.4
Published
Campaign
Readme
digit-ui-module-campaign-manager
Install
npm install --save digit-ui-module-campaign-managerLimitation
This Package is more specific to DIGIT-UI's can be used across mission'sUsage
After adding the dependency make sure you have this dependency in
frontend/micro-ui/web/package.json"@egovernments/digit-ui-module-campaign-manager" :"0.3.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 package were as follows
Helps in creating the Campaign and configure delivery rules Supported Campaigns Bednet, SMC, IRS & Codelivery
Create Data: Validates and creates resource details of type facility,user and boundary.
Update Date
-Provides a screen to change the campaign and cycle start and end dates. -Dates can be changed within boundary level or project level based on the MDMS config
View Timeline
-Provides a feature to show the campaign current status in summary screen -Provides a Dropdown if it has any referenced master
Updating the campaign details
Configure Checklist
Manage Boundaries
Boundary Assignment through UI
-Provides interface for assigning boundaries to Users and Facilities -Supports bulk assignment and management of boundary mappings
Contributors
License
Documentation
Documentation Site (https://core.digit.org/guides/developer-guide/ui-developer-guide/digit-ui)
Maintainer
Published from DIGIT Frontend
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)

