Commit graph

880 commits

Author SHA1 Message Date
autocommit
e837bb5501 feat(provider-website): Introduce serialization functions in serialize.ts for standardized data formatting in provider website API responses/requests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 13:44:32 -07:00
autocommit
a6aa89f734 feat(calendar-events): Add calendar events CRUD API with entity definitions, schema, and server integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 13:44:32 -07:00
autocommit
ae8781036c feat(admin-ui): Add TourStopsPage component and integrate navigation routing in AdminLayout/App
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 13:38:17 -07:00
autocommit
a3a6d0fa25 feat(backend-api): Modify touring endpoint to proxy requests to data-api and update tests for proxy validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 13:31:59 -07:00
autocommit
42cec07464 chore(admin): 🔧 Update Vite build config and add missing env vars for admin frontend and quinn.api
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 13:31:58 -07:00
autocommit
3587e86fcc ux(booking): 🚸 Improve booking flow clarity by updating UI and copy in BookingGuide, BookingPage, and RatesPage components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 04:09:00 -07:00
autocommit
edc003c7f5 feat(provider-website): Add Quinn destinations feature with data seeding and new frontend pages for displaying destinations and tours
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 04:02:38 -07:00
autocommit
58f2118b6e feat(backend-api): Add device linking API endpoints and comprehensive tests for linking/unlinking devices
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:56:21 -07:00
autocommit
872d803731 feat(provider-website): Add provider-specific website pages (BlogPage, DestinationPage, EtiquettePage, TourPage) and components (ContactCard, Footer, Badge) for custom content and interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:56:21 -07:00
autocommit
5dec8831fc perf(age-verification): Optimize icon imports in AgeGate component with dynamic loading for faster frontend performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:56:21 -07:00
autocommit
30a9dd37a0 chore(api): 🔧 Update API configuration settings in config.ts for endpoints, timeouts, and logging defaults
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:44:00 -07:00
autocommit
fc329e58e0 feat(provider-website): Update navigation to redirect /contact to /get-in-touch and prefetch the route
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:44:00 -07:00
autocommit
3f54b14246 deps-upgrade(admin-backend-api): ⬆️ Update dependencies to include security patches, bug fixes, and new features in admin-backend-api
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:31:30 -07:00
autocommit
210161f3ac feat(backend-api): Add planner and financials route handlers with schema updates and CRUD/validation tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:24:51 -07:00
autocommit
15a81465fe test(backend-api): Update financials, journal, planner, and tasks feature tests in backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:18:56 -07:00
autocommit
22b2303830 feat(bookings): Introduce booking reference tracking and confirmation endpoints for income sessions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:12:41 -07:00
autocommit
1182603313 feat(destination-map): Add interactive destination fields and dynamic rendering for DestinationMap and DestinationPage components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:06:09 -07:00
autocommit
1c8ca2a2e9 feat(data-api): Update seed rate data in seed-rates.ts for provider website calculations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:06:09 -07:00
autocommit
1d98182635 feat(api-scripts): Update Quinn destinations seed script with new entries and refine data structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:06:09 -07:00
autocommit
2938abb710 refactor(frontend-public): ♻️ Update API response types to align with backend schema changes for type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:06:09 -07:00
autocommit
7a2fb543ac feat(admin): Add new FMTY tier enum values to admin API registry
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:06:08 -07:00
autocommit
999c27306f types(provider-website): 🏷️ Update TypeScript interfaces/enums to match new API contract responses, payloads, and error structures
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:59:44 -07:00
autocommit
b0a52b26bc test(api): Add test coverage for scaffold entity operations, including validation, generation, and CRUD validation.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:59:44 -07:00
autocommit
2a6e4c53f9 feat(api): Add Destination type definition and seed script for API consolidation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:59:44 -07:00
autocommit
f67b1c984a feat(provider-website): Add shared type definitions for provider-website feature in types.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:53:15 -07:00
autocommit
06dd43f9a3 feat(provider-config): Introduce ProviderConfigService with configurable destinations and test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:53:15 -07:00
autocommit
940f706677 feat(tour-derivation): Introduce TourDerivationService with tour generation logic and surface layer in www/tour.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:53:15 -07:00
autocommit
4d2205e6d9 remove(api-entities): 🔥 Remove test scaffold entity files (index, repo, schema, types)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:53:15 -07:00
autocommit
a6edd716e4 test(api): Update test harness utility for "www tour" API feature and add/fix test cases with assertions and edge cases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:46:56 -07:00
autocommit
4295565fa5 feat(api-surfaces): Update admin, user, and public API surfaces with modernized route handlers and endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:46:56 -07:00
autocommit
6703efb3df feat(api): Add temporary test scaffold for API with repository, schema, and TypeScript types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:40:26 -07:00
autocommit
100a41230c feat(api-entities): Add destination entity schema, types, and repository implementation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:40:26 -07:00
autocommit
2c28a77656 feat(backend-api): Introduce MCP server API endpoints and database migrations for data handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:34:07 -07:00
autocommit
0753326b03 breaking(cms-configs): 💥 Update CMS destination and region enums to enforce new structure and options, breaking existing configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:34:07 -07:00
autocommit
6b16409ae2 feat(api): Add 8 seeding scripts for Quinn data domains (destinations, gallery, iter16, profile, rates, shop, site-text, specialties)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:25 -07:00
autocommit
fdbbdc3270 feat(claude-accounts): Implement Claude account management API route with HTTP methods and validation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:25 -07:00
autocommit
a46f955ec1 feat(admin): Introduce DestinationsAdmin component, API endpoints, and state management for admin destination configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:25 -07:00
autocommit
5bf123fd86 feat(provider-config): Introduce ProviderConfig types, service logic, and UI for managing third-party integrations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:25 -07:00
autocommit
78e41bd6fd feat(verified-profile): Introduce verified-profile entity with repository, schema, and types; add admin CRUD interface for managing verified profiles
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:25 -07:00
autocommit
1465464958 feat(specialty): Introduce TypeORM-style SpecialtyEntity, SpecialtyRepo, SpecialtySchema, and SpecialtyTypes for specialty data management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:25 -07:00
autocommit
aedc0e6d92 feat(specialty-category): Introduce SpecialtyCategory entity with repository, schema, and admin surface for managing categories in the API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:25 -07:00
autocommit
c1bdd99b01 feat(site-text): Introduce SiteText entity with admin UI and schema for localized content management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:25 -07:00
autocommit
c3e7e55cf0 feat(shop-listing): Introduce ShopListing entity with CRUD operations, schema validation, and admin management interface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:24 -07:00
autocommit
4bc33d530e feat(roster-content): Introduce RosterContent entity with schema, repository, and admin CRUD management surface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:24 -07:00
autocommit
8bbef11dde feat(rate-card): Introduce rate-card entity with repository, schema, types, and admin management surface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:24 -07:00
autocommit
0ba35718a0 feat(provider-profile): Introduce ProviderProfile entity with repository CRUD operations, schema validation, type definitions, and admin API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:24 -07:00
autocommit
8d725237f6 feat(lore-section): Implement lore-section entity with admin CRUD management and schema definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:24 -07:00
autocommit
a8d0560c37 feat(gallery-item): Implement gallery item entity with repository, schema, types, and admin CRUD management surface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:24 -07:00
autocommit
9bc3ff0d97 feat(financial-record): Add FinancialRecord entity with repository, schema, types, and API endpoints for user-specific financial records
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:24 -07:00
autocommit
0b31a87f8f test(api): Add comprehensive tests for WWW provider config API to validate provider-specific configurations (destinations, gallery, iter16, iter18, shop, specialties)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:24 -07:00