CluPilotCloud/app/Http/Controllers
nexxo 4ef5b9519c Let the owner mark one plan as recommended, from the console
Recommended lives on the plan family, not a version: it is a stance about
the product line ("which plan we point a visitor towards"), not a
capability that changes with a price, and freezing it per version would
make the mark silently vanish every time a new version publishes.

Setting a plan recommended clears whichever other plan carried the mark,
inside one transaction locking the whole table — two operators
recommending two different plans at once must not both win. The public
price sheet already had the highlighted-card treatment for this (it was
driven by a hardcoded "team" constant); it now reads the family instead.
2026-07-29 14:22:22 +02:00
..
Controller.php feat(admin): staff RBAC (spatie) + admin settings page 2026-07-25 15:47:42 +02:00
ImpersonationController.php Refuse a portal login for an address that already belongs to an operator 2026-07-28 14:42:16 +02:00
LandingController.php Let the owner mark one plan as recommended, from the console 2026-07-29 14:22:22 +02:00
StatusController.php Rebuild the status page as a status page 2026-07-29 12:45:18 +02:00
StripeWebhookController.php feat(billing): Stripe owns the billing cycle, we own capability 2026-07-26 13:36:28 +02:00