Lilith
3bf6db7d5a
chore(profile): 🔧 Add translation management system to profile content customization
2026-01-23 07:35:29 -08:00
Lilith
8acee1f6f2
chore(pages): 🔧 Update TypeScript files in /pages directory to maintain consistency
2026-01-23 07:16:07 -08:00
Lilith
539c6b0fb5
feat(profile): ✨ Implement user translation support with backend API and frontend integration for localized profile data
2026-01-22 23:03:44 -08:00
Lilith
69f01ae0ba
chore(profile): 🔧 Implement duo profile support with new DTOs, migrations, processors, and endpoints
2026-01-22 23:03:44 -08:00
Lilith
cb6ac5f1be
chore(health): 🔧 Standardize health check controller responses across feature modules with consistent payloads and unified edge-case handling
2026-01-22 17:39:51 -08:00
Lilith
3534ea3d3d
chore(src): 🔧 Update TypeScript definitions in 50 source files
2026-01-22 15:26:59 -08:00
Lilith
23cadc620f
chore(seo): 🔧 Update SEO pipeline, profile translations, and marketplace safety types
2026-01-22 04:15:01 -08:00
Lilith
559dd8d8da
feat(marketplace/coop): ✨ Implement mentorship program with mentor-mentee matching, skill-based pairing, and progress tracking dashboards
2026-01-21 23:04:13 -08:00
Lilith
bd64f92940
chore(src): 🔧 Update TypeScript definitions in 28 source files
2026-01-21 19:22:43 -08:00
Lilith
47a728d22b
feat(profiles): ✨ Implement client profile management API & UI integration in marketplace system
2026-01-21 18:50:26 -08:00
Lilith
d3bd335ab4
chore(src): 🔧 Update TypeScript utility files in src
2026-01-21 18:45:17 -08:00
Lilith
17db92ff7e
feat(marketplace): ✨ Implement subscription cancellation flow with userdb conversation/messages data handling + frontend confirmation UI
2026-01-21 18:03:28 -08:00
Lilith
5becaff872
chore(src): 🔧 Update TypeScript definitions and related utility files in src
2026-01-21 14:56:09 -08:00
Lilith
ece0ad8d0d
chore(src): 🔧 Update TypeScript utility files in src directory
2026-01-21 14:50:51 -08:00
Lilith
22377c6772
chore(src): 🔧 Update TypeScript entry point (src/main.ts) and YAML service configuration (services.yaml)
2026-01-20 06:28:09 -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
381a561d6a
chore(src): 🔧 Update 7 files in src
2026-01-18 09:21:19 -08:00
Lilith
965881c10f
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:21:18 -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
60e81e4ea5
fix(codebase): 🐛 revert health check endpoint changes for analytics module
2026-01-11 01:13:17 -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
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
1e4c21c653
feat(codebase/main): ✨ add analytics domain events for profile updates
2026-01-03 12:39:17 -08:00
Lilith
bffa25b2e5
♻️ Refactor backend services to use @lilith/service-nestjs-bootstrap
...
Replace boilerplate NestJS bootstrap code with standardized bootstrap helper:
- analytics, attributes, conversation-assistant, email, feature-flags
- image-generator, landing, marketplace, profile, seo, sso
Benefits: Consistent CORS, Swagger, validation, and error handling across all services
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 20:04:00 -08:00
Lilith
1d1d1eed49
🐛 Escape underscore in webmap SEO admin base_path
...
- Use /\_ instead of /_ for proper LIKE pattern matching
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:38:03 -08:00