ISO-27001-Risk-Management/risks
Kevin Heyer f7ead4e5c3 Refactor risk management templates for improved usability and localization
- Updated `item_incident.html` to implement ERP-style tabs for better navigation and added action icons for editing and deleting incidents.
- Enhanced the overview tab with translated labels and improved layout for incident details.
- Introduced linked risks and history tabs with appropriate translations and table structures.
- Modified `item_risk.html` to include action icons for editing and deleting risks.
- Refined `list_controls.html` to improve filter section layout and added translations for filter labels.
- Updated `list_incidents.html` to enhance filter functionality and table layout, including translations for headers and buttons.
- Improved `list_risks.html` by adding an action icon for adding new risks.
- Adjusted `notifications.html` to enhance the display of new notifications with improved formatting and links.
2025-09-12 13:04:04 +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 risk management templates for improved usability and localization 2025-09-12 13:04:04 +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 Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00