AbundantCommunities / CommonGood

CommonGood is open source software, a webapp that records and manages information from Abundant Communities Initiative (ACI) interviews. Multiple neighbourhoods' data kept separate.
http://abundantcommunityinitiative.org/software
GNU General Public License v3.0
1 stars 0 forks source link

Host public ConnectMe pages for any neighbourhood #135

Open cognish opened 6 years ago

cognish commented 6 years ago

Some neighbourhoods' public websites are hosted on services that do not allow embedding of the javascript needed to support ConnectMe. For example, wordpress.com's free service suffers from that restriction.

CommonGood could offer public pages whose URL takes a question.id parameter and renders the corresponding ConnectMe data. A neighbourhood's public site could include a link for each of their questions.

cognish commented 5 years ago

As of 1.14.1 we can now do this. The feature is gated by Neighbourhood's featureFlags. We've added disclosureKey to Neighbourhood (meant to be a long, random string) to support this Real Soon Now

cognish commented 4 years ago

As of today and version 1.16.1 of CommonGood, this feature exists in production. We need to review it (especially disclosureKey).