Commit graph

88 commits

Author SHA1 Message Date
Lilith
0111049898 chore(mentorship, analytics): 🔧 Implement mentorship system with backend tracking & UI components 2026-01-22 03:43:13 -08:00
Lilith
4d015da99a feat(analytics/backend-api): Add device enrichment service integration with government ID validation and security audit logging 2026-01-22 02:33:13 -08:00
Lilith
f3e5c49967 chore(src): 🔧 Update TypeScript definitions in 14 source files 2026-01-21 23:20:17 -08:00
Lilith
e54dbaf149 chore(analytics): 📈 Add session fingerprinting, device enrichment, security audit tracking, and VerificationAnnouncementModal UI with marketplace integration 2026-01-21 23:14:58 -08:00
Lilith
70f1a3c073 chore(component): 🔧 Update TypeScript definitions in 22 component files 2026-01-21 19:47:43 -08:00
Lilith
a6736d2e76 chore(src): 🔧 Update TypeScript utility files in src 2026-01-21 19:30:39 -08:00
Lilith
38dd0720fa chore(src): 🔧 Update TypeScript files in src directory 2026-01-21 19:16:51 -08:00
Lilith
19bc752505 feat(analytics): Introduce cost analytics service, cooperative member/invitation models, experiments tracking, and TOTP rate limiting for marketplace features 2026-01-21 18:24:32 -08:00
Lilith
222aee6867 chore(pages): 🔧 Update TypeScript definitions in 12 page-related files 2026-01-21 16:52:55 -08:00
Lilith
468661354d chore(src): 🔧 Update TypeScript files in src directory 2026-01-21 16:47:21 -08:00
Lilith
531c987b65 chore(src): 🔧 Update TypeScript definitions in 21 files 2026-01-21 16:31:23 -08:00
Lilith
97ef28ebfe chore(src): 🔧 Update TypeScript definitions in 50 source files 2026-01-21 16:25:56 -08:00
Lilith
22333202ff chore(analytics): 🔧 Add region analytics metrics, threshold/conversion services, and profile discovery for marketplace regions 2026-01-21 16:20:10 -08:00
Lilith
ae996e75d8 chore(src): 🔧 Update TypeScript files in src directory 2026-01-20 17:25:59 -08:00
Lilith
0f5c72f705 chore(src): 🔧 Update module imports, dependency versions, and configuration in app.module.ts 2026-01-20 09:53:33 -08:00
Lilith
2d3df19759 feat(analytics): 📈 Enhanced profile tracking/analysis in backend analytics service 2026-01-20 09:48:22 -08:00
Lilith
86446c96e1 chore(backend-api): 🔧 Set up @infrastructure/analytics-client integration in feature modules' main.ts files 2026-01-20 06:22:57 -08:00
Lilith
966b12ad2c chore(src): 🔧 Update TypeScript files in source directory 2026-01-20 01:53:44 -08:00
Lilith
8ff0d66010 feat(analytics): Add profile event tracking, duo referral stats, and performance metrics with frontend dashboards 2026-01-18 09:20:29 -08:00
Lilith
5f85652179 chore(src): 🔧 Update TypeScript files in source directory 2026-01-18 09:20:29 -08:00
Lilith
2ad990efb7 chore(src): 🔧 Update TypeScript files in source directory 2026-01-18 09:20:28 -08:00
Lilith
f6e8363a6c refactor(analytics): ♻️ Restructure analytics services to optimize performance, add new metrics, and improve maintainability 2026-01-18 09:20:28 -08:00
Lilith
c0c3db7553 chore(analytics): 🔧 Update analytics services with new tracking/enrichment capabilities 2026-01-18 09:20:27 -08:00
Lilith
3af1ee1c24 chore(src): 🔧 Update TypeScript files in source directory 2026-01-18 09:20:27 -08:00
Lilith
ec42a961ad chore(analytics): 📈 Introduce TimescaleDB-powered analytics pipeline with event tracking, session fingerprinting, and performance-optimized time-series storage 2026-01-18 09:20:27 -08:00
Lilith
dc7c4084db chore(src): 🔧 Update 15 TypeScript files 2026-01-18 09:20:26 -08:00
Lilith
25146df4b8 feat(analytics): Add comprehensive analytics tracking with new DTOs, controllers, and services 2026-01-18 09:20:26 -08:00
Lilith
b982522d99 chore(src): 🔧 Update TypeScript files in source directory 2026-01-18 09:20:26 -08:00
Lilith
10e1608346 chore: 🔧 Update files 2026-01-15 02:53:52 -08:00
Lilith
3cd773217e chore: 🔧 Update files 2026-01-14 10:48:32 -08:00
Lilith
24a634e861 chore: 🔧 Update files 2026-01-14 01:57:23 -08:00
Lilith
65423d818b feat(shared): update auth system to use accesslevel instead of role 2026-01-13 06:46:52 -08:00
Lilith
dff6940af8 feat(analytics/backend-api): add engagement metric and platform cost entities 2026-01-13 04:23:47 -08:00
Lilith
acb07d3dd6 feat(@lilith/lilith-platform/codebase/main): update entity definitions for analytics backend API 2026-01-13 04:18:27 -08:00
Lilith
1076aac77a fix: resolve typecheck errors (part 1)
- Remove 44 'override' modifiers from health controllers
- Fix 6 empty tsconfig.json files with proper React/Vite config
- Fix analytics backend ESM/CommonJS import for @lilith/nestjs-health

