- Added backend API routes for case management including listing, creating, updating, and deleting cases. - Implemented relations and tags functionality for cases. - Created frontend views for displaying case lists and details with filtering options. - Added database migration scripts to set up necessary tables and indexes. - Included HTML templates for case listing and detail views with responsive design. - Configured module metadata in module.json for integration.
18 lines
405 B
JSON
18 lines
405 B
JSON
{
|
|
"name": "sag",
|
|
"version": "1.0.0",
|
|
"description": "Universel sag-håndtering - tickets, opgaver og ordrer som sager med relationer",
|
|
"author": "BMC Networks",
|
|
"enabled": true,
|
|
"dependencies": [],
|
|
"table_prefix": "sag_",
|
|
"api_prefix": "/api/v1/sag",
|
|
"tags": ["Sag", "Case Management"],
|
|
"config": {
|
|
"safety_switches": {
|
|
"read_only": false,
|
|
"dry_run": false
|
|
}
|
|
}
|
|
}
|