diff --git a/utilities/project-factory/CHANGELOG.md b/utilities/project-factory/CHANGELOG.md new file mode 100644 index 00000000000..55f990d91ba --- /dev/null +++ b/utilities/project-factory/CHANGELOG.md @@ -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.