Commit Graph
4 Commits
Author SHA1 Message Date
azeeee05 07845f2af5 feat: implement core authentication system with JWT guards, RBAC, and modular controller scaffolding 2026-09-08 14:44:09 +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 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
waseem khadri fd196f559b feat: initialize policy-engine module and integrate into AppModule 2026-07-15 09:04:42 +05:30