No description
Find a file
Kevin Heyer f7ead4e5c3 Refactor risk management templates for improved usability and localization
- Updated `item_incident.html` to implement ERP-style tabs for better navigation and added action icons for editing and deleting incidents.
- Enhanced the overview tab with translated labels and improved layout for incident details.
- Introduced linked risks and history tabs with appropriate translations and table structures.
- Modified `item_risk.html` to include action icons for editing and deleting risks.
- Refined `list_controls.html` to improve filter section layout and added translations for filter labels.
- Updated `list_incidents.html` to enhance filter functionality and table layout, including translations for headers and buttons.
- Improved `list_risks.html` by adding an action icon for adding new risks.
- Adjusted `notifications.html` to enhance the display of new notifications with improved formatting and links.
2025-09-12 13:04:04 +02:00
api feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
config feat: Add effects field to Risk model and display in risk item template 2025-09-10 15:00:59 +02:00
locale feat: Add risk matrix view and related functionality 2025-09-11 10:22:20 +02:00
risks Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
static Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
templates Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +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 Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +02:00
db.sqlite3 Refactor risk management templates for improved usability and localization 2025-09-12 13:04:04 +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