ISO-27001-Risk-Management/risks
Kevin Heyer ac3c6db486 Add navigation registry and template integration for modular apps
- Introduced risks/navigation_registry.py for central navigation registry
    - Added risks/templatetags/navigation.py to render registry entries
    - Created template fragment risks/templates/risks/_extra_nav.html
    - Updated README.md with integration instructions
    - Prepared risks/base.html to include extra navigation automatically
2025-09-17 09:36:11 +02:00
..
migrations Add Ui fix. Add Links in Notifications 2025-09-16 14:15:04 +02:00
templatetags Add navigation registry and template integration for modular apps 2025-09-17 09:36:11 +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 . 2025-09-15 11:08:06 +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 Add Ui fix. Add Links in Notifications 2025-09-16 14:15:04 +02:00
navigation_registry.py Add navigation registry and template integration for modular apps 2025-09-17 09:36:11 +02:00
serializers.py . 2025-09-15 11:08:06 +02:00
signals.py Add Ui fix. Add Links in Notifications 2025-09-16 14:15: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 Add Ui fix. Add Links in Notifications 2025-09-16 14:15:04 +02:00
utils.py Add Ui fix. Add Links in Notifications 2025-09-16 14:15:04 +02:00
views.py Remove Success Messages 2025-09-16 14:28:09 +02:00