opencollective / opencollective

We're tracking all our Issues, RFCs and a few other documents in this repository.
https://opencollective.com
MIT License
2k stars 367 forks source link

Proposal: Kill matching funds #2237

Closed Betree closed 5 years ago

Betree commented 5 years ago

Acknowledging

And regarding the fact that...

Data: all matching funds currently on Open Collective (active + inactive)

```sql SELECT c.slug AS from_collective, pm.name, pm."expiryDate", FORMAT('$%s', COALESCE(SUM(t.amount), 0) / 100) AS total_matched FROM "PaymentMethods" pm INNER JOIN "Collectives" c ON c.id = pm."CollectiveId" LEFT JOIN "Transactions" t ON t."PaymentMethodId" = pm.id WHERE matching IS NOT NULL GROUP BY c.id, pm.id ```
from_collective name expiryDate total_matched
xdamman Matching Fund #BrusselsTogether 2018-01-02 01:00:00 $11
xdamman Matching Fund Open Collective 2018-01-01 01:00:00 $132
opencollectiveinc Matching Fund for Open Collective Paris [NULL] $0
opencollectiveinc Matching Fund for Open Collective UK [NULL] $0
opencollectiveinc Matching Fund for Open Collective Europe [NULL] $0
notationcapital 7212 2018-03-10 01:00:00 $102

I propose that

We kill the matching fund feature entirely:


Resolve https://github.com/opencollective/opencollective/issues/1323

xdamman commented 5 years ago

Ok for me. We can always revive that flame once we have a concrete demand from a large donor.

piamancini commented 5 years ago

+1

Betree commented 5 years ago

Thanks for the quick feedback, this is now in my TODO.