Initial commit
This commit is contained in:
35
data/components/deliberation.yaml
Normal file
35
data/components/deliberation.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
- id: deliberation_process
|
||||
title: "How do participants deliberate about the dispute?"
|
||||
description: "Methods for deliberation during the dispute process"
|
||||
stageId: deliberation
|
||||
order: 1
|
||||
fields:
|
||||
- id: deliberationProcessText
|
||||
type: text
|
||||
label: "How do participants deliberate about the dispute?"
|
||||
placeholder: "Describe the format and structure of deliberations..."
|
||||
required: true
|
||||
|
||||
- id: additional_voices
|
||||
title: "Who, beyond the main participants, can be heard?"
|
||||
description: "Including additional perspectives in the deliberation"
|
||||
stageId: deliberation
|
||||
order: 2
|
||||
fields:
|
||||
- id: additionalVoicesText
|
||||
type: text
|
||||
label: "Who, beyond the main participants, can be heard?"
|
||||
placeholder: "Describe whose voices are included in deliberations beyond the main parties..."
|
||||
required: true
|
||||
|
||||
- id: deliberation_conclusion
|
||||
title: "When is the deliberation over?"
|
||||
description: "Criteria for concluding the deliberation phase"
|
||||
stageId: deliberation
|
||||
order: 3
|
||||
fields:
|
||||
- id: deliberationConclusionText
|
||||
type: text
|
||||
label: "When is the deliberation over?"
|
||||
placeholder: "Describe how you determine when deliberation is complete..."
|
||||
required: true
|
Reference in New Issue
Block a user