whisper-money/app/Http
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
..
Controllers feat: reuse the upgrade modal at more upsell points and attribute revenue 2026-07-18 14:47:16 +02:00
Middleware feat(mcp): read-only MCP server for Pro accounts (#689) 2026-07-17 16:54:15 +02:00
Requests feat(mcp): add write tools (Phase 2) (#690) 2026-07-17 15:25:03 +00:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00