participateapp / api

API backing Participate!, an app for democratic proposal-making
MIT License
1 stars 0 forks source link

Include "supported-by-me" attribute on proposal payloads #27

Closed oliverbarnes closed 7 years ago

oliverbarnes commented 7 years ago

Possible values: "true" | "false"

Based on whether the current participant supports the proposal.

Payloads to be updated: proposal listing, proposal details and included proposal in newly created support resource

oliverbarnes commented 7 years ago

For https://github.com/oliverbarnes/participate/issues/17

ThomasWeiser commented 7 years ago

Related: currently a participant can support the same proposal multiple times. Should probably delete previous support id or reject a support request if support is already present.