analytics/lib/workers
RobertJoonas 686ffa6ef3
Clean up legacy trials code + displaying limits (#3620)
* remove unused functionality

We can now safely delete all the logic around users who are on trial and
signed up *before* the business tiers release, since that's no longer
possible

* add monthly_pageview_limit fn clause that takes a user

* make Quota.site_limit return enterprise site limit

...not `:unlimited`, as we still need to display it
in the account settings.

* make `team_member_limit/1` return :unlimited on small_build

* improve team_member_usage/1 function doc

* stop displaying unlimited symbol in usage section

These unlimited limits include:

* `monthly_pageview_limit` for trials
* `team_member_limit` for old enterprise plans
* `site limit` for old accounts (before 2021-05-05)

* format

* small refactor case clause + move mod vars

* review suggestions
2023-12-13 10:47:50 +00:00
..
check_usage.ex Clean up legacy trials code + displaying limits (#3620) 2023-12-13 10:47:50 +00:00
clean_invitations.ex Invitations (#1122) 2021-06-16 15:00:07 +03:00
expire_domain_change_transitions.ex Allow domain change (#2803) 2023-04-04 10:55:12 +02:00
import_google_analytics.ex Save city name when importing from GA (#2608) 2023-02-14 09:32:18 -03:00
lock_sites.ex Fix and refactor invitation logic (#3376) 2023-10-02 14:57:57 +02:00
notify_annual_renewal.ex Refactor enterprise plan upgrade and change-plan actions (#3397) 2023-10-10 20:35:17 +03:00
rotate_salts.ex Upgrades Oban to v2.6.1 (#967) 2021-04-26 11:32:18 +03:00
schedule_email_reports.ex Do not send email reports for locked sites 2021-06-17 10:20:54 +03:00
send_check_stats_emails.ex Do not report hard bounce e-mail errors to Sentry (#2361) 2022-10-24 07:13:23 -03:00
send_email_report.ex Fix weekly/monthly report e-mails (MJML) (#3150) 2023-07-17 16:59:01 +02:00
send_site_setup_emails.ex Feature gates (#3401) 2023-10-11 09:40:01 -03:00
send_trial_notifications.ex Reapply "Define a better monthly pageview usage (#3564)" (#3574) 2023-11-30 13:30:04 +01:00
spike_notifier.ex add a test and fix rendering the dashboard link 2022-11-03 11:31:32 +02:00