Commit graph

75 commits

Author SHA1 Message Date
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
Lilith
83009405d0 fix(features): resolve idempotency key format issues in analytics processor tests 2026-01-10 01:59:54 -08:00
Lilith
d7015ec68f feat(analytics/backend-api): improve event emission functionality for hourly and daily aggregation 2026-01-10 01:58:48 -08:00
Lilith
cdbeaf8c53 feat(features/analytics/backend-api/src/processors/analytics.processor.ts, features/email/backend-api/src/test/integration/setup.ts, features/seo/backend-api/src/pipeline/pipeline.service.ts): add domain event emitting logic for analytics, email, and seo pipelines 2026-01-10 01:57:40 -08:00
Lilith
d01f90b77f fix(codebase): 🛠 resolve file count discrepancies 2026-01-10 01:09:44 -08:00
Lilith
88adfc23a5 feat(features/analytics/backend-api): add analytics backend API module 2026-01-10 01:03:40 -08:00
Lilith
f780939ddc fix(analytics/backend-api): 🐛 🛑 update aggregation logic for analytics processor 2026-01-10 01:02:33 -08:00
Lilith
6377aa9d56 fix(backend-api): 🐛 resolve missing imports and fix type errors 2026-01-10 01:01:26 -08:00
Lilith
09de50f94f fix(features/analytics/backend-api/package.json): 🐛 resolve type conflicts in domain event enum 2026-01-10 00:20:22 -08:00
Lilith
4f58d535fa fix(main): 🐛 resolve missing environment variables in configuration files 2026-01-09 23:23:05 -08:00
Lilith
fbe81746da 🔧 Update files 2026-01-09 11:22:20 -08:00
Lilith
6e832782df Add new files 2026-01-09 11:22:19 -08:00
Lilith
10199f657f chore(shared): 🔧 Hello! I'm a mock assistant responding to your message. 2026-01-05 12:56:06 -08:00
Lilith
f45de5ae6e 🔧 Auto-resolve: Pull rebase failed: error: cannot pull with rebase: You have unstaged changes
- Refactor getCostBreakdown() to return structured breakdown by category and type
- Enhance getCostTrend() to include category-level trend data
- Improve getBudgetComparison() to return summary totals with variance analysis
- Update return types for better type safety and data organization

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-05 12:50:54 -08:00