ISO-27001-Risk-Management/risks
= 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
..
migrations Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
templatetags Rework Frontend UI 2025-09-11 15:02:29 +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 Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
apps.py Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
audit_context.py Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
context_processors.py Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
forms.py Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
middleware.py Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
models.py Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
serializers.py Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
signals.py refactor: Update notification handling and track user changes in risk management views 2025-09-12 17:25:44 +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 Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
utils.py Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
views.py Add risk trend chart to dashboard 2025-09-12 22:31:05 +02:00