Commit graph

226 commits

Author SHA1 Message Date
Claude Code
5654a4fef2 feat(analytics): Update App component to add/modify analytics tracking features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
18c888f94d deps-upgrade(analytics): ⬆️ Update frontend analytics dependencies for reproducible builds
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
18b9310fc6 feat(analytics): Add user behavior tracking routes and middleware for backend analytics
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
e1c019228a test(admin): Add comprehensive E2E test coverage for admin frontend workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
3a2b11503a types(admin-api): 🏷️ Add/extend TypeScript interfaces for admin API contracts to enforce response/request types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
f30e755f6e ux(admin): 🚸 Refactor admin panel UI components to unify navigation, improve accessibility, and enhance consistency across destinations, settings, specialties, illustrations, and photo protection pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
0ba56496f8 ui(admin): 💄 Add AccountPopout component for admin account actions and update AdminLayout integration with triggers, styling, and routing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
3b2067a10f ui(admin-specific): 💄 Implement new admin dashboard routes and enhance UI components for improved navigation and usability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
5c1740ef9f ci(admin-specific): 👷 Update Playwright test config for admin frontend-public tests with suite and CI-specific browser settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
50b3f5a6fa feat(admin-backend): Add/update route handlers for admin API endpoints (destinations, specialties, device-links, page-illustrations, and photo-protection)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:26 -07:00
Claude Code
74597a6664 refactor(admin-backend-api): ♻️ Improve error handling and restructure database/server logic for cleaner separation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:26 -07:00
Claude Code
224ce661bd deps-upgrade(frontend-public): ⬆️ Update Vite dependencies and adjust Docker E2E/test environments for frontend-public modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:26 -07:00
Claude Code
3367f1429c deps-upgrade(dependencies): ⬆️ Update dependencies across admin, analytics, my, and provider-website modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:26 -07:00
Claude Code
fcf548e2b1 feat(mcp-server): Update server entry point to implement core initialization and request handling logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
142ce5d200 types(frontend-public): 🏷️ Update API response/request type definitions for frontend-backend compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
9d10e1fa97 feat(pages): Add FinancialsPage component for displaying structured financial metrics and charts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
c44d5f22f0 feat(auth-specific): Introduce useAuth hook for JWT token management, session state, and auth context via React context
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
a5f8e100fe feat(backend-api): Add route handlers for data processing and financial transaction endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
68f2499df2 db(backend-api): 🗃️ Modify critical database schema and connection settings to enforce strict validation and ensure backward compatibility for all backend operations.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
62558ed8be types(analytics): 🏷️ Add/update TypeScript API type definitions for analytics data models and request/response schemas
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
ea5dd7d47d feat(analytics): Add React components for analytics pages (AudiencePage, EventsPage, FlowsPage, JourneyPage, OverviewPage, TrafficPage) to support new metrics and visualizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
abe0c37d46 feat(analytics): Improve useAnalyticsApi hook with enhanced error handling and optimized performance for analytics API calls
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:08 -07:00
Claude Code
b3dfd208c0 feat(website-frontend-users): Add analytics dashboard sidebar controls for user analytics sections
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:08 -07:00
Claude Code
2c2e0d7386 feat(analytics): Implement user behavior tracking integration in App.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:08 -07:00
Claude Code
219fb06738 feat(analytics): Add API routes for user behavior tracking and analytics data collection
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:08 -07:00
Claude Code
89d38b1a2a chore(admin-api): 🔧 Add booking-related HTTP routes for admin API with create/retrieve/delete endpoints and validation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:08 -07:00
Claude Code
65092b8246 chore(fontend-public): 🔧 Update local development environment variables in .env.development
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:08 -07:00
Claude Code
376230d229 security(backend-api): 🔒️ Enforce secure photo handling with validation middleware and update deployment scripts for protection.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 00:38:02 -07:00
Claude Code
93b5c5d18f types(provider-website): 🏷️ Implement stricter type definitions for provider-website shared module with new interfaces and enums
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:56 -07:00
Claude Code
6e27603a46 chore(provider-website): 🔧 Update provider-website configuration and dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:56 -07:00
Claude Code
a055a4a6c2 ui(frontend-public): 💄 Update unified design system components across BookingPage, DestinationPage, EtiquettePage, HomePage, TourPage, DuosPage, ShopDetailPage, and ShopPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:56 -07:00
Claude Code
e35880c129 feat(context): Add BlurRevealContext for managing blur/reveal animations with configurable effects
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:56 -07:00
Claude Code
9b6baeaa88 refactor(shop-signup-modal): ♻️ Enhance ShopSignupModal with improved UI structure and new validation features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:55 -07:00
Claude Code
dc6aab79ae feat(shop): Introduce shop UI components for provider-specific product listings, cart, and checkout
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:55 -07:00
Claude Code
7a25f453d4 ui(components): 💄 Implement unified styling, accessibility, and security improvements for Badge, BlurredText, and ProtectedImage components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:55 -07:00
Claude Code
682adac5ac ui(rates-table): 💄 Enhance RatesTable component with improved data formatting, column adjustments, and interactive features for better rate display UX
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:55 -07:00
Claude Code
7448f921a8 ui(layout): 💄 Update header and footer with new navigation elements and responsive improvements; refactor Layout component for dynamic content rendering
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:55 -07:00
Claude Code
9ded3ae3a6 ui(provider-website): 💄 Update Hero component styling and layout for improved visual presentation and user interaction
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:55 -07:00
Claude Code
edb3a33fa4 ui(gallery): 💄 Improve gallery component's UI/UX with responsive grid layout and smoother lightbox transitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:55 -07:00
Claude Code
266b733781 feat(contact-form): Add phone field validation and multi-step form navigation for ContactForm
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:55 -07:00
Claude Code
e6fc0e9e3e ui(provider-website): 💄 Improve ContactCard styling and layout for clearer contact details presentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:55 -07:00
Claude Code
e0ca0e869c feat(booking-guide): Add interactive step navigation and dynamic content loading for smoother booking flow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:55 -07:00
Claude Code
006cb7414d feat(booking-form): Introduce new props and state for booking logic, including date selection, user details, and payment integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:55 -07:00
Claude Code
4ee7d274a4 refactor(provider-website): ♻️ Restructure root App component to reorganize routing and layout for improved navigation patterns
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:54 -07:00
Claude Code
405dc8ab56 refactor(data-api): ♻️ Optimize serialization/deserialization for provider-website data with cleaner, more efficient functions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:54 -07:00
Claude Code
3f0fb52371 deps-upgrade(data-api): ⬆️ Update dependencies in data-api module with version bumps
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:54 -07:00
Claude Code
11b9cc5a05 feat(backend-api): Add new API endpoints or modify server behavior for provider-website integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:54 -07:00
Claude Code
5a597382b5 feat(frontend-public): Add public frontend components for feature integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:54 -07:00
Claude Code
f488c580ea feat(mcp-server): Implement MCP server initialization and message handlers for the "my" feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:54 -07:00
Claude Code
a886c1884f breaking(backend-api): 💥 Reorganize and deprecate auth, data-writers, financials, bookings, and credentials routes to enforce unified API contracts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:54 -07:00