Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter active sponsors/backers and categorize correctly #4596

Merged
merged 1 commit into from Mar 12, 2021

Conversation

juergba
Copy link
Member

@juergba juergba commented Mar 8, 2021

Description

Our site mochajs.org is listing the avatars/links of our financial contributors at OpenCollective:

  • all (active and cancelled) contributors are shown
  • the distinction between sponsor and backer is incorrect. At the moment we only have one active sponsor.

Description of the Change

  • The majority of monthly contributions (ORDER) has been cancelled by the contributors (ACCOUNT).
    We only select orders with ORDER.status===ACTIVE and ignore the cancelled ones.
  • We use ORDER.tier set by OpenCollective for correct distinction (sponsors, backers).

Applicable issues

closes #4595

@juergba juergba added the area: website involving mochajs.org, but not necessarily involving docs label Mar 8, 2021
@juergba juergba self-assigned this Mar 8, 2021
@juergba juergba added the area: documentation anything involving docs or mochajs.org label Mar 8, 2021
@juergba juergba requested a review from a team March 8, 2021 12:40
@juergba juergba merged commit 1de836b into master Mar 12, 2021
@juergba juergba deleted the juergba/backers branch March 12, 2021 06:26
@juergba juergba added this to the next milestone Mar 12, 2021
This was referenced Mar 12, 2021
This was referenced Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: documentation anything involving docs or mochajs.org area: website involving mochajs.org, but not necessarily involving docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exclude inactive sponsors and backers
1 participant