Commit Graph
12 Commits
Author SHA1 Message Date
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
azeeee05 67756b88bd masters data done 2026-08-11 14:37:42 +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
azeeee05 e920c9e3b5 Merge branch 'development' of https://gitea.maskantech.in/gitea_admin/aeroresolve_backend into azeem 2026-08-07 16:41:18 +05:30
azeeee05 dbfce10983 feat: initialize backend database schema and implement audit logging system with core service modules 2026-08-07 16:27:15 +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 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
azeeee05 4ba1316289 feat: initialize database module with multi-schema support and define master, tenant, and cohort entities 2026-07-15 13:06:03 +05:30
mytechpark 13fa6c2d46 v1 code db 2026-07-14 10:43:46 +05:30