Create flow UX updates
This commit is contained in:
@@ -0,0 +1,115 @@
|
||||
{
|
||||
"sidebar": {
|
||||
"title": "How should conflicts be resolved?",
|
||||
"descriptionBefore": "You can also combine or ",
|
||||
"descriptionLink": "add",
|
||||
"descriptionAfter": " new approaches to the list"
|
||||
},
|
||||
"messageBox": {
|
||||
"title": "Consider defining approaches to steward key resources:",
|
||||
"items": [
|
||||
{ "id": "amend", "label": "Amend your CommunityRule" },
|
||||
{ "id": "finances", "label": "Steward finances" },
|
||||
{ "id": "project", "label": "Project level decisions" },
|
||||
{ "id": "discipline", "label": "Discipline and member termination" }
|
||||
]
|
||||
},
|
||||
"cardStack": {
|
||||
"toggleSeeAll": "See all decision approaches",
|
||||
"toggleShowLess": "Show less",
|
||||
"emptyTitle": "",
|
||||
"emptyDescription": ""
|
||||
},
|
||||
"cards": [
|
||||
{
|
||||
"id": "mediation",
|
||||
"label": "Mediation",
|
||||
"supportText": "Collaborative work to reach a resolution that all parties can agree upon.",
|
||||
"recommended": true
|
||||
},
|
||||
{
|
||||
"id": "facilitation",
|
||||
"label": "Facilitated dialogue",
|
||||
"supportText": "Structured sessions where parties collaboratively resolve disputes.",
|
||||
"recommended": true
|
||||
},
|
||||
{
|
||||
"id": "invite-only",
|
||||
"label": "Invite-only",
|
||||
"supportText": "Private discussions with selected participants.",
|
||||
"recommended": true
|
||||
},
|
||||
{
|
||||
"id": "arbitration",
|
||||
"label": "Arbitration",
|
||||
"supportText": "Arbitrators are chosen specifically for a particular case.",
|
||||
"recommended": true
|
||||
},
|
||||
{
|
||||
"id": "direct-dialogue",
|
||||
"label": "Direct dialogue",
|
||||
"supportText": "Encouraging direct, respectful dialogue between those involved.",
|
||||
"recommended": true
|
||||
},
|
||||
{
|
||||
"id": "label-1",
|
||||
"label": "Label",
|
||||
"supportText": "",
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"id": "label-2",
|
||||
"label": "Label",
|
||||
"supportText": "",
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"id": "label-3",
|
||||
"label": "Label",
|
||||
"supportText": "",
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"id": "label-4",
|
||||
"label": "Label",
|
||||
"supportText": "",
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"id": "label-5",
|
||||
"label": "Label",
|
||||
"supportText": "",
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"id": "label-6",
|
||||
"label": "Label",
|
||||
"supportText": "",
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"id": "label-7",
|
||||
"label": "Label",
|
||||
"supportText": "",
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"id": "label-8",
|
||||
"label": "Label",
|
||||
"supportText": "",
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"id": "label-9",
|
||||
"label": "Label",
|
||||
"supportText": "",
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"id": "label-10",
|
||||
"label": "Label",
|
||||
"supportText": "",
|
||||
"recommended": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user