Skip to content

Add admin management and audit log features#74

Open
pasindusampath wants to merge 3 commits into
mainfrom
AB#9999-feature/system-administrators
Open

Add admin management and audit log features#74
pasindusampath wants to merge 3 commits into
mainfrom
AB#9999-feature/system-administrators

Conversation

@pasindusampath

Copy link
Copy Markdown
Member
  • Introduced AdminManagementController and SystemSettingsController for managing system administrators and system settings.
  • Implemented AuditLogController for handling audit log operations.
  • Created corresponding services (AdminManagementService, AuditLogService, SystemSettingsService) for business logic.
  • Added new DTOs for system administrator and system settings management.
  • Established routes for admin management and audit logs.
  • Integrated permission checks for sensitive operations.
  • Added utility functions for audit logging and permission validation.
  • Updated models and enums to support new features and ensure data integrity.

- Introduced AdminManagementController and SystemSettingsController for managing system administrators and system settings.
- Implemented AuditLogController for handling audit log operations.
- Created corresponding services (AdminManagementService, AuditLogService, SystemSettingsService) for business logic.
- Added new DTOs for system administrator and system settings management.
- Established routes for admin management and audit logs.
- Integrated permission checks for sensitive operations.
- Added utility functions for audit logging and permission validation.
- Updated models and enums to support new features and ensure data integrity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant