Context
The Android team will AB Test a new activity tab against our existing edit tab with the goal of deepening engagement and retention of readers and donors. Based on a previous experiment called Contributions Dashboard, some app users feel favorably about having access to their donor information. The app is able to use local data to determine the last time a user clicked "donate". We will make this information accessible, but turn it off by default. We can consider adding other donor insights as we receive more feedback.
Requirements
- Add a last in-app donation module
- Module should be off by default
- If we do not have a donation date for user or we perceive that they have not donated, do not show module and do not allow users to turn module on
- When users click on donation module, take them to donate flow where we ask if they want to donate with Google Pay or other payment method
- Instrument users clicks on donation module to donate form
- Add parameter so we know if users donated via feature



