- Alle Zahlen aktualisiert: 170+ Originaldokumente, 40.000+ Controls, 84 Regularien, 9 Branchen (statt 57 Module / 19 Regularien / 2.274 Texte) - Neue Folie: Regulatorische Landschaft mit Branchen-Regulierungs-Matrix - Konsistent in: Solution, Executive Summary (Slide+PDF), Competition, AI Pipeline, SDK Demo, Presenter Script, FAQ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
526 B
TypeScript
30 lines
526 B
TypeScript
import { SlideId } from './types'
|
|
|
|
export const SLIDE_ORDER: SlideId[] = [
|
|
'intro-presenter',
|
|
'executive-summary',
|
|
'cover',
|
|
'problem',
|
|
'solution',
|
|
'regulatory-landscape',
|
|
'product',
|
|
'how-it-works',
|
|
'market',
|
|
'business-model',
|
|
'traction',
|
|
'competition',
|
|
'team',
|
|
'financials',
|
|
'the-ask',
|
|
'ai-qa',
|
|
'annex-assumptions',
|
|
'annex-architecture',
|
|
'annex-gtm',
|
|
'annex-regulatory',
|
|
'annex-engineering',
|
|
'annex-aipipeline',
|
|
'annex-sdk-demo',
|
|
]
|
|
|
|
export const TOTAL_SLIDES = SLIDE_ORDER.length
|