autocommit
|
fbe870a3fd
|
style(frontend-client): 🎨 Update ESLint rules in frontend-client to enforce stricter linting with new/removed rules (e.g., react-hooks, no-unused-vars)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:29:59 -07:00 |
|
autocommit
|
8635482399
|
feat(vip-portal): ✨ Update VIP portal frontend components (AuthScreens, SettingsTab, StoryTab, BillingTab, GalleryTab, MemoriesTab, ReservationsTab), VipPortalPage, and utility formatter for improved functionality and structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:29:59 -07:00 |
|
autocommit
|
d660ccc623
|
deps-upgrade(frontend-client): ⬆️ Update dependencies to latest versions for VIP frontend client
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:29:58 -07:00 |
|
autocommit
|
433f594068
|
feat(vip-vip): ✨ Add VIP feature UI components (AuthScreens, SettingsTab, StoryTab, WelcomeScreen) and styling utilities with design tokens
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:23:28 -07:00 |
|
autocommit
|
4c2032d186
|
fix(backend-api): 🐛 Validate empty string inputs for location and notes in planner route handler
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:23:28 -07:00 |
|
autocommit
|
c52537ac80
|
deps-upgrade(frontend-client): ⬆️ Update React and related frontend dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:23:27 -07:00 |
|
autocommit
|
1971b53afc
|
fix(backend-api): 🐛 Fix case-sensitivity SQL errors by escaping 'end' column names in planner event queries
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:16:59 -07:00 |
|
autocommit
|
c005f00407
|
deps-upgrade(api): ⬆️ Update API dependencies in @features/api to pin versions in bun.lock
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:09:59 -07:00 |
|
autocommit
|
487c649987
|
refactor(api): ♻️ Implement modular API server config and routing for improved performance and maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:09:59 -07:00 |
|
autocommit
|
693581826e
|
feat(frontend-public): ✨ Add TouringLayout component and update routing to support guided tours and onboarding flows with E2E test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:09:59 -07:00 |
|
autocommit
|
0a5a721603
|
feat(vip): ✨ Update VIP portal UI and add VIP-specific API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:09:59 -07:00 |
|
autocommit
|
8bde151912
|
feat(vip): ✨ Introduce memories endpoint for VIP users with route handling and memory management logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:09:59 -07:00 |
|
autocommit
|
f202fd0ded
|
deps-upgrade(api-features): ⬆️ Update API feature dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:09:59 -07:00 |
|
autocommit
|
ed3e35fd32
|
feat(storage): ✨ Add StorageClient class and cache management utilities for shared data persistence/caching
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:03:10 -07:00 |
|
autocommit
|
062e94bdbd
|
feat(vip-memory): ✨ Implement VIP memory entity with repository, schema, and type definitions in the API feature module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:03:10 -07:00 |
|
autocommit
|
a9665081e7
|
refactor(data-api): ♻️ Remove tour-related serialization logic from data API to simplify responsibilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 00:26:40 -07:00 |
|
autocommit
|
6c2e6f13ab
|
chore(frontend-public): 🔧 Update Vite build config for provider website frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 00:26:40 -07:00 |
|
autocommit
|
d3b07aeb63
|
feat(pages): ✨ Add ConstructionPage.tsx component for VIP frontend construction mode with UI, routing, and state management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 00:14:01 -07:00 |
|
autocommit
|
bed4abed87
|
refactor(backend-api): ♻️ Optimize backend startup and database connection logic for better performance and maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 00:14:01 -07:00 |
|
autocommit
|
4a73f84618
|
breaking(backend-api): 💥 Replace SQLite with PostgreSQL for all backend API modules, enforcing query syntax, connection pooling, and data modeling updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 00:14:01 -07:00 |
|
autocommit
|
0cbebbf7f0
|
chore(config): 🔧 Update config build script defaults for CI/CD pipelines
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 00:14:00 -07:00 |
|
autocommit
|
8352c79c5d
|
deps-upgrade(quinn-ai): ⬆️ Update Quinn AI backend API dependencies to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 00:14:00 -07:00 |
|
autocommit
|
a5ef9796fc
|
feat(frontend-public): ✨ Add distinct routes for public and touring calendar views in App.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 00:06:48 -07:00 |
|
autocommit
|
93a9c3a344
|
chore(infrastructure): 🔧 Update Vite config and environment port mappings for provider-website frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 00:06:47 -07:00 |
|
autocommit
|
1be0841aa6
|
feat(backend-api): ✨ Add tour legs route handler, MCP server integration client, and database migration for tour leg processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 00:00:03 -07:00 |
|
autocommit
|
560398d6b5
|
deps-upgrade(frontend-client): ⬆️ Update dependencies to latest stable versions in VIP frontend client for security/performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 00:00:03 -07:00 |
|
autocommit
|
2503db8b17
|
feat(provider-website): ✨ Update root App component to enhance routing, layout, and state management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:53:03 -07:00 |
|
autocommit
|
a079ce93e5
|
feat(vip-frontend): ✨ Add VIP-specific error handling with VIPNotFoundPage component and update error routing in App/main.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:53:03 -07:00 |
|
autocommit
|
dd012e216f
|
remove(messages): 🔥 Remove RouteErrorBoundary component and update App to remove dependency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:53:03 -07:00 |
|
autocommit
|
c009295ddd
|
deps-upgrade(features-specific): ⬆️ Update dependencies in messages, provider-website, and vip feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:53:03 -07:00 |
|
autocommit
|
1028506c22
|
feat(vip): ✨ Implement VIP portal page with QR code generation and scanning functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:46:18 -07:00 |
|
autocommit
|
aa2394bfaa
|
docs(vip): 📝 Add API base configuration details to VIP feature's README and settings guide
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:46:18 -07:00 |
|
autocommit
|
086fef64fd
|
deps-upgrade(frontend-client): ⬆️ Update dependencies in VIP frontend client to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:46:17 -07:00 |
|
autocommit
|
68cf835cd6
|
docs(vip): 📝 Add comprehensive VIP feature documentation with dates, messages, and story details in markdown files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:39:57 -07:00 |
|
autocommit
|
fb934cbbb5
|
feat(admin): ✨ Add database connection setup and admin-specific query functions to backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:39:57 -07:00 |
|
autocommit
|
2cc1ef2ce5
|
feat(admin): ✨ Introduce admin database models and queries for user management and system-level operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:33:28 -07:00 |
|
autocommit
|
6de1f55de8
|
feat(vip): ✨ Add interactive UI elements and data visualization features to the VipPortalPage component for enhanced VIP user experience
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:33:28 -07:00 |
|
autocommit
|
c5cfd137f3
|
feat(tour-stops): ✨ Add API routes, server handlers, DashboardPage component, and API types for managing tour stops
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:33:28 -07:00 |
|
autocommit
|
d73c3710b1
|
feat(frontend-public): ✨ Update VIP dashboard UI and API types for enhanced functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:26:56 -07:00 |
|
autocommit
|
731011a92d
|
feat(vip): ✨ Implement WebAuthn authentication backend and integrate VIP portal UI/API client
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:26:56 -07:00 |
|
autocommit
|
ca92b4ef59
|
feat(admin): ✨ Implement database connection and initialization for admin API server
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:20:33 -07:00 |
|
autocommit
|
3e26deb819
|
docs(vip): 📝 Add comprehensive VIP settings configuration documentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:13:52 -07:00 |
|
autocommit
|
6a55938b24
|
feat(vip): ✨ Introduce VIP portal page component and API integration for premium/subscription management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:13:52 -07:00 |
|
autocommit
|
5cc5fd25ab
|
feat(user-profile): ✨ Add VIP message API service and frontend page component for fetching/sending messages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:13:52 -07:00 |
|
autocommit
|
b676190b4c
|
test(admin): ✅ Update CMS handler tests to validate empty namespace processing behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:13:52 -07:00 |
|
autocommit
|
b3304d04b9
|
chore(vip): 🔧 Update Vite build configuration for VIP frontend client
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:13:52 -07:00 |
|
autocommit
|
b263ec55ce
|
docs(vip): 📝 Add comprehensive VIP feature documentation covering billing, dates, gallery, messages, settings, and story sections
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:06:59 -07:00 |
|
autocommit
|
aa4452ea03
|
feat(vip-client): ✨ Introduce VipClient entity, repository, schema, and types with API endpoints for managing invites and relationships
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:06:59 -07:00 |
|
autocommit
|
f3f847a1e5
|
fix(admin): 🐛 Update admin serializer test cases to match current SQL parameter binding behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:06:59 -07:00 |
|
autocommit
|
a94d4aaa61
|
chore(admin-backend-api): 🔧 Update Vitest config for admin backend API test environment and coverage settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 23:06:59 -07:00 |
|