analytics/lib/plausible_web/live
RobertJoonas 3d2f356ba7
Refactor enterprise plan upgrade and change-plan actions (#3397)
* rename enterprise?/1 function

* change link text to Upgrade when subscription deleted

* extract paddle_button and paddle_script components

* create a new upgrade-to-enterprise-plan page

* extract upgrade_link component

* rename function

* link to enterprise plan upgrade page from settings

...if the user has an enterprise plan configured

* fetch enterprise plan price on the new page

* add change_enterprise_plan functionality on the new page

* render existing change_enterprise_plan_contact_us.html

...when subscribed to latest configured enterprise plan

* rename vars and extract resumable? fn

* remove dead billing route

* small test refactor: extract convenience fn

* add tests for...

...restricting paused and past_due subscription access to the new
enterprise plan page.

1. redirect to /settings from the controller action
2. hiding the change-plan link from the user settings

* implement redirect to /settings

* hide the enterprise upgrade/change-plan link

* add tests for a deleted enterprise subscription

* plug in the new controller action and delete dead code

* optimize for dark mode

* fix compile warning

* credo fix

* display N/A instead of crash when price nil

* change subscription.status type to Ecto.Enum

Also, create a new `Subscription.Status` module that exposes macros to
return the used atom values (prevent typos at compiletime).

* fix bug (@conn not available anymore)

* use Routes.billing_path where applicable

* add a status() type

* silence credo

* refactor suggestion from review

Co-authored-by: Adrian Gruntkowski <adrian.gruntkowski@gmail.com>

* Remove the __using__ macro from Subscription.Status

... instead be explicit about requires and aliases and also order
the use, import, require, and alias clauses according to
https://github.com/christopheradams/elixir_style_guide#module-attribute-ordering

* drop the virtual Enteprise 'price_per_interval' field

* apply review suggestion to make the code more DRY

* use dot syntax to fetch current user in new controller actions

* fix formatting

---------

Co-authored-by: Adrian Gruntkowski <adrian.gruntkowski@gmail.com>
2023-10-10 20:35:17 +03:00
..
components Implement better user password validation (#3344) 2023-09-25 10:27:29 +02:00
funnel_settings Funnel Settings UI tweaks (to match Custom Props/Goals) (#3323) 2023-09-13 15:07:04 +02:00
goal_settings Plugins API: 2nd pass with Goals resource + SharedLinks schema changes (#3396) 2023-10-05 11:54:18 +02:00
props_settings Fix Add Property button font weight (#3356) 2023-09-18 10:32:02 +02:00
choose_plan.ex Refactor enterprise plan upgrade and change-plan actions (#3397) 2023-10-10 20:35:17 +03:00
flash.ex Connect to live socket only on specific pages (#3292) 2023-08-28 10:03:06 +02:00
funnel_settings.ex Funnel Settings UI tweaks (to match Custom Props/Goals) (#3323) 2023-09-13 15:07:04 +02:00
goal_settings.ex Props Settings UI to match Goals Settings (#3322) 2023-09-13 14:55:29 +02:00
props_settings.ex Funnel Settings UI tweaks (to match Custom Props/Goals) (#3323) 2023-09-13 15:07:04 +02:00
register_form.ex Improve forms (#3380) 2023-09-28 11:44:39 +02:00
reset_password_form.ex Handle missing or expired token in password reset action and LV gracefully (#3387) 2023-10-02 15:11:59 +02:00