refactor: Consolidate standalone services into admin-v2, add new SDK modules
Remove standalone services (ai-compliance-sdk root, developer-portal, dsms-gateway, dsms-node, night-scheduler) and legacy compliance/dsgvo pages. Add new SDK pipeline modules (academy, document-crawler, dsb-portal, incidents, whistleblower, reporting, sso, multi-tenant, industry-templates). Add drafting engine, legal corpus files (AT/CH/DE), pitch-deck, blog and Förderantrag pages. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -55,7 +55,7 @@ export const MODULE_REGISTRY: BackendModule[] = [
|
||||
]
|
||||
},
|
||||
frontend: {
|
||||
adminV2Page: '/compliance/consent',
|
||||
adminV2Page: '/sdk/consent-management',
|
||||
oldAdminPage: '/admin/consent',
|
||||
status: 'connected'
|
||||
},
|
||||
@@ -84,7 +84,7 @@ export const MODULE_REGISTRY: BackendModule[] = [
|
||||
]
|
||||
},
|
||||
frontend: {
|
||||
adminV2Page: '/compliance/workflow',
|
||||
adminV2Page: '/sdk/workflow',
|
||||
oldAdminPage: '/admin/consent (Versions Tab)',
|
||||
status: 'connected'
|
||||
},
|
||||
@@ -108,7 +108,7 @@ export const MODULE_REGISTRY: BackendModule[] = [
|
||||
]
|
||||
},
|
||||
frontend: {
|
||||
adminV2Page: '/compliance/einwilligungen',
|
||||
adminV2Page: '/sdk/einwilligungen',
|
||||
oldAdminPage: '/admin/consent (Users Tab)',
|
||||
status: 'connected',
|
||||
},
|
||||
@@ -132,7 +132,7 @@ export const MODULE_REGISTRY: BackendModule[] = [
|
||||
]
|
||||
},
|
||||
frontend: {
|
||||
adminV2Page: '/compliance/dsr',
|
||||
adminV2Page: '/sdk/dsr',
|
||||
oldAdminPage: '/admin/dsr',
|
||||
status: 'connected'
|
||||
},
|
||||
@@ -155,7 +155,7 @@ export const MODULE_REGISTRY: BackendModule[] = [
|
||||
]
|
||||
},
|
||||
frontend: {
|
||||
adminV2Page: '/compliance/dsms',
|
||||
adminV2Page: '/sdk/dsms',
|
||||
oldAdminPage: '/admin/dsms',
|
||||
status: 'connected'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user