Description
Campaign creators have no way to export a list of their contributors for fulfilment, reward shipping, or thank-you communications. This is a standard feature on Kickstarter, Indiegogo, and every major crowdfunding platform.
Proposed Solution
Backend
- Add
GET /api/campaigns/:id/contributions/export — returns CSV with columns: contributor_name, display_name, amount_usd, amount_xlm, tier, contributed_at, wallet_address (if provided)
- Only accessible to campaign owner and admin
- Respect contributor privacy preferences (exclude wallet address if contributor opted out of public listing)
Frontend
- Add "Export CSV" button on the campaign creator's management view
- Show download progress for large exports
Acceptance Criteria
Description
Campaign creators have no way to export a list of their contributors for fulfilment, reward shipping, or thank-you communications. This is a standard feature on Kickstarter, Indiegogo, and every major crowdfunding platform.
Proposed Solution
Backend
GET /api/campaigns/:id/contributions/export— returns CSV with columns: contributor_name, display_name, amount_usd, amount_xlm, tier, contributed_at, wallet_address (if provided)Frontend
Acceptance Criteria