Denhac / denhac-webhooks

This repo holds some of our membership automation stuff. It listens to webhooks from the main wordpress site
7 stars 2 forks source link

Basic budget management #75

Open Jnesselr opened 2 months ago

Jnesselr commented 2 months ago

The goal for this was to lay the groundwork for our automated budget management systems. I've introduced the Budget and StripeCard models. StripeCard is currently set to sync hourly. That entire table gets updated from Stripe's API. Originally this was just to backfill the data, but it may prove useful to always get new cards this way as well.

The Budget class has no UI as of yet. We have a few options there:

Next chunks of work (approximately in order):