Commit graph

2807 commits

Author SHA1 Message Date
Lilith
58e15f36a9 chore(fontend): 🔧 Standardize Vite build configs across 15+ frontend projects for consistent performance & PNPM dependency resolution 2026-01-25 20:28:49 -08:00
Lilith
4cc13d4ec3 chore(deployments & features): 🔧 Update Vite base paths and plugins for multi-deployment consistency 2026-01-25 19:57:58 -08:00
Lilith
5552ae30d9 chore(platform-analytics): 🔧 Update Vite build configuration for platform analytics module with environment variables, plugins, and optimizations 2026-01-25 19:52:42 -08:00
Lilith
80bf44abb6 chore(analytics): 🔧 Add AnalyticsLayout component to enhance dashboard visualizations & UI consistency 2026-01-25 19:37:13 -08:00
Lilith
066e37c055 chore(platform-analytics): 🔧 Update Vite config to optimize analytics-related builds with plugins and environment variables 2026-01-25 19:37:13 -08:00
Lilith
cac10c28a3 deps-upgrade(frontend-public): ⬆️ Update analytics platform dependencies in frontend-public package.json and pnpm-lock.yaml 2026-01-25 19:37:13 -08:00
Lilith
2fd3f24423 chore(fontend-dev): 🔧 Update frontend dependency versions to latest stable releases 2026-01-25 19:06:45 -08:00
Lilith
a3bee90047 chore(platform-analytics): 🔧 Add new analytics event tracking methods and update data collection logic 2026-01-25 19:01:20 -08:00
Lilith
6a94f07e05 chore(config): 🔧 Update Vite configuration files (vite.config.ts) to include new build optimizations and dependency updates 2026-01-25 19:01:20 -08:00
Lilith
fdbfc28257 deps-upgrade: ⬆️ Update dependencies in root project and feature modules ("platform-content-tools/frontend-dev", "portal/frontend-app") to latest versions 2026-01-25 19:01:20 -08:00
Lilith
d35778939a deps-upgrade(analytics): ⬆️ Update frontend analytics SDKs and dependencies in package.json for performance/bug fixes 2026-01-25 18:50:33 -08:00
Lilith
7df0253f52 chore(analytics): 🔧 Update TypeScript and Vite build configs (tsconfig.json/module resolution, vite.config.ts/plugins/optimizations) for analytics frontend builds 2026-01-25 18:45:22 -08:00
Lilith
0654950db4 deps-upgrade(platform-analytics): ⬆️ Update platform analytics dependencies in package.json and lockfile 2026-01-25 18:45:22 -08:00
Lilith
1f18b0b594 feat(analytics): Implement analytics data collection and fetching system 2026-01-25 18:40:05 -08:00
Lilith
c05cbd855f deps-upgrade(platform-analytics/frontend): ⬆️ Update React, testing libraries, and other frontend dependencies to latest stable versions 2026-01-25 18:40:05 -08:00
Lilith
ed325eb9f7 test(subscription): Add test suites for subscription hooks (pausing/resuming, validation, trial status logic) including usePauseSubscription tests and useTrialStatus. 2026-01-25 18:29:48 -08:00
Lilith
7f0194d852 chore(FunnelVisualization): 🔧 Update visualization dependencies and optimize build scripts for FunnelComponent 2026-01-25 18:19:31 -08:00
Lilith
dc836e9860 refactor(platform-analytics): ♻️ Standardize analytics hooks with unified page-view tracking, WebSocket-based real-time updates via useAnalyticsWebSocket, and improved mocking support 2026-01-25 18:14:20 -08:00
Lilith
6a6339060e chore(deps): 🔧 Update dependency versions in package.json and pnpm-lock.yaml 2026-01-25 18:14:20 -08:00
Lilith
f1c8cf9391 chore(components): 🔧 Update TypeScript component files (7 tsx components) 2026-01-25 18:08:53 -08:00
Lilith
6f253ad3b0 test(subscription): Add reusable test helpers for usePromoCode hook to handle edge cases (invalid/expired codes) 2026-01-25 18:03:39 -08:00
Lilith
937a677dd8 chore(e2e): 🔧 Update e2e test scripts (analytics.docker.e2e.ts) for new analytics tracking logic 2026-01-25 17:58:31 -08:00
Lilith
5de6de7de7 chore(fontend-admin): 🔧 Update Vite configuration for frontend admin dashboard build process 2026-01-25 17:58:31 -08:00
Lilith
71200190ae chore(platform-analytics/frontend-admin): Update dependencies for frontend analytics platform 2026-01-25 17:58:31 -08:00
Lilith
b1e0806492 test(subscription): Add test cases for usePromoCode hook validation, error handling, and discount logic in checkout flow 2026-01-25 17:53:05 -08:00
Lilith
c1c4fac4ee chore(subscription): 🔧 Update subscription service config for new billing cycle validation 2026-01-25 17:47:56 -08:00
Lilith
bdcc0f3f7b chore(platform-analytics): 🔧 Add shared utilities/components for analytics event tracking, data processing, and integration helpers 2026-01-25 17:42:39 -08:00
Lilith
7947aa1581 chore(subscription): 🔥 Remove test files for usePromoCode hook due to deprecation/refactoring 2026-01-25 17:42:39 -08:00
Lilith
7071548b73 feat(analytics): Add refined admin analytics types & shared TypeScript type system 2026-01-25 17:42:39 -08:00
Lilith
c170313ebe feat(analytics): Add 7+ analytics dashboard pages (ErrorTracking, FmtyAnalytics, GiftsAnalytics, Performance, PnL, RealTime, Revenue, Transactions) with API integrations, shared types, and frontend utilities 2026-01-25 17:42:39 -08:00
Lilith
3a84709c2f chore(pages): 🔧 Update TypeScript files in pages directory 2026-01-25 17:42:38 -08:00
Lilith
ff2a2031e3 chore(analytics): 🔧 Update tsconfig.json, vite.config.ts, vitest.config.ts, and .gitignore to standardize analytics plugin tooling across monorepo modules 2026-01-25 17:42:36 -08:00
Lilith
42e1d8b810 deps-upgrade(analytics/frontend-admin): ⬆️ Update dependencies in @plugins/analytics and frontend-admin modules to latest versions 2026-01-25 17:42:36 -08:00
Lilith
e36cf92899 chore(frontend-admin): 🔧 Add analytics tracking infrastructure (API clients, batch queue, custom hooks, and provider component) 2026-01-25 17:36:00 -08:00
Lilith
88af408174 chore(hooks): 🔧 Update promo code removal logic, navigation config, and related test specs 2026-01-25 17:30:40 -08:00
Lilith
eff0e7a30e chore(marketplace + analytics): 🔥 Remove promo code feature and associated tests 2026-01-25 17:25:29 -08:00
Lilith
3c2d1c572b chore(frontend-admin): Update dependencies in admin frontend for security/bug fixes via pnpm lock regeneration 2026-01-25 17:25:28 -08:00
Lilith
720ffe7480 chore(hooks): 🔧 Update TypeScript hook files (8 total) 2026-01-25 17:05:00 -08:00
Lilith
9436f4d0e1 chore(hooks): 🔧 Update TypeScript hook files (8 total) 2026-01-25 16:54:35 -08:00
Lilith
e850ea655a deps-upgrade(platform-analytics/backend-api): ⬆️ Update dependencies to enhance security, performance, and compatibility in platform analytics backend API 2026-01-25 16:54:35 -08:00
Lilith
607e285af9 deps-upgrade(analytics): ⬆️ Update analytics dependencies in frontend-admin and shared modules to improve performance, security, or compatibility 2026-01-25 16:49:13 -08:00
Lilith
536e3067e6 chore(pages): 🔧 Update 18 TypeScript files in pages directory 2026-01-25 16:43:37 -08:00
Lilith
9411913162 chore(src): 🔧 Update configuration files, scripts, and utility modules in src/ directory 2026-01-25 16:38:06 -08:00
Lilith
f733b8461f chore(features): 🔧 Update analytics configuration in analytics.yaml 2026-01-25 16:38:06 -08:00
Lilith
8a26b1f7d5 chore(subscription): 🔧 Enhance subscription management with billing cycle toggle, promo code input, tier selection, trial expiration handling, and updated usage tracking fixtures 2026-01-25 16:38:06 -08:00
Lilith
0d3b70391f chore(src): 🔧 Update TypeScript main entry file (src/main.tsx) 2026-01-25 16:38:06 -08:00
Lilith
f913d30726 chore(analytics): 📋 Add/update TypeScript interfaces/types in analytics/shared/src/types for event tracking, metrics, and shared analytics schemas 2026-01-25 16:38:06 -08:00
Lilith
8b0242ff4e feat(analytics): Add new analytics tracking feature for user engagement metrics 2026-01-25 16:38:05 -08:00
Lilith
0d7351554c chore(features): 🔧 Update TypeScript files in feature directory 2026-01-25 16:38:05 -08:00
Lilith
f1bcc0c240 chore(analytics): 📈 Add admin analytics dashboards (Performance, P&L, Revenue, Real-Time, Transactions) with API integrations and shared types 2026-01-25 16:38:05 -08:00