Winxton / SubShare

Splitwise for subscriptions.
https://subshare.app/
0 stars 0 forks source link

Backgroundworker #78

Closed ninagong closed 8 months ago

ninagong commented 8 months ago

created a background worker to run everyday at 8 am to check if next_billing_date is today. If so, the members of the group's balance is incremented

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
subshare ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 26, 2024 10:41pm
forshakuras commented 8 months ago

@Tome94 @Winxton @ninagong I think the repository and things should also probably be some sort of singleton pattern right? I don't think we need to fuck around with DI or anything but I think understand object instantiation within a BE system is important.

ninagong commented 8 months ago

nice