No description
Find a file
= f133a247f9 Add risk trend chart to dashboard
- Updated the dashboard template to include a new section for displaying the risk trend per month using Chart.js.
- Loaded the static files correctly with the addition of the static template tag.
- Implemented JavaScript to render a line chart with risk data categorized by severity levels (Low, Medium, High, Critical).
- Utilized CSS variables for dynamic color assignment in the chart.
2025-09-12 22:31:05 +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 Add risk trend chart to dashboard 2025-09-12 22:31:05 +02:00
risks Add risk trend chart to dashboard 2025-09-12 22:31:05 +02:00
static Add risk trend chart to dashboard 2025-09-12 22:31:05 +02:00
templates Add risk trend chart to dashboard 2025-09-12 22:31:05 +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 Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
db.sqlite3 Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +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