Implement create custom recommendations
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "Why does your community exist?",
|
||||
"description": "Edit or change the description to match how you’d like the organization to be described to other users. Try and describe your mission, goals, and scope.",
|
||||
"placeholder": "Describe your community",
|
||||
"characterCountTemplate": "{current}/{max}"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "What is your community called?",
|
||||
"description": "This will be the name of your community",
|
||||
"placeholder": "Enter community name",
|
||||
"characterCountTemplate": "{current}/{max}"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"title": "Save your progress",
|
||||
"description": "We need your email to save your CommunityRule progress\nand make it accessible to you later.",
|
||||
"placeholder": "email@domain.com",
|
||||
"characterCountTemplate": "{current}/{max}",
|
||||
"magicLinkSuccessTitle": "Check your email to log in!",
|
||||
"magicLinkSuccessDescription": "Your account is created, now just check your email for a magic link",
|
||||
"magicLinkErrorTitle": "Could not send link"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"header": {
|
||||
"title": "How many people will be in your community in the near term?",
|
||||
"description": "Choose how many people you think will be in your community in the next year or two. Your selection here will determine what governance patterns are recommended later in the process."
|
||||
},
|
||||
"communitySizes": [
|
||||
{ "label": "1 member" },
|
||||
{ "label": "2-5 members" },
|
||||
{ "label": "6-12 members" },
|
||||
{ "label": "13-100 members" },
|
||||
{ "label": "100-100,000 members" }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"header": {
|
||||
"title": "What kind of community would you like to improve?",
|
||||
"description": "Choose tags the describe your community. You can also combine or add new values to the list."
|
||||
},
|
||||
"organizationMultiSelect": {
|
||||
"label": "Organization Type",
|
||||
"addButtonText": "Add organization type"
|
||||
},
|
||||
"scaleMultiSelect": {
|
||||
"label": "Scale",
|
||||
"addButtonText": "Add scale"
|
||||
},
|
||||
"maturityMultiSelect": {
|
||||
"label": "Maturity",
|
||||
"addButtonText": "Add maturity"
|
||||
},
|
||||
"organizationTypes": [
|
||||
{ "label": "Worker’s coop" },
|
||||
{ "label": "Mutual aid" },
|
||||
{ "label": "Open source project" },
|
||||
{ "label": "Nonprofit" },
|
||||
{ "label": "For profit business" },
|
||||
{ "label": "DAO" }
|
||||
],
|
||||
"scaleOptions": [
|
||||
{ "label": "Local" },
|
||||
{ "label": "Regional" },
|
||||
{ "label": "National" },
|
||||
{ "label": "Global" }
|
||||
],
|
||||
"maturityOptions": [
|
||||
{ "label": "Early stage" },
|
||||
{ "label": "Growth stage" },
|
||||
{ "label": "Established" },
|
||||
{ "label": "Enterprise" }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "Add a photo to identify your group",
|
||||
"description": "This photo be used as a profile picture for your group and will be editable later. If possible, try to use a simple logo or graphic.",
|
||||
"hintText": "Add image from your device"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"title": "How CommunityRule helps groups like yours",
|
||||
"descriptionLead": "This flow will give you recommendations to improve your community and help you put together a proposal for your group to consider. Alternatively, there is a",
|
||||
"workshopLabel": "workshop",
|
||||
"descriptionTrail": "that your group can use to go through the process it together.",
|
||||
"steps": {
|
||||
"0": {
|
||||
"title": "Tell us about your organization",
|
||||
"description": "Start by providing your group's name, description, and profile image."
|
||||
},
|
||||
"1": {
|
||||
"title": "Define your group's CommunityRule.",
|
||||
"description": "Outline decision-making processes, conflict resolution methods, and membership practices. Get recommendations."
|
||||
},
|
||||
"2": {
|
||||
"title": "Share and evolve over time",
|
||||
"description": "Review and refine your community framework before putting it into action and adapting it over time."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"header": {
|
||||
"title": "Your community is added - congrats!",
|
||||
"description": "In the next section, we'll go through membership, decision-making, conflict resolution, and community values and create a custom operating manual for your organization based on the specifics you just shared."
|
||||
},
|
||||
"ruleCard": {
|
||||
"title": "Mutual Aid Mondays",
|
||||
"description": "Mutual Aid Monday is a grassroots community in Denver, founded in November 2020 by Kelsang Virya, dedicated to supporting neighbors experiencing homelessness.",
|
||||
"logoAlt": "Mutual Aid Mondays"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user