Clear billing logic, do some cleanup

This commit is contained in:
Jon Staab
2026-04-01 14:30:09 -07:00
parent d1209c635b
commit baae65b8b2
13 changed files with 152 additions and 1330 deletions
+3 -6
View File
@@ -1,6 +1,3 @@
- [ ] Show relay status on details page
- [ ] Show relay activity history on details page (add activity route and repo method to backend spec + implementation)
- [ ] Infra provisioning isn't happening. At least, the relay's status isn't being updated
- [ ] If relay is inactive, show "reactivate" instead of "inactivate" in the relay detal menu
- [ ] Invoices
- [ ] Stripe
- [ ] Split repo into queries and commands
- [ ] Fix billing by using stripe as a backend to do proration, then mark invoices paid manually when using bitcoin.
- [ ] Send a payment link instead of an invoice so we can generate/pay on the fly