Page MenuHomePhabricator

Refactor AnonymousDonationsReportUseCase
Open, Needs TriagePublic

Description

NOTE: This is a technical subticket of T328075: Move tracking out of donation data blob

This report returns all anonymous donations, grouped by payment type.

Affected repositories

  • Fundraising Operation Center

Implementation details

NOTE: If the changes to storing the address data from T390611: Extract Donor data into tables have been done on the database side (FOC may still use legacy data), then this ticket should be done differently to avoid iterating over donations and just querying them instad. Either by modifying DonationFetcher to allow for address type querying or by creating a class similar to DonationFetcher that allows for address type querying.