autocommit
|
75c2d829f9
|
feat(short-link): ✨ Implement short-link CRUD endpoints, model, repository, and schema with test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 15:01:52 -07:00 |
|
autocommit
|
2536976dd2
|
feat(vip-vip): ✨ Add PWA assets and manifest.json for VIP client with offline support, splash screen customization, and installability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:55:07 -07:00 |
|
autocommit
|
c04bcd1bef
|
style(provider-website): 🎨 Refactor TourCincinnatiPage to implement theme-aware styling with conditional logic for visual adaptability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:55:07 -07:00 |
|
autocommit
|
94c450781c
|
fix(api-vip): 🐛 Update server configuration in VIP module to resolve routing and middleware issues for new feature compliance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:55:07 -07:00 |
|
autocommit
|
b43b83c426
|
feat(vip-api): ✨ Add VIP module API endpoints for invites, messaging, and relationships with full test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:55:07 -07:00 |
|
autocommit
|
884a7fc467
|
deps-upgrade(frontend-client): ⬆️ Upgrade Vite and TypeScript to latest versions with React plugin and enforce stricter type checking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:55:06 -07:00 |
|
autocommit
|
b939741c86
|
deps-upgrade(vip): ⬆️ Update client-side dependencies in VIP frontend client for security, compatibility, and feature support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:55:06 -07:00 |
|
autocommit
|
fe1f24fb0a
|
feat(mcp-server): ✨ Add new MCP server methods and update protocol handling logic in the main server entry point
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:48:16 -07:00 |
|
autocommit
|
36da28cc68
|
feat(api): ✨ Implement new route handlers and middleware for API server initialization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:48:16 -07:00 |
|
autocommit
|
1630f86104
|
ui(pages): 💄 Add Tour Cincinnati page component and update routing in App.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:41:45 -07:00 |
|
autocommit
|
3becaf0957
|
db(api): 🗃️ Introduce VIP entity migration logic during server initialization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:41:45 -07:00 |
|
autocommit
|
853187c5fe
|
feat(vip-message): ✨ Add VIPMessage entity, repository, schema, and type definitions for privileged message handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:41:45 -07:00 |
|
autocommit
|
4769b69362
|
feat(vip-meeting): ✨ Implement VIP meeting entity with repository layer, schema validation, and TypeScript types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:41:45 -07:00 |
|
autocommit
|
71fae46984
|
feat(api-entities): ✨ Add VIP invite entity with schema validation, repository logic, and type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:41:45 -07:00 |
|
autocommit
|
630abc0d7a
|
feat(vip-gift): ✨ Add VIP gift entity with data model, repository, schema, types, and comprehensive test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 14:41:45 -07:00 |
|
autocommit
|
8878bf83f9
|
feat(backend-api): ✨ Implement CalDAV sync protocol and worker for iCloud calendar event synchronization with test harness
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 13:50:55 -07:00 |
|
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 |
|