Extended-brief supporte maintenant images + PDF comme client-brief
All checks were successful
Deploy Preprod / Build and Deploy to Preprod (push) Successful in 28s
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:
parent
2b5175900c
commit
7ca72c6d82
4 changed files with 14 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ const { step } = defineProps({
|
|||
const cardsMap = {
|
||||
clientBrief: ClientBrief,
|
||||
proposal: MultipleDocuments,
|
||||
extendedBrief: SimpleDocument,
|
||||
extendedBrief: ClientBrief,
|
||||
industrialIdeation: SimpleDocument,
|
||||
virtualSample: VirtualSample,
|
||||
physicalSample: PhysicalSample,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue