Commit Graph
15 Commits
Author SHA1 Message Date
Syed Waseem cf458536fb feat: implement policy applicability and rule evaluation services for policy engine engine 2026-08-25 12:50:16 +05:30
Syed Waseem 5d83099957 feat: add recovery incident module entities and DTOs and implement policy engine controller endpoints 2026-08-19 16:32:39 +05:30
Syed Waseem 5780b5cd47 feat: implement policy engine and recovery incident modules with evaluation logic and database schema 2026-08-17 16:38:18 +05:30
Syed Waseem 1d96290618 Merge branch 'development' of https://gitea.maskantech.in/gitea_admin/aeroresolve_backend into waseem 2026-08-17 13:03:40 +05:30
Syed Waseem 46770d4b2b feat: implement dashboard module with metrics, exposure, and incident breakdown services 2026-08-13 11:09:01 +05:30
Syed Waseem dfce163ca0 feat: implement master-data module with core entity definitions, schema migration, and CRUD endpoints 2026-08-11 12:59:01 +05:30
Syed Waseem 06a1ee518e feat: implement recovery incident service and controller with metric aggregation and CRUD operations 2026-08-10 15:18:20 +05:30
Syed Waseem 98df6f18b4 feat: add recovery incident module DTO and entity definition 2026-08-07 16:25:38 +05:30
Syed Waseem 0d8a6228f4 feat: implement policy engine entity layer and initial database schema definition 2026-08-04 15:45:42 +05:30
Syed Waseem 9f3b3ad4fd feat: implement master data entities and initial database schema for the policy engine module 2026-08-03 11:45:26 +05:30
Syed Waseem 1fe403cb11 feat: implement master data service and seed scripts for reference table management 2026-07-29 16:07:11 +05:30
Syed Waseem 046d36d069 feat: implement comprehensive master data module with CRUD services, controllers, and entities 2026-07-29 15:13:41 +05:30
Syed Waseem e8e6da31be feat: update entity properties to use definite assignment assertion and add unique indexes for tenant-specific codes 2026-07-21 13:17:08 +05:30
Syed Waseem f3acfd2181 feat(master-data): add jurisdiction and rule category entities with CRUD operations
- Introduced Jurisdiction and RuleCategory entities along with their respective values.
- Implemented service methods for managing rule categories and values.
- Updated MasterDataService to include seeding logic for jurisdictions and rule categories.
- Added DTOs for creating and updating rule categories and values.

feat(policy-engine): enhance policy management with new entities and operations

- Created Policy, PolicyRule, PolicyAction, PolicyTargetAudience, and RuleCondition entities.
- Implemented create, update, and delete operations for policies and their associated rules and actions.
- Added enums for PolicyStatus and AudienceType to manage policy states and target audiences.
- Developed DTOs for creating and updating policies with nested structures for rules and audiences.
2026-07-21 11:22:54 +05:30
Syed Waseem 4fd1058dfe Merge branch 'development' of https://gitea.maskantech.in/gitea_admin/aeroresolve_backend into waseem 2026-07-18 11:13:00 +05:30