ISO-27001-Risk-Management/risks
Kevin Heyer ebfcbddd5c Implement notification system and status update forms
- Added Notification model with admin interface for managing notifications.
- Created context processor to count unread notifications for the user.
- Introduced forms for updating the status of Risk, Control, Incident, and ResidualRisk.
- Added views for displaying and managing notifications, including marking them as read.
- Updated URLs to include routes for notifications and status updates.
- Enhanced templates to support notifications display and status update forms.
- Improved CSS for avatar and badge display in the navbar.
- Translated various static texts to support internationalization.
2025-09-10 13:44:03 +02:00
..
migrations Implement notification system and status update forms 2025-09-10 13:44:03 +02:00
templatetags feat: Enhance risk management templates and styles with improved user display, control status labels, and responsive design elements 2025-09-10 10:49:14 +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 Implement notification system and status update forms 2025-09-10 13:44:03 +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
context_processors.py Implement notification system and status update forms 2025-09-10 13:44:03 +02:00
forms.py Implement notification system and status update forms 2025-09-10 13:44:03 +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 Implement notification system and status update forms 2025-09-10 13:44:03 +02:00
serializers.py Add risk status and notification preferences 2025-09-10 11:54:08 +02:00
signals.py Add risk status and notification preferences 2025-09-10 11:54:08 +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 Implement notification system and status update forms 2025-09-10 13:44:03 +02:00
utils.py Add risk status and notification preferences 2025-09-10 11:54:08 +02:00
views.py Implement notification system and status update forms 2025-09-10 13:44:03 +02:00