Commit Graph
6 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 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 44afa45f7a feat: implement master data module with CRUD services and entity support for common lookup tables 2026-07-08 11:11:58 +05:30
waseem khadri 46e4a0ed81 feat: update environment configuration and add support for multiple environments 2026-07-07 16:57:36 +05:30
waseem khadri 025f114828 feat: integrate PostgreSQL with TypeORM and update app configuration
- Added @nestjs/typeorm and pg dependencies for PostgreSQL support.
- Configured TypeORM in app.module.ts to connect to PostgreSQL using environment variables.
- Enhanced main.ts to log database connection details during bootstrap.
- Removed unused disruption module, controller, service, and demo data.
2026-07-07 15:32:03 +05:30
azeeee05 3b4d2ae43e Base code 2026-07-06 13:16:46 +05:30