ghostguild-org/app/pages
Jennie Robinson Faber 426f233ccd
All checks were successful
Test / vitest (push) Successful in 11m8s
Test / playwright (push) Successful in 16m14s
Test / Notify on failure (push) Has been skipped
fix(join): persist billingCadence on /join signup
Mirror of the invite-accept fix (c3b1c59) for the self-serve /join path. A joiner who picked annual but abandoned before /api/helcim/subscription ran was left at billingCadence:'monthly' (the model default) with a cadence-unit contributionAmount, rendering $180/mo in admin views.

join.vue now sends cadence to /api/helcim/customer; helcimCustomerSchema accepts cadence (defaults 'monthly'); customer.post.js persists billingCadence in both the new-member create branch and the guest-upgrade $set branch, forced to 'monthly' for $0 signups.
2026-05-24 15:30:31 +01:00
..
about feat: reskin public pages to zine direction 2026-04-02 21:29:52 +01:00
admin feat(admin): rename series route and add tags review page 2026-05-24 00:44:14 +01:00
auth feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
events feat(events): markdown body, registered indicator, drop capacity counters 2026-05-21 17:50:48 +01:00
member fix(forms): use expression form for conditional fieldError reset 2026-05-23 18:49:22 +01:00
members Various pre-launch fixes. 2026-05-22 18:53:07 +01:00
policies feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
series feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
about.vue feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
accept-invite.vue fix(invite): persist billingCadence at invite-accept time 2026-05-24 15:21:34 +01:00
board.vue feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
coming-soon.vue style(visual-fidelity): pages-public — batches A,D,F,G,H 2026-04-30 00:13:02 +01:00
community-guidelines.vue feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
connections.vue Rename communityEcology → board across frontend, add Board nav, update redirects 2026-04-14 12:15:51 +01:00
ecology.vue Rename communityEcology → board across frontend, add Board nav, update redirects 2026-04-14 12:15:51 +01:00
index.vue feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
join.vue fix(join): persist billingCadence on /join signup 2026-05-24 15:30:31 +01:00
login.vue Add login form to coming-soon page and allow admin routes through 2026-03-19 11:01:03 +00:00
verify.vue feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
welcome.vue feat(signup): unify cadence UX across accept-invite, join, and account 2026-04-20 12:34:59 +01:00