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',
|
ragPurpose: 'Einwilligungsvorlagen DSGVO',
|
||||||
isOptional: false,
|
isOptional: false,
|
||||||
url: '/sdk/einwilligungen',
|
url: '/sdk/einwilligungen',
|
||||||
|
completion: 95,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'consent',
|
id: 'consent',
|
||||||
@@ -548,6 +549,7 @@ export const SDK_FLOW_STEPS: SDKFlowStep[] = [
|
|||||||
generates: ['Datenschutzerklaerung', 'AGB', 'Nutzungsbedingungen'],
|
generates: ['Datenschutzerklaerung', 'AGB', 'Nutzungsbedingungen'],
|
||||||
isOptional: false,
|
isOptional: false,
|
||||||
url: '/sdk/consent',
|
url: '/sdk/consent',
|
||||||
|
completion: 90,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'cookie-banner',
|
id: 'cookie-banner',
|
||||||
@@ -570,6 +572,7 @@ export const SDK_FLOW_STEPS: SDKFlowStep[] = [
|
|||||||
ragPurpose: 'Cookie-Consent Richtlinien',
|
ragPurpose: 'Cookie-Consent Richtlinien',
|
||||||
isOptional: false,
|
isOptional: false,
|
||||||
url: '/sdk/cookie-banner',
|
url: '/sdk/cookie-banner',
|
||||||
|
completion: 82,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'document-generator',
|
id: 'document-generator',
|
||||||
@@ -593,6 +596,7 @@ export const SDK_FLOW_STEPS: SDKFlowStep[] = [
|
|||||||
generates: ['Impressum', 'Auftragsverarbeitungsvertrag'],
|
generates: ['Impressum', 'Auftragsverarbeitungsvertrag'],
|
||||||
isOptional: true,
|
isOptional: true,
|
||||||
url: '/sdk/document-generator',
|
url: '/sdk/document-generator',
|
||||||
|
completion: 75,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'workflow',
|
id: 'workflow',
|
||||||
@@ -613,6 +617,7 @@ export const SDK_FLOW_STEPS: SDKFlowStep[] = [
|
|||||||
ragCollections: [],
|
ragCollections: [],
|
||||||
isOptional: false,
|
isOptional: false,
|
||||||
url: '/sdk/workflow',
|
url: '/sdk/workflow',
|
||||||
|
completion: 92,
|
||||||
},
|
},
|
||||||
|
|
||||||
// =========================================================================
|
// =========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user