Commit graph

280 commits

Author SHA1 Message Date
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
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
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
autocommit
da81a5c3c2 feat(mcp-server): Introduce MCP client class with connect/sendRequest methods for server communication
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:30:58 -07:00
autocommit
0ee08ab1c2 ui(frontend-pages): 💄 Add display for client home city and airport code in ClientDetailPage and ClientsPage components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:24:30 -07:00
autocommit
ccc9507d8e chore(backend-api): 🔧 Update development environment configs with new API settings and port assignments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:24:30 -07:00
autocommit
125ecf16f2 feat(frontend-public): Update App component logic for routing, state management, and UI structure improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:17:48 -07:00
autocommit
fcfd784896 db(migrations): 🗃️ Add SQLite-to-PostgreSQL migration script with schema/data conversion logic for backend compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:04:57 -07:00
autocommit
092cdfd7e0 ui(frontend-user): 💄 Add ContactPanel component with styles and functionality, update ClientsPage for client management, and enhance VipPortalPage for VIP client features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:04:57 -07:00
autocommit
1feda06c23 db(migrate): 🗃️ Add SQLite→PostgreSQL migration scripts and CLI/API utilities for production database transitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 02:58:18 -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
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
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
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
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
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
6cb20b1a86 refactor(my): ♻️ Restructure MyLayout, TouringLayout, and TouringHubPage components and update App.tsx to integrate the new UI layout for the My feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:47:52 -07:00
autocommit
bf3f1c98e3 feat(backend-api): Add flight monitoring database schema, API endpoints, and worker process for real-time status tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:47:52 -07:00
autocommit
a1c8cbaed0 db(migrations): 🗃️ Update travel schema migration with new booking and itinerary tables and their relationships
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:41:17 -07:00
autocommit
66466a0e6b db(db): 🗃️ Update journal table schema with new columns and constraints for improved data storage and querying
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:41:16 -07:00
autocommit
92d83706d4 db(calendar-calendar): 🗃️ Add indexes and restructure tables to optimize query performance and support new calendar data requirements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:41:16 -07:00
autocommit
9d0873830d chore(backend-api): 🔧 Update development environment variables in .env.development for backend API configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:34:39 -07:00
autocommit
30df1a59d7 feat(backend-api): Add flight monitoring database schema and API routes with server integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:27:44 -07:00
autocommit
9ee728bf45 feat(frontend-public): Add OutfitsPage and TouringCalendarPage components, integrate routing into MyLayout and App for outfit/touring calendar support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:27:44 -07:00
autocommit
61ab63c247 ui(my-layout): 💄 Implement cleaner UI patterns and responsive improvements in MyLayout.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:55:55 -07:00
autocommit
9fe7c6a10b refactor(backend-api): ♻️ Standardize skipIf conditions and import paths across backend API test files for predictable test execution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:55:55 -07:00
autocommit
da2858c6d2 feat(photo-protection): Implement photo protection API routes with watermarking, access control, and moderation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:43:51 -07:00
autocommit
20c1a45263 ui(frontend): 💄 Restructure navigation flow in App component with updated route definitions and component mapping
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:43:51 -07:00
autocommit
80952ba79a feat(roster): Add API routes for roster management, Caldav/iCloud/reminders sync, and HotelsPage frontend integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:43:51 -07:00
autocommit
f26aa84844 feat(backend-api): Introduce booking-inbound and contact-outbox handlers, update server routes, and add comprehensive test suites for booking/contact management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:43:51 -07:00
autocommit
f4c46f6d5b chore(backend-api): 🔧 Update Vitest config for backend API test environment
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:43:51 -07:00
autocommit
fe06319c7c refactor(backend-api): ♻️ Refactor route handlers for contact, inspiration, roster, TOTP, tour legs, Caldav bridge, and reminders sync endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:31:36 -07:00
autocommit
d45e1242e0 feat(backend-api): Introduce new authentication and hotel management endpoints with credential inference, Claude account routes, and platform-data handlers
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:28:52 -07:00
autocommit
2e16f6b6ad feat(backend-api): Implement new and enhance endpoints for bookings, calendar, financials, journal, pending income, planner, projects, reminders, and tasks-data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:28:52 -07:00
autocommit
58c5052e1f feat(db): Introduce hotel schema with SQLite tables, migration scripts, and TypeScript types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:28:52 -07:00
autocommit
96780a25b1 feat(hotels): Introduce hotel route handlers, database models, and server configuration for hotel data management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:15:41 -07:00
autocommit
5309de70f3 db(db): 🗃️ Add/update database schemas for tasks, platforms, and hotels with new tables/columns and relationships
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:15:40 -07:00
autocommit
5efed96d71 db(backend-api): 🗃️ Add reminder and roster tables with metadata, relationships, and constraints for backend notifications and user/group management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:15:40 -07:00
autocommit
c2180781c9 db(backend-api): 🗃️ implement schema definitions for photos and travel entities with new columns, constraints, and relationships
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:15:40 -07:00
autocommit
0b280e5324 db(backend-api): 🗃️ Introduce financial records and journal entry tables with amounts, dates, descriptions, and transaction/posting relationships
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:15:40 -07:00
autocommit
1b70a36477 db(db): 🗃️ Add client and project database schemas with table/collection definitions, fields, relationships, and constraints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:15:40 -07:00
autocommit
dbeb6afe5d db(backend-api): 🗃️ Introduce Bookings and Calendar table schemas with essential fields for backend persistence
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:15:40 -07:00
autocommit
dcf91f10a2 feat(backend-api): Add auth schema and credential migration logic for users/sessions and passwords/OAuth tokens
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:15:40 -07:00
autocommit
201a82be23 feat(tasks): Introduce TaskPreview component and integrate task display in DashboardPage and TasksPage with new styles
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 19:47:24 -07:00
autocommit
b13dc85d2c feat(flights): Add flight entity management with admin/user surfaces and TourLegsPage integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 18:50:43 -07:00
autocommit
a4c2ae5cc5 feat(my): Add QuarterOverviewPage component and update routing/layout for new quarter overview view
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 18:39:52 -07:00
autocommit
f242fb77df deps-upgrade(backend-api): ⬆️ Update dependencies in admin and user feature modules for backend API compatibility, security, and performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 18:39:51 -07:00
autocommit
6b8a0b799e feat(frontend-public): Add TourLegsPage, TourLegsTab, and FinancialsPage components with integrated layout and styling in App.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 18:26:59 -07:00