Extended-brief supporte maintenant images + PDF comme client-brief
All checks were successful
Deploy Preprod / Build and Deploy to Preprod (push) Successful in 28s

- Blueprint : ajout champs moodboard et description
- Kanban : utilise ClientBrief au lieu de SimpleDocument
- Validation : support extended-brief depuis PDF et page images
- Navigation : paths dynamiques basés sur step.slug

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-01-30 09:13:31 +01:00
parent 2b5175900c
commit 7ca72c6d82
4 changed files with 14 additions and 4 deletions

View file

@ -37,7 +37,7 @@ const { step } = defineProps({
const cardsMap = {
clientBrief: ClientBrief,
proposal: MultipleDocuments,
extendedBrief: SimpleDocument,
extendedBrief: ClientBrief,
industrialIdeation: SimpleDocument,
virtualSample: VirtualSample,
physicalSample: PhysicalSample,