ISO-27001-Risk-Management/risks
Kevin Heyer bf0a3c22c0 Refactor risk management application with enhanced localization, user authentication, and UI improvements
- Added verbose names for Incident and ResidualRisk models for better clarity in admin interface.
- Updated impact choices for ResidualRisk and Risk models to ensure consistency and clarity.
- Implemented gettext_lazy for translatable strings in models and choices.
- Enhanced the Risk, ResidualRisk, Control, AuditLog, and Incident models with Meta options for better admin representation.
- Added login required decorators to views for improved security.
- Introduced new CSS variables and classes for better visual representation of risk levels.
- Created custom template tags for dynamic CSS class assignment based on risk likelihood and impact.
- Improved dashboard and statistics views with user authentication checks.
- Updated templates for risks, controls, incidents, and admin interface to include edit and delete options for staff users.
- Added new login and logout templates for user authentication.
- Enhanced list views for risks, controls, and incidents to include action buttons for staff users.
- Improved overall UI/UX with Bulma CSS framework for a more modern look and feel.
2025-09-09 14:25:59 +02:00
..
migrations Refactor risk management application with enhanced localization, user authentication, and UI improvements 2025-09-09 14:25:59 +02:00
templatetags Refactor risk management application with enhanced localization, user authentication, and UI improvements 2025-09-09 14:25:59 +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 application with enhanced localization, user authentication, and UI improvements 2025-09-09 14:25:59 +02:00
apps.py Refactor risk management application with enhanced localization, user authentication, and UI improvements 2025-09-09 14:25:59 +02:00
audit_context.py feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
middleware.py feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
models.py Refactor risk management application with enhanced localization, user authentication, and UI improvements 2025-09-09 14:25:59 +02:00
serializers.py feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
signals.py feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +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 feat: Enhance Risk Management Module 2025-09-08 15:03:12 +02:00
utils.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
views.py Refactor risk management application with enhanced localization, user authentication, and UI improvements 2025-09-09 14:25:59 +02:00