bmc_hub/app/modules/locations/module.json
Christian 29acdf3e01 Add tests for new SAG module endpoints and module deactivation
- Implement test script for new SAG module endpoints BE-003 (Tag State Management) and BE-004 (Bulk Operations).
- Create test cases for creating, updating, and bulk operations on cases and tags.
- Add a test for module deactivation to ensure data integrity is maintained.
- Include setup and teardown for tests to clear database state before and after each test.
2026-01-31 23:16:24 +01:00

25 lines
633 B
JSON

{
"name": "locations",
"version": "1.0.0",
"description": "Lokaliteter - Central management of physical locations, facilities, and service centers",
"author": "BMC Networks",
"enabled": true,
"dependencies": [],
"table_prefix": "locations_",
"api_prefix": "/api/v1/locations",
"web_prefix": "/app/locations",
"tags": ["Locations", "Facilities Management", "Asset Management"],
"config": {
"safety_switches": {
"read_only": false,
"dry_run": false
},
"features": {
"map_view": true,
"capacity_tracking": true,
"operating_hours": true,
"contacts": true
}
}
}