Donation-derived donor leaderboard with server-side exclusions
applied. Composes useInfiniteDonations +
useLeaderboardExclusions into a single hook so overlays that
historically consumed the two hand-in-hand can import one thing.
Ranking rule: sum amount.value per donor id, sort desc, cap by
limit (when non-zero). Optional filters:
prefilterExclusions — drop excluded donors before ranking (default).
removeAnonymous — drop donors with empty or "anonymous" names.
Auto-disables the underlying queries when campaignId is nullish.
Donation-derived donor leaderboard with server-side exclusions applied. Composes useInfiniteDonations + useLeaderboardExclusions into a single hook so overlays that historically consumed the two hand-in-hand can import one thing.
Ranking rule: sum
amount.valueper donor id, sort desc, cap bylimit(when non-zero). Optional filters:prefilterExclusions— drop excluded donors before ranking (default).removeAnonymous— drop donors with empty or"anonymous"names.Auto-disables the underlying queries when
campaignIdis nullish.For an unfiltered / server-computed variant, see useLeaderboardWithExclusions.