Commit graph

15 commits

Author SHA1 Message Date
Lilith
f3e5c49967 chore(src): 🔧 Update TypeScript definitions in 14 source files 2026-01-21 23:20:17 -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
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
e2eed89b2c refactor(analytics): ♻ standardize import paths to use root alias 2026-01-11 00:57:02 -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
bac8599af1 feat(@packages/@hooks/react-hooks): add support for previous state in hooks 2026-01-10 09:44:37 -08:00
Lilith
f32e008db1 fix(codebase): 🛠 resolve linting issues in key files 2026-01-04 06:24:35 -08:00
Lilith
9202f3d418 feat(analytics/backend-api): add new endpoints for conversion funnel data and A/B testing metrics 2026-01-03 13:09:25 -08:00
Lilith
2652233833 Add per-tier analytics endpoints and TierDetailPage
- Backend: 3 new endpoints for tier-specific analytics (limit hits, trends, subscriber flow)
- Frontend: TierDetailPage with limit hits breakdown, tier movements, subscriber flow charts
- API layer and types for per-tier analytics data

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 19:14:52 -08:00
Lilith
5e56e426ac Add subscription funnel analytics service and endpoints
- Add SubscriptionFunnelService for upgrade conversion tracking
- Add 6 admin endpoints for funnel metrics, limit hits, MRR by tier
- Track limit hit → upgrade prompt → checkout → completion funnel

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 19:02:59 -08:00
Lilith
d15e896547 🔧 Fix all references after directory renames
- Update tsconfig.base.json path mappings
- Fix Docker build paths in package.json
- Update @packages/@plugins tsconfig and exports
- Fix NestJS nest-cli.json and package.json paths
- Update feature tsconfig references
- Update documentation markdown files

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 18:11:32 -08:00
Lilith
8c679e3f09 ♻️ Require local NLLB model, remove auto-download
- Require model to exist locally (use @ml-model-loader to download)
- Add local_files_only=True to prevent network access
- Simplify health endpoint, remove HF cache info
- Error if model not found with clear download instructions

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:37:39 -08:00