No description
Find a file
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
api feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
config Implement notification system and status update forms 2025-09-10 13:44:03 +02:00
locale Implement notification system and status update forms 2025-09-10 13:44:03 +02:00
risks Implement notification system and status update forms 2025-09-10 13:44:03 +02:00
static Implement notification system and status update forms 2025-09-10 13:44:03 +02:00
templates Implement notification system and status update forms 2025-09-10 13:44:03 +02:00
.env-example Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
.gitignore Switch to new Design 2025-09-08 08:10:30 +02:00
db.sqlite3 Implement notification system and status update forms 2025-09-10 13:44:03 +02:00
docker-compose-sqlite.yml Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
Dockerfile First Commit 2025-09-05 12:02:41 +02:00
entrypoint.sh Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
manage.py First Commit 2025-09-05 12:02:41 +02:00
requirements.txt 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
startserver.sh Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
TODO feat: Enhance Risk Management Module 2025-09-08 15:03:12 +02:00