feat: locked-feature upgrade prompts route to billing + track upgrade interest (v0.81.0)

UpgradeDialog's CTA now sends users to Settings > Billing (with a feature-specific banner) instead of a generic support-ticket prefill, and fires a best-effort tracking beacon recording which feature triggered the click. New feature_upgrade_clicks table + Admin > Insights chart ("Most-requested locked features") gives admins visibility into which locked features actually drive upgrade interest.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Arnaud
2026-07-24 14:12:12 +02:00
parent 1fe379bcdc
commit ce7741c0b6
14 changed files with 6392 additions and 17 deletions
+6
View File
@@ -2,6 +2,12 @@
All notable changes to Epicure are documented here. This file is mirrored in-app at `/changelog` (and in the admin dashboard) via `apps/web/lib/changelog.ts` — update both together.
## 0.81.0 — 2026-07-24 17:15
### Added
- Locked-feature upgrade prompts now route straight to Settings → Billing (with a banner naming the feature you were trying to use) instead of a generic support-ticket form.
- Every upgrade-prompt click is now recorded (feature key only, best-effort) so Admin → Insights can show which locked features are actually driving upgrade interest, in a new "Most-requested locked features" chart.
## 0.80.0 — 2026-07-24 16:45
### Added