Updated all templates to match the new stages and components structure

This commit is contained in:
Nathan Schneider
2025-05-13 07:08:17 -06:00
parent 2a9d4669f0
commit 19636afed2
9 changed files with 235 additions and 675 deletions

View File

@@ -1,28 +1,28 @@
- id: intake
title: "Intake"
description: "How disputes enter the process"
- id: basics
title: "Basics"
description: "Core building blocks of your dispute resolution protocol"
order: 1
components:
- id: process_start
title: "Process initiation"
description: "The mechanism for initiating the dispute process"
- id: community_rules
title: "Community rules"
description: "Location and accessibility of community rules and guidelines"
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: "Rules accessibility"
description: "Location and accessibility of community rules and guidelines"
order: 2
fields:
- id: rulesAccessText
- id: communityRulesText
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: shared_values
title: "Shared values"
description: "Core values that guide the dispute resolution process"
order: 2
fields:
- id: sharedValuesText
type: text
label: "What values does the community hold in disputes?"
placeholder: "Describe the core values that guide your community's approach to conflicts..."
required: true
- id: information_access
title: "Information sharing"
description: "Transparency and confidentiality policies"
@@ -39,15 +39,15 @@
description: "How the dispute resolution operates"
order: 2
components:
- id: community_values
title: "Community values"
description: "Core values that guide the dispute resolution process"
- id: process_start
title: "Process initiation"
description: "The mechanism for initiating the dispute process"
order: 1
fields:
- id: communityValuesText
- id: processStartText
type: text
label: "What values does the community hold in disputes?"
placeholder: "Describe the core values that guide your community's approach to conflicts..."
label: "How does the process begin?"
placeholder: "Describe how disputes are initiated in your community..."
required: true
- id: facilitation
title: "Facilitation approach"
@@ -85,20 +85,10 @@
label: "How is the state of the dispute assessed?"
placeholder: "Describe methods used to evaluate the current status of a dispute..."
required: true
- id: values_adherence
title: "Values alignment"
description: "Evaluating whether the process is aligned with community values"
order: 2
fields:
- id: valuesAdherenceText
type: text
label: "How do you ensure community values are being followed?"
placeholder: "Describe how you evaluate whether the process adheres to community values..."
required: true
- id: jurisdiction
title: "Jurisdiction determination"
description: "Determining whether this is the appropriate forum for the dispute"
order: 3
order: 2
fields:
- id: jurisdictionText
type: text
@@ -108,23 +98,13 @@
- id: non_participation
title: "Non-participation handling"
description: "Handling non-participation in the process"
order: 4
order: 3
fields:
- id: nonParticipationText
type: text
label: "What happens when someone fails to participate?"
placeholder: "Describe procedures for handling situations where someone refuses to participate..."
required: true
- id: process_change
title: "Process adaptation"
description: "Adapting the process when necessary"
order: 5
fields:
- id: processChangeText
type: text
label: "What if the process needs to be changed?"
placeholder: "Describe how the process can be adapted if it's not working effectively..."
required: true
- id: deliberation
title: "Deliberation"