whisper-money/database
Víctor Falcón 041b2147de feat: reuse the upgrade modal at more upsell points and attribute revenue
Extract the AI-categorization upgrade dialog into a shared UpgradeDialog
(plan picker -> Stripe checkout) and use it at two more Pro-feature entry
points that previously showed a plain "go to billing" dialog:

- Connections: "Connect Bank"
- Accounts: the "Connected" account option

Each passes its own copy and an upsell "source". To measure how much revenue
each point drives, the source is captured two ways:

- PostHog "upgrade_checkout_started" event at click (intent), and
- carried into Stripe as subscription metadata (SubscriptionController), then
  persisted onto the local "subscriptions.upsell_source" column when the
  subscription webhook lands (PersistUpsellSourceFromStripe) so revenue can be
  grouped by point with the existing local tooling.

Delete the now-unused UpgradeConnectionDialog.
2026-07-18 14:47:16 +02:00
..
factories feat(spaces): phase 0 — multi-tenant Space foundation (no behaviour change) (#650) 2026-07-09 14:26:07 +02:00
migrations feat: reuse the upgrade modal at more upsell points and attribute revenue 2026-07-18 14:47:16 +02:00
seeders feat(banking): add Interactive Brokers sync via Flex Web Service (#581) 2026-06-23 11:39:24 +02:00
.gitignore Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00