ISO-27001-Risk-Management/risks
Kevin Heyer 9d02badf14 feat: Add risk matrix view and related functionality
- Implemented a new view for the risk matrix, allowing users to visualize risks based on their impact and likelihood.
- Added filters for category, asset, and process in the risk listing view.
- Enhanced risk listing template to include new filters and improved layout.
- Introduced new CSS variables for better color management in the design.
- Updated existing template tags to support new functionalities, including score background class mapping.
- Modified existing risk listing to display residual risk details alongside gross risk.
- Added new risk matrix HTML template with tabbed interface for gross and net risk views.
2025-09-11 10:22:20 +02:00
..
migrations feat: Add effects field to Risk model and display in risk item template 2025-09-10 15:00:59 +02:00
templatetags feat: Add risk matrix view and related functionality 2025-09-11 10:22:20 +02:00
__init__.py Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00
admin.py feat: Implement notification rules and email notifications for risk events 2025-09-10 14:26:29 +02:00
apps.py feat: Implement notification rules and email notifications for risk events 2025-09-10 14:26:29 +02:00
audit_context.py feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
context_processors.py Implement notification system and status update forms 2025-09-10 13:44:03 +02:00
email_utils.py feat: Implement notification rules and email notifications for risk events 2025-09-10 14:26:29 +02:00
forms.py Implement notification system and status update forms 2025-09-10 13:44:03 +02:00
middleware.py feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
models.py feat: Add effects field to Risk model and display in risk item template 2025-09-10 15:00:59 +02:00
serializers.py Add risk status and notification preferences 2025-09-10 11:54:08 +02:00
signals.py feat: Implement notification rules and email notifications for risk events 2025-09-10 14:26:29 +02:00
tests.py Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00
urls.py feat: Add risk matrix view and related functionality 2025-09-11 10:22:20 +02:00
utils.py feat: Implement notification rules and email notifications for risk events 2025-09-10 14:26:29 +02:00
views.py feat: Add risk matrix view and related functionality 2025-09-11 10:22:20 +02:00