whisper-money/app/Features
Víctor Falcón f6d032c0ec feat(subscriptions): assign trial/pricing experiment variants
Add the A/B/C experiment foundation: a Pennant feature that buckets users
who register on or after subscriptions.experiment.started_at evenly into
control / reduced_trial / pay_now via a stable hash, leaving earlier users
"legacy". The ExperimentOffer service turns a variant into the concrete
offer (trial days per plan, pay-now flag, refund window, self-refund
eligibility) for the checkout, paywall and billing screens to share.

While started_at is null the experiment is off and everyone behaves like
control, so this is inert until activated via env.
2026-06-27 16:09:52 +02:00
..
AiConsentSettings.php feat(ai): manage AI consent outside onboarding with live backfill (#591) 2026-06-25 10:50:35 +02:00
CalculateBalancesOnImport.php feat(import): calculate balances from transactions (#403) 2026-05-20 10:29:14 +01:00
SubscriptionExperiment.php feat(subscriptions): assign trial/pricing experiment variants 2026-06-27 16:09:52 +02:00