designtopack/public/site/blueprints/tabs/design-to-light.yml
2025-01-22 17:08:32 +01:00

125 lines
2.8 KiB
YAML

designToLight:
label: Design to light
icon: leaf
columns:
- width: 2/10
fields:
isDTLEnabled:
label: Actif
type: toggle
default: false
- width: 8/10
fields:
DTLTargetHeadline:
type: headline
label: La proposition Design to light
DTLProposalLocation:
label: Localisation
help: Quelle étape contient la proposition Design to light ?
type: radio
options:
proposal: Proposition commerciale
industrialIdeation: Idéation industrielle
virtualSampleDynamicTrack: Échantillon virtuel - piste dynamique
virtualSampleStaticTrack: Échantillon virtuel - piste statique
when:
isDTLEnabled: true
width: 1/2
DTLproposal:
label: Fichier
type: files
multiple: false
query: page.find('proposal').pdf.toFiles
width: 1/2
when:
DTLProposalLocation: proposal
DTLindustrialIdeation:
label: Fichier
type: files
multiple: false
query: page.find('industrial-ideation').files
width: 1/2
when:
DTLProposalLocation: industrialIdeation
DTLVirtualSampleDynamicTrack:
label: Piste dynamique
type: pages
multiple: false
query: page.find('virtual-sample').children
width: 1/2
when:
DTLProposalLocation: virtualSampleDynamicTrack
DTLVirtualSampleStaticTrack:
label: Piste statique
type: files
multiple: false
query: page.find('virtual-sample').rawGlass.toFiles.add(page.find('virtual-sample').finishedGlass.toFile)
width: 1/2
when:
DTLProposalLocation: virtualSampleStaticTrack
separator:
type: line
evaluationHeadline:
type: headline
label: L'évaluation
DTLGrade:
label: Note globale
type: range
min: 0
max: 10
tooltip:
after: / 10
when:
isDTLEnabled: true
DTLDesignGrade:
label: Design global
type: range
min: -5
max: 5
width: 1/3
default: 0
DTLRingGrade:
label: Bague
type: range
min: -5
max: 5
width: 1/3
default: 0
DTLShoulderGrade:
label: Épaule
type: range
min: -5
max: 5
width: 1/3
default: 0
DTLSkeletonGrade:
label: Colonne et arêtes
type: range
min: -5
max: 5
width: 1/3
default: 0
DTLFootGrade:
label: Pied
type: range
min: -5
max: 5
width: 1/3
default: 0
DTLBottomGrade:
label: Fond de verre
type: range
min: -5
max: 5
width: 1/3
default: 0