Skip to content

Commit

Permalink
Updated the readme content
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov authored Jan 8, 2025
1 parent fe50d80 commit 9ee5070
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 24 deletions.
26 changes: 16 additions & 10 deletions health/micro-ui/web/micro-ui-internals/packages/css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,28 @@ frontend/micro-ui/web/public/index.html
```jsx
/** add this import **/
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-health-css@0.1.0/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-health-css@0.3.0/dist/index.css" />
```
### Changelog
```bash
## 0.3.0 - 2024-12-03
#### Base Admin console & microplan web
## 0.1.0
#### Base version
## List of features available in this package were as follows
```
## Contributors
1. Campaign Mangement
2. Checklist Mangement
3. Boundary Mangement
4. Microplanning
5. Campaign Settings
### Contributors
[jagankumar-egov] [nipunarora-eGov] [nabeelmd-eGov] [Bhavya-eGov]
- [jagankumar-egov](https://github.com/jagankumar-egov)
- [nabeelmd-egov](https://github.com/nabeelmd-egov)
- [Bhavya-egov](https://github.com/Bhavya-egov)
- [nipunarora-eGov](https://github.com/nipunarora-eGov)
- [Swathi-egov](https://github.com/Swathi-egov)
- [suryansh-egov](https://github.com/suryansh-egov)
### Published from DIGIT Frontend
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/console)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# digit-ui-module-workbench
# digit-ui-module-campaign-manager

## Install

Expand All @@ -21,7 +21,7 @@ frontend/micro-ui/web/package.json
```

```json
"@egovernments/digit-ui-module-campaign-manager" :"0.2.0",
"@egovernments/digit-ui-module-campaign-manager" :"0.3.0",
```

then navigate to App.js
Expand All @@ -46,33 +46,37 @@ const initDigitUI = () => {
};

```
## List of features available in this versions were as follows

1 . Update Date change
## List of features available in this package were as follows

1. Helps in creating the Campaign and configure delivery rules
Supported Campaigns Bednet, SMC, IRS & Codelivery

2. Create Data: Validates and creates resource details of type facility,user and boundary.

3. 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
4. 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
5. Updating the campaign details

6. Configure Checklist

7. Manage Boundaries

### Changelog

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

### Contributors

- [jagankumar-egov](https://github.com/jagankumar-egov)
- [nabeelmd-egov](https://github.com/nabeelmd-egov)

- [Bhavya-egov](https://github.com/Bhavya-egov)
- [suryansh-egov](https://github.com/suryansh-egov)

## License

Expand All @@ -81,7 +85,8 @@ const initDigitUI = () => {
## 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)

Campaign Module Documentation(https://docs.digit.org/health/0.3/setup/configuration)

## Maintainer

Expand Down

0 comments on commit 9ee5070

Please sign in to comment.