Initial commit
This commit is contained in:
23
data/components/appeal.yaml
Normal file
23
data/components/appeal.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
- id: appeal_criteria
|
||||
title: "What are the criteria for a permissible appeal?"
|
||||
description: "Standards for allowing an appeal of a resolution"
|
||||
stageId: appeal
|
||||
order: 1
|
||||
fields:
|
||||
- id: appealCriteriaText
|
||||
type: text
|
||||
label: "What are the criteria for a permissible appeal?"
|
||||
placeholder: "Describe what circumstances justify an appeal of a resolution..."
|
||||
required: true
|
||||
|
||||
- id: appeal_process
|
||||
title: "What happens when an appeal occurs?"
|
||||
description: "Process for handling appeals"
|
||||
stageId: appeal
|
||||
order: 2
|
||||
fields:
|
||||
- id: appealProcessText
|
||||
type: text
|
||||
label: "What happens when an appeal occurs?"
|
||||
placeholder: "Describe the process that follows when an appeal is initiated..."
|
||||
required: true
|
59
data/components/assessment.yaml
Normal file
59
data/components/assessment.yaml
Normal file
@ -0,0 +1,59 @@
|
||||
- id: dispute_assessment
|
||||
title: "How to assess the state of the dispute?"
|
||||
description: "Methods for evaluating the current status of a dispute"
|
||||
stageId: assessment
|
||||
order: 1
|
||||
fields:
|
||||
- id: disputeAssessmentText
|
||||
type: text
|
||||
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: "Are community values being followed?"
|
||||
description: "Evaluating whether the process is aligned with community values"
|
||||
stageId: assessment
|
||||
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: "Is the dispute within the jurisdiction of this process?"
|
||||
description: "Determining whether this is the appropriate forum for the dispute"
|
||||
stageId: assessment
|
||||
order: 3
|
||||
fields:
|
||||
- id: jurisdictionText
|
||||
type: text
|
||||
label: "How do you determine if a dispute falls within this process's jurisdiction?"
|
||||
placeholder: "Describe how you determine whether this process is appropriate for a given dispute..."
|
||||
required: true
|
||||
|
||||
- id: non_participation
|
||||
title: "What happens when someone fails to participate?"
|
||||
description: "Handling non-participation in the process"
|
||||
stageId: assessment
|
||||
order: 4
|
||||
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: "What if the process needs to be changed?"
|
||||
description: "Adapting the process when necessary"
|
||||
stageId: assessment
|
||||
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
|
23
data/components/become_aware.yaml
Normal file
23
data/components/become_aware.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
- id: reporting
|
||||
title: "Reporting"
|
||||
description: "Methods for reporting conflicts or disputes"
|
||||
stageId: become_aware
|
||||
order: 1
|
||||
fields:
|
||||
- id: reportingText
|
||||
type: text
|
||||
label: "How are conflicts or disputes reported?"
|
||||
placeholder: "Describe the mechanisms for reporting conflicts..."
|
||||
required: true
|
||||
|
||||
- id: monitoring
|
||||
title: "Monitoring"
|
||||
description: "Proactive monitoring for potential conflicts"
|
||||
stageId: become_aware
|
||||
order: 2
|
||||
fields:
|
||||
- id: monitoringText
|
||||
type: text
|
||||
label: "How does your community monitor for potential conflicts?"
|
||||
placeholder: "Describe approaches to monitoring for potential conflicts..."
|
||||
required: true
|
11
data/components/delegation.yaml
Normal file
11
data/components/delegation.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
- id: delegation_options
|
||||
title: "Where can the dispute be delegated if this process is inadequate?"
|
||||
description: "Alternative processes for disputes that cannot be handled by this process"
|
||||
stageId: delegation
|
||||
order: 1
|
||||
fields:
|
||||
- id: delegationOptionsText
|
||||
type: text
|
||||
label: "Where can the dispute be delegated if this process is inadequate?"
|
||||
placeholder: "Describe alternative processes for disputes that cannot be handled internally..."
|
||||
required: true
|
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
|
23
data/components/initiation.yaml
Normal file
23
data/components/initiation.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
- id: filing
|
||||
title: Filing a Complaint
|
||||
description: Process for submitting a dispute
|
||||
stageId: initiation
|
||||
order: 1
|
||||
fields:
|
||||
- id: filingProcess
|
||||
type: text
|
||||
label: Filing Process
|
||||
placeholder: Describe how disputes are submitted...
|
||||
required: true
|
||||
|
||||
- id: notification
|
||||
title: Notification Process
|
||||
description: How parties are informed of the dispute
|
||||
stageId: initiation
|
||||
order: 2
|
||||
fields:
|
||||
- id: notificationMethod
|
||||
type: text
|
||||
label: Notification Method
|
||||
placeholder: Describe how involved parties are notified...
|
||||
required: true
|
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
|
23
data/components/preparation.yaml
Normal file
23
data/components/preparation.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
- id: principles
|
||||
title: Guiding Principles
|
||||
description: Core values that guide the dispute resolution process
|
||||
stageId: preparation
|
||||
order: 1
|
||||
fields:
|
||||
- id: principlesText
|
||||
type: text
|
||||
label: Principles
|
||||
placeholder: List the guiding principles for your dispute resolution process...
|
||||
required: true
|
||||
|
||||
- id: participants
|
||||
title: Participants
|
||||
description: Roles and responsibilities in the dispute resolution process
|
||||
stageId: preparation
|
||||
order: 2
|
||||
fields:
|
||||
- id: participantsRoles
|
||||
type: text
|
||||
label: Roles and Responsibilities
|
||||
placeholder: Define the roles involved in your dispute resolution process...
|
||||
required: true
|
35
data/components/prepare.yaml
Normal file
35
data/components/prepare.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
- id: values
|
||||
title: "Values"
|
||||
description: "Core values that guide the dispute resolution process"
|
||||
stageId: prepare
|
||||
order: 1
|
||||
fields:
|
||||
- id: valuesText
|
||||
type: text
|
||||
label: "What values guide your dispute resolution process?"
|
||||
placeholder: "List the values that inform your approach to conflict..."
|
||||
required: true
|
||||
|
||||
- id: agreements
|
||||
title: "Agreements"
|
||||
description: "Agreements about how conflicts will be handled"
|
||||
stageId: prepare
|
||||
order: 2
|
||||
fields:
|
||||
- id: agreementsText
|
||||
type: text
|
||||
label: "What agreements do community members make about handling conflicts?"
|
||||
placeholder: "Describe the agreements community members make about how conflicts will be handled..."
|
||||
required: true
|
||||
|
||||
- id: skills
|
||||
title: "Skills"
|
||||
description: "Skills needed for handling disputes effectively"
|
||||
stageId: prepare
|
||||
order: 3
|
||||
fields:
|
||||
- id: skillsText
|
||||
type: text
|
||||
label: "What skills do community members need for handling disputes?"
|
||||
placeholder: "Describe the skills that community members should develop..."
|
||||
required: true
|
35
data/components/process.yaml
Normal file
35
data/components/process.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
- id: community_values
|
||||
title: "What values does the community hold in disputes?"
|
||||
description: "Core values that guide the dispute resolution process"
|
||||
stageId: process
|
||||
order: 1
|
||||
fields:
|
||||
- id: communityValuesText
|
||||
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: facilitation
|
||||
title: "How is the process facilitated?"
|
||||
description: "Methods of facilitation during the dispute process"
|
||||
stageId: process
|
||||
order: 2
|
||||
fields:
|
||||
- id: facilitationText
|
||||
type: text
|
||||
label: "How is the process facilitated?"
|
||||
placeholder: "Describe who facilitates the process and how they are selected/trained..."
|
||||
required: true
|
||||
|
||||
- id: ground_rules
|
||||
title: "What are the ground-rules of the process?"
|
||||
description: "Basic rules of conduct during the dispute process"
|
||||
stageId: process
|
||||
order: 3
|
||||
fields:
|
||||
- id: groundRulesText
|
||||
type: text
|
||||
label: "What are the ground-rules of the process?"
|
||||
placeholder: "Describe the rules of engagement that all participants must follow..."
|
||||
required: true
|
23
data/components/resolution.yaml
Normal file
23
data/components/resolution.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
- id: resolution_process
|
||||
title: "How does resolution of the dispute occur?"
|
||||
description: "Methods for reaching a resolution"
|
||||
stageId: resolution
|
||||
order: 1
|
||||
fields:
|
||||
- id: resolutionProcessText
|
||||
type: text
|
||||
label: "How does resolution of the dispute occur?"
|
||||
placeholder: "Describe the process by which disputes are resolved..."
|
||||
required: true
|
||||
|
||||
- id: resolution_failure
|
||||
title: "What if a resolution cannot be reached?"
|
||||
description: "Handling situations where resolution is not achieved"
|
||||
stageId: resolution
|
||||
order: 2
|
||||
fields:
|
||||
- id: resolutionFailureText
|
||||
type: text
|
||||
label: "What if a resolution cannot be reached?"
|
||||
placeholder: "Describe what happens when parties cannot come to a resolution..."
|
||||
required: true
|
Reference in New Issue
Block a user