makearmy-app/components
makearmy 912cf71bb9 feat(support): Ko-fi end-to-end linking + badges (derive-on-read, no cron)
- Add Ko-fi webhook (/api/webhooks/kofi) with upsert by (provider, external_user_id)
  • Computes renews_at = timestamp + 1 calendar month + 1 day
  • Preserves first started_at; stores raw payload; canonicalizes by email when available
- Add Ko-fi claim flow
  • POST /api/support/kofi/claim/start — sends verification email via SMTP
  • GET  /api/support/kofi/claim/verify — finalizes link (sets app_user), redirects to /portal/account
  • POST /api/support/kofi/unlink — clears app_user on Ko-fi rows
- Add derive-on-read membership logic
  • /lib/memberships.ts — single source of truth for badges & “active” state
  • /api/support/badges — thin wrapper that returns per-provider badges
- Account UI
  • components/account/SupporterBadges.tsx — renders provider badges (Ko-fi now; extensible)
  • components/account/ConnectKofi.tsx — “Link Ko-fi” form (email → verify link)
  • components/account/LinkStatus.tsx — success/error banner on return
  • app/portal/account/AccountPanel.tsx — integrates badges, link panel, and banner
- Config/env
  • Requires: DIRECTUS_URL, DIRECTUS_TOKEN_ADMIN_SUPPORTER, KOFI_VERIFY_TOKEN
  • SMTP: SMTP_HOST, SMTP_PORT, SMTP_SECURE, SMTP_USER, SMTP_PASS, EMAIL_FROM
  • APP_ORIGIN used to build absolute verify URLs
- Misc
  • Fixed import to use @/lib/memberships
  • No cron required; UI derives active state via status === active && renews_at >= now

Refs: beta readiness for Ko-fi supporters
2025-10-19 17:51:04 -04:00
..
account feat(support): Ko-fi end-to-end linking + badges (derive-on-read, no cron) 2025-10-19 17:51:04 -04:00
buying-guide buying guide header display fix 2025-10-15 18:23:06 -04:00
claims added claim/owner routes and components, test fiber page 2025-09-27 22:48:26 -04:00
common uv test owner 2025-10-01 16:25:54 -04:00
details cut,skip fix plus owner fix for view page 2025-10-08 23:21:29 -04:00
forms submission form cleanup 2025-10-06 22:05:29 -04:00
lists cut,skip fix plus owner fix for view page 2025-10-08 23:21:29 -04:00
portal svgnest render fix 2025-10-15 20:53:06 -04:00
toolkit Initial commit 2025-09-22 10:37:53 -04:00
ui rigbuilder UI fixes 2025-09-26 19:33:27 -04:00
utilities Act to Get 2025-10-16 08:59:08 -04:00
account.zip feat(support): Ko-fi end-to-end linking + badges (derive-on-read, no cron) 2025-10-19 17:51:04 -04:00
PortalTabs.tsx completely refactored utilities for direct rendering, killed iframes 2025-10-12 22:24:23 -04:00
SignOutButton.tsx built user portal behind auth 2025-09-27 14:30:16 -04:00