Initial commit
This commit is contained in:
71
data/components/intake.yaml
Normal file
71
data/components/intake.yaml
Normal file
@ -0,0 +1,71 @@
|
||||
- id: process_start
|
||||
title: "How does the process begin?"
|
||||
description: "The mechanism for initiating the dispute process"
|
||||
stageId: intake
|
||||
order: 1
|
||||
fields:
|
||||
- id: processStartText
|
||||
type: text
|
||||
label: "How does the process begin?"
|
||||
placeholder: "Describe how disputes are initiated in your community..."
|
||||
required: true
|
||||
|
||||
- id: rules_access
|
||||
title: "Where does the community keep its rules?"
|
||||
description: "Location and accessibility of community rules and guidelines"
|
||||
stageId: intake
|
||||
order: 2
|
||||
fields:
|
||||
- id: rulesAccessText
|
||||
type: text
|
||||
label: "Where does the community keep its rules?"
|
||||
placeholder: "Describe where community rules are documented and how they can be accessed..."
|
||||
required: true
|
||||
|
||||
- id: information_access
|
||||
title: "Who has access to information about the process?"
|
||||
description: "Transparency and confidentiality policies"
|
||||
stageId: intake
|
||||
order: 3
|
||||
fields:
|
||||
- id: informationAccessText
|
||||
type: text
|
||||
label: "Who has access to information about the process?"
|
||||
placeholder: "Describe who can access information about ongoing dispute processes..."
|
||||
required: true
|
||||
|
||||
- id: participant_inclusion
|
||||
title: "How are other participants brought into the process?"
|
||||
description: "Methods for notifying and including relevant parties"
|
||||
stageId: intake
|
||||
order: 4
|
||||
fields:
|
||||
- id: participantInclusionText
|
||||
type: text
|
||||
label: "How are other participants brought into the process?"
|
||||
placeholder: "Describe how relevant parties are notified and included in the process..."
|
||||
required: true
|
||||
|
||||
- id: participation_requirement
|
||||
title: "Is participation in the process required or voluntary for involved parties?"
|
||||
description: "Expectations regarding participation"
|
||||
stageId: intake
|
||||
order: 5
|
||||
fields:
|
||||
- id: participationRequirementText
|
||||
type: text
|
||||
label: "Is participation required or voluntary?"
|
||||
placeholder: "Describe whether participation is mandatory or optional for involved parties..."
|
||||
required: true
|
||||
|
||||
- id: participation_commitments
|
||||
title: "What commitments does participation involve?"
|
||||
description: "Expectations of participants in the process"
|
||||
stageId: intake
|
||||
order: 6
|
||||
fields:
|
||||
- id: participationCommitmentsText
|
||||
type: text
|
||||
label: "What commitments does participation involve?"
|
||||
placeholder: "Describe what participants are committing to when they engage in the process..."
|
||||
required: true
|
Reference in New Issue
Block a user