feat: Fertigstellungsgrad für Rechtliche-Texte-Module in flow-data.ts
All checks were successful
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-ai-compliance (push) Successful in 33s
CI / test-python-backend-compliance (push) Successful in 31s
CI / test-python-document-crawler (push) Successful in 21s
CI / test-python-dsms-gateway (push) Successful in 18s
All checks were successful
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-ai-compliance (push) Successful in 33s
CI / test-python-backend-compliance (push) Successful in 31s
CI / test-python-document-crawler (push) Successful in 21s
CI / test-python-dsms-gateway (push) Successful in 18s
Einwilligungen 95%, Rechtliche Vorlagen 90%, Cookie Banner 82%, Dokumentengenerator 75%, Document Workflow 92% Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -525,6 +525,7 @@ export const SDK_FLOW_STEPS: SDKFlowStep[] = [
|
||||
ragPurpose: 'Einwilligungsvorlagen DSGVO',
|
||||
isOptional: false,
|
||||
url: '/sdk/einwilligungen',
|
||||
completion: 95,
|
||||
},
|
||||
{
|
||||
id: 'consent',
|
||||
@@ -548,6 +549,7 @@ export const SDK_FLOW_STEPS: SDKFlowStep[] = [
|
||||
generates: ['Datenschutzerklaerung', 'AGB', 'Nutzungsbedingungen'],
|
||||
isOptional: false,
|
||||
url: '/sdk/consent',
|
||||
completion: 90,
|
||||
},
|
||||
{
|
||||
id: 'cookie-banner',
|
||||
@@ -570,6 +572,7 @@ export const SDK_FLOW_STEPS: SDKFlowStep[] = [
|
||||
ragPurpose: 'Cookie-Consent Richtlinien',
|
||||
isOptional: false,
|
||||
url: '/sdk/cookie-banner',
|
||||
completion: 82,
|
||||
},
|
||||
{
|
||||
id: 'document-generator',
|
||||
@@ -593,6 +596,7 @@ export const SDK_FLOW_STEPS: SDKFlowStep[] = [
|
||||
generates: ['Impressum', 'Auftragsverarbeitungsvertrag'],
|
||||
isOptional: true,
|
||||
url: '/sdk/document-generator',
|
||||
completion: 75,
|
||||
},
|
||||
{
|
||||
id: 'workflow',
|
||||
@@ -613,6 +617,7 @@ export const SDK_FLOW_STEPS: SDKFlowStep[] = [
|
||||
ragCollections: [],
|
||||
isOptional: false,
|
||||
url: '/sdk/workflow',
|
||||
completion: 92,
|
||||
},
|
||||
|
||||
// =========================================================================
|
||||
|
||||
Reference in New Issue
Block a user