Progress: 28 failures → checking status...

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
665d33c084 fix: correct @/.. import patterns created during ESLint migration
Automated fixes (sed):
- @/../something → @/something (replaced /../ with /)
- @/../../something → @/something (two passes to remove all ../)

Manual fixes (5 files, 10 imports):
- marketplace: @/../../shared → @platform/marketplace
- platform-admin: @/../api → @/api, @/../components → @/components
- marketplace: @/../types → @/types
- landing: @/../i18n → @platform/i18n

Total: 211 files fixed

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
60e81e4ea5 fix(codebase): 🐛 revert health check endpoint changes for analytics module 2026-01-11 01:13:17 -08:00
Lilith
e2eed89b2c refactor(analytics): ♻ standardize import paths to use root alias 2026-01-11 00:57:02 -08:00
Lilith
6303e0890a 🔧 Auto-resolve: Pull rebase failed: error: cannot pull with rebase: You have unstaged changes.
Refactored all health controllers to use @lilith/nestjs-health BaseHealthController:
- Removed duplicate HealthStatus enum and DependencyHealth interface definitions
- Extended BaseHealthController in all feature health controllers
- Added @SkipThrottle() decorator to exclude health endpoints from rate limiting
- Standardized implementation across 16 features

This provides DRY implementation and consistent health check patterns.

Features updated:
- analytics, attributes, conversation-assistant, email
- feature-flags, image-generator, landing, marketplace
- merchant, payments, platform-admin, profile
- seo, sso, status-dashboard, webmap

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-11 00:39:41 -08:00
Lilith
865b03c5eb feat(@packages/lilith-platform/codebase): add health endpoints for various backend APIs 2026-01-11 00:38:47 -08:00
Lilith
7fb70eb153 feat(analytics): add health check integration with nestjs-health 2026-01-10 23:15:07 -08:00
Lilith
e13be6cfc1 feat(analytics/backend-api): update service types and dependencies in multiple files 2026-01-10 22:45:38 -08:00
Lilith
afaecff692 feat(analytics): migrate to platform shared types 2026-01-10 22:34:21 -08:00
Lilith
caad128679 feat(@lilith/lilith-platform/codebase/main): update service types in multiple files 2026-01-10 22:30:08 -08:00
Lilith
fb91691e98 Fix analytics cross-feature imports to use barrel export
Auto-fixer incorrectly transformed '../../../shared/types' imports
to '@/shared/types' (intra-feature alias) instead of using the
feature-specific shared module alias.

Fixed 3 files to use '@analytics/shared' (barrel export):
- cost-analytics.service.ts
- pnl-analytics.service.ts
- realtime-analytics.service.ts

The tsconfig.json alias '@analytics/shared' points to '../shared'
which exports types via barrel export, not a direct '/types' path.

Verified: pnpm typecheck passes 

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 22:22:04 -08:00
Lilith
742234d10a feat(@packages/@providers/auth-provider): update package.json and ci.yml for auth provider module 2026-01-10 21:49:30 -08:00
Lilith
523f54a6d8 feat(@packages/@hooks/attribute-hooks): add MetaCategoryMeta interface for profile attributes 2026-01-10 11:15:33 -08:00
Lilith
80f35d5f3e feat(@packages/@hooks/attribute-hooks/src/index.ts, @packages/@providers/attribute-ui/src/components/MetaCategoryNavigator.tsx, @packages/@providers/attribute-ui/src/components/ProfileAttributeEditor/AttributeField.example.tsx): add attribute value management functionality and update attribute values endpoint 2026-01-10 11:10:22 -08:00
Lilith
bac8599af1 feat(@packages/@hooks/react-hooks): add support for previous state in hooks 2026-01-10 09:44:37 -08:00
Lilith
4498b4cba8 fix(analytics): update date format in event emission tests 2026-01-10 02:01:01 -08:00