rspace-online/modules/rcart/components
Jeff Emmett 4304170a9a feat(rcart): recurring payment infrastructure with interval scheduling
Layer 1 — Schema & History:
- Added PaymentRecord type for individual payment tracking
- Added interval (weekly/biweekly/monthly/quarterly/yearly), nextDueAt,
  subscriberEmail, and paymentHistory[] to PaymentRequestMeta
- Payment history records txHash, method, amount, paidAt for each payment

Layer 2 — Server-Side Scheduler:
- Hourly subscription reminder scheduler sends email notifications
  when recurring payments are due (based on nextDueAt)
- nextDueAt auto-computed after each successful subscription payment
- Grace period prevents duplicate reminders
- Branded HTML reminder emails with "Pay Now" button

UI Updates:
- Billing interval selector (weekly through yearly) shown for
  subscription and payer_choice payment types
- Payment page shows subscription badge with interval and history count
- Next due date displayed for active subscriptions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 21:22:58 +00:00
..
cart-demo.ts refactor: rename module directories to match r-prefixed module IDs 2026-02-28 19:49:26 -08:00
cart.css feat(responsive): add mobile breakpoints (768px/480px) across all rApps 2026-03-12 12:32:47 -07:00
folk-cart-shop.ts feat(shell): redesign rApp info popup as centered modal with overlay 2026-03-12 11:24:41 -07:00
folk-group-buy-page.ts feat(responsive): adaptive tablet/fold breakpoints, touch/pen parity, pointer events drag 2026-03-12 13:41:29 -07:00
folk-payment-page.ts feat(rcart): recurring payment infrastructure with interval scheduling 2026-03-12 21:22:58 +00:00
folk-payment-request.ts feat(rcart): recurring payment infrastructure with interval scheduling 2026-03-12 21:22:58 +00:00
folk-payments-dashboard.ts feat(rcart): add payments dashboard for Payments subnav tab 2026-03-12 11:17:54 -07:00