Create Community stage implemented

This commit is contained in:
adilallo
2026-04-14 09:22:03 -06:00
parent a0de78c020
commit f8255bc2c7
73 changed files with 1105 additions and 392 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"title": "Tell us more about your community",
"description": "Share context that will help shape your CommunityRule.",
"title": "Why does your community exist?",
"description": "Edit or change the description to match how youd like the organization to be described to other users. Try and describe your mission, goals, and scope.",
"placeholder": "Describe your community",
"characterCountTemplate": "{current}/{max}"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"title": "What is your community called?",
"description": "This will be the name of your community",
"placeholder": "Enter your community name",
"placeholder": "Enter community name",
"characterCountTemplate": "{current}/{max}"
}
@@ -1,6 +0,0 @@
{
"title": "Anything else we should know?",
"description": "Optional details before you review your progress.",
"placeholder": "Add notes (optional)",
"characterCountTemplate": "{current}/{max}"
}
+9
View File
@@ -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"
}
+6 -12
View File
@@ -1,19 +1,13 @@
{
"header": {
"title": "How large is your community?",
"description": "Choose the size that best matches your group."
},
"multiSelect": {
"label": "Label",
"addButtonText": "Add organization type"
"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-10 members" },
{ "label": "10-24 members" },
{ "label": "24-64 members" },
{ "label": "64-128 members" },
{ "label": "125-1000 members" },
{ "label": "1000+ members" }
{ "label": "2-5 members" },
{ "label": "6-12 members" },
{ "label": "13-100 members" },
{ "label": "100-100,000 members" }
]
}
+29 -13
View File
@@ -1,22 +1,38 @@
{
"header": {
"title": "How is your community organized?",
"description": "Select the options that best describe your group."
"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."
},
"multiSelect": {
"label": "Label",
"organizationMultiSelect": {
"label": "Organization Type",
"addButtonText": "Add organization type"
},
"scaleMultiSelect": {
"label": "Scale",
"addButtonText": "Add scale"
},
"maturityMultiSelect": {
"label": "Maturity",
"addButtonText": "Add maturity"
},
"organizationTypes": [
{ "label": "Non-profit" },
{ "label": "For-profit" },
{ "label": "Community" },
{ "label": "Educational" }
{ "label": "Workers coop" },
{ "label": "Mutual aid" },
{ "label": "Open source project" },
{ "label": "Nonprofit" },
{ "label": "For profit business" },
{ "label": "DAO" }
],
"governanceStyles": [
{ "label": "Democratic" },
{ "label": "Consensus" },
{ "label": "Hierarchical" },
{ "label": "Flat" }
"scaleOptions": [
{ "label": "Local" },
{ "label": "Regional" },
{ "label": "National" },
{ "label": "Global" }
],
"maturityOptions": [
{ "label": "Early stage" },
{ "label": "Growth stage" },
{ "label": "Established" },
{ "label": "Enterprise" }
]
}
+3 -2
View File
@@ -1,4 +1,5 @@
{
"title": "How should conflicts be resolved?",
"description": "Upload supporting materials or examples that help describe how your community handles conflict."
"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"
}
+9
View File
@@ -1,5 +1,14 @@
{
"next": "Next",
"saveLater": "Save Later",
"submitEmail": "Submit Email",
"submitEmailSending": "Sending link…",
"createCustom": "Create custom",
"createFromTemplate": "Create from template",
"confirmName": "Confirm name",
"confirmDetails": "Confirm details",
"confirmDescription": "Confirm description",
"confirmMembers": "Confirm members",
"finalizeCommunityRule": "Finalize CommunityRule",
"confirmStakeholders": "Confirm Stakeholders"
}
+3 -1
View File
@@ -1,6 +1,8 @@
{
"title": "How CommunityRule helps groups like yours",
"description": "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 workshop that your group can use to go through the process it together.",
"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",