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

Support anonymous request from a neighbourhood website #117

Closed cognish closed 6 years ago

cognish commented 7 years ago

Our first anonymous service that writes to our database. We will eventually pull this and anonymous "get answer rankings" out to a separate application.

Neighbourhood website will contain a form with these fields:

The form will also need these hidden fields:

We'll offer a POST service. The field names will be in camel case (ex: emailAddress). We will write a new row to the AnonymousRequest domain class. The CG GUI will display the number of requests for the neighbourhood (NC only; not for BC).

cognish commented 7 years ago

AnonymousRequest feature will be "on" by default. Our first release may not even have on/off, only on! If feature is off, the POST will fail.

Default behaviour will be to email every new request to all read/write NCs. We might not have emailing of requests working in first release.

Display of requests will allow "delete" of each row displayed.

cognish commented 6 years ago

While the March 4, 2017 description for this issue does not describe our eventual implementation, this is the Connect Me feature. Deployed some months back.