diff --git a/app/assets/SDD in der Praxis.pdf b/app/assets/SDD in der Praxis.pdf new file mode 100644 index 0000000..5e73ef0 Binary files /dev/null and b/app/assets/SDD in der Praxis.pdf differ diff --git a/app/utils/talkAssets.ts b/app/utils/talkAssets.ts index 170cf77..4fbfb50 100644 --- a/app/utils/talkAssets.ts +++ b/app/utils/talkAssets.ts @@ -1,7 +1,9 @@ import onboardingYourAgentSlides from '../assets/Onboarding Your Agent.pdf' +import sddInDerPraxisSlides from '../assets/SDD in der Praxis.pdf' export const talkAssetRegistry = { - 'onboarding-your-agent-slides': onboardingYourAgentSlides + 'onboarding-your-agent-slides': onboardingYourAgentSlides, + 'spec-driven-development-in-practice-slides': sddInDerPraxisSlides } as const export type TalkAssetKey = keyof typeof talkAssetRegistry diff --git a/content/speaking/spec-code-verify.yml b/content/speaking/spec-code-verify.yml index c4ea14c..1c5684b 100644 --- a/content/speaking/spec-code-verify.yml +++ b/content/speaking/spec-code-verify.yml @@ -19,6 +19,6 @@ time: "09:30" duration: Full day (9:30–17:00 incl. lunch) format: Workshop language: German -url: https://www.rheinwerk-verlag.de/konferenzen/coding-mit-ki/ +url: https://www.rheinwerk-verlag.de/konferenzen/coding-mit-ki/#workshop-spec-code-verify eventUrl: https://www.rheinwerk-verlag.de/konferenzen/coding-mit-ki/ placeholder: true diff --git a/content/speaking/spec-driven-development-in-practice.yml b/content/speaking/spec-driven-development-in-practice.yml index 6205fa9..7ea639b 100644 --- a/content/speaking/spec-driven-development-in-practice.yml +++ b/content/speaking/spec-driven-development-in-practice.yml @@ -18,6 +18,14 @@ time: "12:00" duration: 45 min format: Talk language: German -url: https://www.rheinwerk-verlag.de/konferenzen/coding-mit-ki/ +url: https://www.rheinwerk-verlag.de/konferenzen/coding-mit-ki/#vortrag-spec-driven-development eventUrl: https://www.rheinwerk-verlag.de/konferenzen/coding-mit-ki/ -placeholder: true +resources: + - kind: slides + title: Slides + asset: spec-driven-development-in-practice-slides + format: PDF + pages: 25 + - kind: link + title: Starter skills repository + url: https://github.com/dinooo13/rheinwerk-starter-skills