- 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. |
||
|---|---|---|
| .. | ||
| migrations | ||
| templatetags | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| audit_context.py | ||
| context_processors.py | ||
| forms.py | ||
| middleware.py | ||
| models.py | ||
| serializers.py | ||
| signals.py | ||
| tests.py | ||
| urls.py | ||
| utils.py | ||
| views.py | ||