ISO-27001-Risk-Management/config
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
..
__pycache__ Refactor risk management application with enhanced localization, user authentication, and UI improvements 2025-09-09 14:25:59 +02:00
__init__.py First Commit 2025-09-05 12:02:41 +02:00
asgi.py First Commit 2025-09-05 12:02:41 +02:00
auth_backends.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
settings.py Implement notification system and status update forms 2025-09-10 13:44:03 +02:00
urls.py Refactor risk management application with enhanced localization, user authentication, and UI improvements 2025-09-09 14:25:59 +02:00
wsgi.py First Commit 2025-09-05 12:02:41 +02:00