Admin analytics: heatmap per device, anteprima staff e analisi costi.

Separa heatmap mobile/desktop, opt-out analytics per operatori, dashboard costi con KPI e trend mensili.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-28 19:25:38 +02:00
co-authored by Cursor
parent e0e07e5316
commit 29c8afb94d
43 changed files with 1572 additions and 58 deletions
+4
View File
@@ -130,8 +130,12 @@ Rails.application.routes.draw do
delete :clear_kill_switch
end
end
get "costs", to: "costs#index", as: :costs
resources :cost_entries, path: "costs/entries", except: %i[index show]
get "analytics", to: "analytics#index", as: :analytics
get "analytics/page", to: "analytics#show", as: :analytics_page
post "analytics/preview", to: "analytics#preview_enable", as: :analytics_preview
delete "analytics/preview", to: "analytics#preview_disable"
get "youtube/platform", to: "youtube#platform", as: :youtube_platform
end