Initial commit
This commit is contained in:
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
|
Reference in New Issue
Block a user