Commit graph

121 commits

Author SHA1 Message Date
Lilith
afaecff692 feat(analytics): migrate to platform shared types 2026-01-10 22:34:21 -08:00
Lilith
2f0c6afb3b refactor(analytics): ♻ restructure shared types and tsconfig 2026-01-10 22:32:51 -08:00
Lilith
c442af091e feat(analytics): add platform analytics shared path mapping 2026-01-10 22:31:26 -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
5ab0c8a25b feat(features/analytics/frontend-admin/src/api/analytics.ts, features/analytics/shared/index.ts, features/analytics/shared/types/index.ts, features/marketplace/frontend-public/package.json, features/merchant/backend-api/src/products/products.service.spec.ts): add key analytics and marketplace API changes 2026-01-10 20:18:54 -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
475aa077c4 fix(@packages/@hooks/attribute-hooks): 🐛 update metaCategorizedAttributes logic for enriched data and priority grouping 2026-01-10 11:00:05 -08:00
Lilith
485e22cde6 feat(features/analytics/frontend-users/package.json): add typecheck for dev user types 2026-01-10 10:54:52 -08:00
Lilith
4defb0ba5b fix(shared): 🐛 fix: 🐛 resolve missing @lilith/ui-* dependencies for analytics frontend-users component diff issues 2026-01-10 10:29:00 -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
7b62da8f40 feat(features/analytics/backend-api): add analytics backend API package.json changes 2026-01-10 04:04:12 -08:00
Lilith
d0e356bb2f feat(frontend-dev): update package.json and main.tsx for conversation assistant 2026-01-10 03:45:20 -08:00
Lilith
54ff1b845c feat(features/image-generator/backend-api): update test case for image family name change 2026-01-10 02:04:19 -08:00
Lilith
dc84e17a36 fix(features/image-generator/backend-api): 🐛 updated test data for image events integration tests 2026-01-10 02:03:13 -08:00
Lilith
b97dd92641 fix(main): 🐛 resolve linting issues 2026-01-10 02:02:07 -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
77f21ffdad fix(features/analytics/backend-api/package.json): resolve dependency version conflict 2026-01-10 00:22:37 -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
0aed37f794 🔧 Auto-resolve: Update analytics backend tsconfig module settings
Changed module/moduleResolution from commonjs/bundler to node16/node16
for better ESM compatibility.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 11:30:40 -08:00
Lilith
916cd0f46d 🔧 Update files 2026-01-09 11:30:40 -08:00
Lilith
fbe81746da 🔧 Update files 2026-01-09 11:22:20 -08:00
Lilith
8f8e4663b3 🔧 Auto-resolve: Pull rebase failed: error: cannot pull with rebase: You have unstaged changes
- Bump @lilith/service-addresses from ^2.0.0 to ^2.0.1 across features
- Update pnpm-lock.yaml to reflect dependency changes

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-09 11:22:20 -08:00
Lilith
6e832782df Add new files 2026-01-09 11:22:19 -08:00
Lilith
8f72631042 🔧 Update 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
Lilith
1a69d44e26 chore(shared): 🔧 Hello! I'm a mock assistant responding to your message. 2026-01-05 12:50:02 -08:00
Lilith
5c473cda39 chore(shared): 🔧 Hello! I'm a mock assistant responding to your message. 2026-01-05 12:29:41 -08:00
Lilith
d11b50f38a chore(shared): 🔧 Hello! I'm a mock assistant responding to your message. 2026-01-05 12:19:24 -08:00
Lilith
a275e23091 fix(backend-api): 🐛 resolve idempotency check in revenue processing 2026-01-04 21:31:33 -08:00
Lilith
95baec26f7 fix(analytics/backend-api): 🐛 adjust timestamp comparison in transaction analytics service 2026-01-04 21:30:29 -08:00
Lilith
01c1b69db6 fix(analytics/backend-api): 🐛 update date trunc logic in revenue selection 2026-01-04 21:30:08 -08:00
Lilith
a25106615b feat(analytics): update service files for subscription analytics and revenue data extraction 2026-01-04 21:29:03 -08:00
Lilith
327a124188 fix(analytics/backend-api): 🐛 update subscription analytics service queries 2026-01-04 21:27:59 -08:00
Lilith
faab3c14a9 fix(analytics/backend-api): 🐛 update revenue metric entity and service service 2026-01-04 21:26:53 -08:00
Lilith
92ccbc610a fix(shared): 🐛 fix: 🐛 resolve path conflicts in typescript configurations 2026-01-04 16:14:07 -08:00
Lilith
7833bf123d fix(features/analytics/frontend-admin): update admin query and trend points for revenue metrics 2026-01-04 12:44:20 -08:00
Lilith
744c475795 fix(features/analytics/frontend-admin): 🐛 update admin query metric API endpoint 2026-01-04 12:43:17 -08:00
Lilith
dc08ba1e67 feat(features/analytics/backend-api/src/auth/jwt.guard.ts): add E2E testing bypass for auto-authentication 2026-01-04 12:26:09 -08:00