Commit graph

1205 commits

Author SHA1 Message Date
autocommit
e4462c8fa0 release(provider-website): 🔖 Publish new version with updated frontend routes, maintenance mode UX enhancements, and deployment workflow fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 21:05:24 -07:00
autocommit
36145d114e refactor(frontend-public): ♻️ Implement centralized route definitions by consolidating routes in Routes.tsx and updating App.tsx to dynamically import and use them.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 20:31:30 -07:00
autocommit
8623320018 fix: correct import syntax for Routes component 2026-04-20 19:39:40 -07:00
autocommit
61942e84c5 feat(provider-website): Enhance MaintenanceMode page with improved logic and styling for better maintenance mode handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 19:29:44 -07:00
autocommit
985c375c75 feat(frontend-public): Update routing configuration in App component with new route definitions and navigation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 19:29:44 -07:00
autocommit
be022d2fdb ui(provider-website): 💄 Add MaintenanceMode.tsx page with UI elements for maintenance notifications
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 19:14:20 -07:00
autocommit
11e0ca41a4 feat(footer): Introduce dynamic specialties section visibility in Footer based on context props
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 19:14:20 -07:00
autocommit
cc93126c04 fix(maintenance): Use correct waitlist API endpoint (/waitlist instead of /api/waitlist) 2026-04-20 19:06:36 -07:00
autocommit
3a281c1547 feat(frontend-public): Implement MaintenanceMode.tsx page component with UI and state logic for frontend maintenance mode
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:59:04 -07:00
autocommit
aabdfece1f refactor(app-routing): ♻️ Replace MaintenancePage component with MaintenanceMode in routing configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:59:04 -07:00
autocommit
1e5ba60a40 feat(routing): Update routing configuration in App.tsx and Routes.tsx to implement new/modify routes, including nested routes, route guards, and code splitting
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:43:59 -07:00
autocommit
2edaf970cf remove(products): 🔥 Clean up unused ProviderStoreEntity interface and its comments in product.entity.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:43:59 -07:00
autocommit
d450ea3cd4 breaking(hotel-stay): 💥 Remove foreign key constraint on project_id to break dependency between hotel-stay and project entities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:43:59 -07:00
autocommit
a275c48ba1 feat(frontend-public): Implement new backend schema integration in App.tsx with API calls, state management, and routing updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:28:22 -07:00
autocommit
e67db78545 feat(backend-api): Implement schema initialization and schema-aware request handling for dynamic/versioned API features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:28:22 -07:00
autocommit
7733bd43d2 fix(provider-website): 🐛 Ensure paymentMethods is always coerced into an array during contact data serialization to prevent undefined API responses
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:12:53 -07:00
autocommit
ee324da97d feat(data-api): Update data migration query logic in server.ts to enhance data fetching/transformation compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 17:42:00 -07:00
autocommit
55bc599d5c feat(data-api): Implement server-side data API handlers and routes in server.ts for provider websites
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 17:26:39 -07:00
autocommit
977e349694 fix(api): 🐛 Update test-db.ts to prevent module state sharing conflicts in Bun, ensuring isolated database test execution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 17:26:39 -07:00
autocommit
eac9487692 refactor(test-harness): ♻️ Share database connections and add table truncation logic in test utilities for cleaner test environments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 17:10:58 -07:00
autocommit
a9892293a3 refactor(test): ♻️ Isolate test database connections to maintain clean state between test runs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 16:40:32 -07:00
autocommit
3d940f2142 refactor(short-link): ♻️ Restructure ShortLinkRepository for optimized data handling and caching logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 14:57:49 -07:00
autocommit
32e4cd667b deps-upgrade(quinn-ai): ⬆️ Update dependencies in @features/quinn-ai/backend-api and root to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 05:35:52 -07:00
autocommit
650c44b730 test(backend-api): Add comprehensive test suites for auth, calendar, credentials, projects, schema-health, and database operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 05:23:18 -07:00
autocommit
8f75a229a8 feat(messages-specific): Introduce screening types, API endpoint, and ClassificationBadge for message classification
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 05:23:18 -07:00
autocommit
a99376fb5c feat(hotel-stay): Add HotelStay entity, repository, schema, and types; implement /my/hotel-stays route and update server routing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 05:23:18 -07:00
autocommit
d56e029287 fix(vip-invites): 🐛 Fix VIP invite logic and add schema validation for gallery items, ensuring reliable invite handling and proper data structure enforcement
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 05:07:59 -07:00
autocommit
670de95054 feat(hotel-stays): Add database migrations and API routes for hotel stays management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 05:01:34 -07:00
autocommit
4dc815051d feat(vip): Add invite generation and VIP-exclusive login reset flow with test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 05:01:34 -07:00
autocommit
0dad69cf43 deps-upgrade(messages/backend-user): ⬆️ Update backend user messages dependencies to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:55:16 -07:00
autocommit
cc7c8c6753 feat(vip): Implement VIP token reset flow with auth entity, frontend surface, and test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:55:16 -07:00
autocommit
e4b038ff10 deps-upgrade(messages): ⬆️ Update dependencies in backend-user message feature module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:55:15 -07:00
autocommit
22c1acc3fe db(db-database-migrations): 🗃️ Add missing columns to contact_submissions, journal_entries, and calendar_events tables for schema expansion
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:48:53 -07:00
autocommit
fe96c7bfc8 feat(screening): Introduce screening service with message validation logic, new types for screening rules/config, and comprehensive test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:48:53 -07:00
autocommit
94dedad96b chore(mcp-server): 🔧 Update TypeScript compiler options in tsconfig.json for mcp-server
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:48:53 -07:00
autocommit
e262326500 feat(gallery-item): Implement gallery-item schema for API data structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:42:28 -07:00
autocommit
b5b23c6e45 feat(provider-website/data-api): Implement structured data serialization and optimized server logic for provider-website data API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:30:03 -07:00
autocommit
e8256b37c1 perf(admin-backend-api): Remove SQLite sync logic from gallery routes and decouple functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:30:03 -07:00
autocommit
d2b236158e chore(data-api): 🔧 Update data pipeline configuration files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:23:29 -07:00
autocommit
c8ad60dc43 feat(db-database-migrations): Add client-related database tables and migrations for new functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:23:29 -07:00
autocommit
fee9d38a1a feat(my): Add client management and hotel stays API endpoints with CRUD operations and MCP server module setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:23:29 -07:00
autocommit
01fbc6ee40 refactor(vip): ♻️ Migrate VipClientRepo and VipTokenRepo to use SqlBase for database operations and ensure compatibility across the codebase
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:23:29 -07:00
autocommit
e9d0968675 feat(admin): Replace SQLite-based gallery seeding with provider data in admin migrations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:10:18 -07:00
autocommit
5f81418c5a db(api-migrations): 🗃️ Fix migrate.ts to dynamically load database URL from QUINN_DB_URL environment variable
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:03:28 -07:00
autocommit
de8c7743db feat(api): Add client location schema and contact sync endpoint logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:56:35 -07:00
autocommit
038be04364 ui(frontend-pages): 💄 Add Cincinnati-specific booking UI components and logic for managing customer bookings in ClientDetailPage and ClientsPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:50:07 -07:00
autocommit
aac28be09b ui(landing): 💄 Add Cincinnati tour promotion UI elements to CategoryLandingLayout with new sub-components and campaign-specific styling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:50:06 -07:00
autocommit
687eaa5c9a feat(vip-token): Introduce VIP token entity with generation, validation, and management endpoints for premium user access
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:50:06 -07:00
autocommit
c90978a891 chore(backend-api): 🔧 Update development environment variables in .env.development for backend API feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:50:06 -07:00
autocommit
07931fc032 feat(frontend-public): Add VIP utility functions for user detection and feature toggles
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:43:38 -07:00