You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(frameworks): add custom framework and requirement management endpoints
- Implemented new API endpoints for creating custom frameworks and requirements in the FrameworksController.
- Added DTOs for CreateCustomFrameworkDto, CreateCustomRequirementDto, LinkRequirementsDto, and LinkControlsDto.
- Enhanced findAvailable method to filter frameworks by organization ID.
- Introduced client components for adding and linking requirements, including AddCustomRequirementSheet and LinkRequirementSheet.
- Updated FrameworkOverview to include new actions for managing custom requirements.
- Added UI components for creating custom frameworks and linking existing controls.
This update enhances the framework management capabilities, allowing users to create and manage custom frameworks and their associated requirements effectively.
0 commit comments