-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c325acb
commit b93fbb8
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Changelog | ||
All notable changes to this module will be documented in this file. | ||
|
||
## 0.1.0 - 2024-05-28 | ||
#### Base ProjectFactory service | ||
1. ProjectFactory Service manages campaigns: creation, updating, searching, and data generation. | ||
2. Project Mapping : In campaign creation full project mapping is done with staff, facility and resources along with proper target values. | ||
3. Create Data: Validates and creates resource details of type facility,user and boundary. | ||
4. Generate Data: Generates sheet data of type facility,user and boundary. | ||
5. Boundary and Resource Validation: Validates boundaries and resources during campaign creation and updating. |