fixthestatusquo / archive-proca-backend

Backend for the ultimate petition/campaigning tool
GNU Affero General Public License v3.0
7 stars 2 forks source link

have "partners" actionPage #50

Closed tttp closed 4 years ago

tttp commented 4 years ago

We will have partners of a campaign that use their own action tool. To make it possible to count together all the signatories, it'd be useful to have a "extra_counter" field in the actionPage (and not having the url mandatory/used)

and when you generate the total, you sum (signatures) + sum(actionPage.extra_counter) ?

v2: offer an API to update the counter (so partners can self report)

tttp commented 4 years ago

It's done, right?

One tiny thing: the URL is mandatory, for a partner page, probably shouldn't be.

but plenty fine enough for the MVP