techlahoma / techlahoma_donations

The donations app for Techlahoma.
0 stars 5 forks source link

Getting started on donation roll ups for 2017 #71

Closed jagthedrummer closed 6 years ago

jagthedrummer commented 6 years ago

This adds a DonationRollUp model and a service to populate the table given a start_time and end_time.

It also adds a service to backfill missing donations from Stripe. How did we come to be missing this info? I'm glad you asked! We didn't have a webhook setup (#68) so, when people would sign up for a subscription they'd make a payment, but this app wouldn't know that it had happened. This backfilling service will create donation records so that we can include everything in the roll ups for 2017.