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
|
Reference in New Issue
Block a user