feat(ST-507): add code input to Product, Pbi and Story forms

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Janpeter Visser 2026-04-26 20:36:47 +02:00
parent 9da9f6ae56
commit 66063f035a
4 changed files with 93 additions and 38 deletions

View file

@ -48,6 +48,7 @@ export default async function ProductSettingsPage({ params }: Props) {
defaultValues={{
id: product.id,
name: product.name,
code: product.code,
description: product.description ?? '',
repo_url: product.repo_url ?? '',
definition_of_done: product.definition_of_done,