Implement create custom recommendations

This commit is contained in:
adilallo
2026-04-20 12:41:10 -06:00
parent e9dab04b34
commit 45bbbb8a35
75 changed files with 6403 additions and 1452 deletions
@@ -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": "Workers 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" }
]
}