No description
Find a file
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
api feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
config feat: Add effects field to Risk model and display in risk item template 2025-09-10 15:00:59 +02:00
locale feat: Add risk matrix view and related functionality 2025-09-11 10:22:20 +02:00
risks feat: Add risk matrix view and related functionality 2025-09-11 10:22:20 +02:00
static feat: Add risk matrix view and related functionality 2025-09-11 10:22:20 +02:00
templates feat: Add risk matrix view and related functionality 2025-09-11 10:22:20 +02:00
.env-example Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
.gitignore Switch to new Design 2025-09-08 08:10:30 +02:00
db.sqlite3 feat: Add risk matrix view and related functionality 2025-09-11 10:22:20 +02:00
docker-compose-sqlite.yml Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
Dockerfile First Commit 2025-09-05 12:02:41 +02:00
entrypoint.sh Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
manage.py First Commit 2025-09-05 12:02:41 +02:00
requirements.txt 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
startserver.sh Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
TODO feat: Enhance Risk Management Module 2025-09-08 15:03:12 +02:00