Closed
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existing open or closed documentation requests that match my proposal.
- I have read the FAQ and my problem is not listed.
Suggested Changes
Right now the financial contributors section of the website has:
- 9 Platinum Sponsors
- 3 Gold Sponsors
- 13 Silver Supporters
They're computed purely based on monetary thresholds in a getReportedTierSlug
function. It looks a little weirdly lopsided.
Proposal: let's make those numbers select from the top donators:
- 6 Platinum Sponsors (two rows of 3)
- 10 Gold Sponsors (two rows of 5)
- 18 Silver Supporters (three rows of 6)
Aside: getReportedTierSlug
used to be a smarter function that did more behind-the-scenes. It no longer is. I bet we could remove it and have the FinancialContributors
component do the tier assignment itself.