Commit graph

249 commits

Author SHA1 Message Date
autocommit
7217d84563 feat(geo-inference): Add retry mechanism for race condition handling in relationship resolution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 00:01:49 -07:00
autocommit
58e9e72d37 refactor(vip): ♻️ Centralize service token validation logic in hasServiceToken to consolidate configuration and reduce duplication
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 23:55:45 -07:00
autocommit
062636115b chore(api): 🔧 Update development environment variables for API feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 23:19:07 -07:00
autocommit
b842083b12 feat(api): Introduce travel-zones module and integrate with MySurface API router
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 17:58:44 -07:00
autocommit
4f43df8403 feat(travel-zones): Introduce TravelZonesService with classification logic and Zone types for geographic/travel data categorization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 17:43:52 -07:00
autocommit
7d9aeb78a6 fix(outreach-batch): 🐛 Fix JSON serialization errors in query and vars data handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 17:12:59 -07:00
autocommit
cb326d3687 docs(api): 📝 document PHASE_4B_IMPLEMENTATION.md with phase 4B API endpoints, workflows, and configuration for clarity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:58:26 -07:00
autocommit
9792ff55a8 deps-upgrade(api): ⬆️ Update Bun and TypeScript to latest versions for API compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:58:26 -07:00
autocommit
4065dd65b0 feat(api): Add dynamic server configuration options (serverPort, featureFlags) to config.ts and update server startup logic in server.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:58:25 -07:00
autocommit
cc33b6813e feat(api-features): Introduce ClientSearchService and OutreachTemplatingService with core search and templating methods
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:58:25 -07:00
autocommit
623882f0d8 feat(outreach): Implement batch outreach entities with repository, schema, and type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:58:25 -07:00
autocommit
ba46f8ffc5 feat(api-surfaces): Introduce outreach endpoints for managing user outreach activities in the "my" API surface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:58:25 -07:00
autocommit
47b6e80c29 feat(processors): Update processor implementations for content classification, geographic inference, relationship resolution, and outreach dispatching
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:58:25 -07:00
autocommit
9131a8b2cb deps-upgrade(api): ⬆️ Update API dependencies to latest versions for improved compatibility and functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:58:25 -07:00
autocommit
30eb061883 chore(api): 🔧 Update runtime configuration settings including environment variables and service integrations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:42:56 -07:00
autocommit
dc81929771 feat(api-processors): Introduce ContentClassifier, GeoInferenceProcessor, and RelationshipResolver processors and update the processors registry for content processing pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:42:56 -07:00
autocommit
d57dc5dd89 feat(location-inference): Implement location inference entity with core logic, repository, schema validation, and TypeScript types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:42:56 -07:00
autocommit
bfe8c87df4 feat(contact-relationship): Implement contact relationship entity with core class, repository, schema, and type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:42:55 -07:00
autocommit
38212c8003 feat(classification-event): Add ClassificationEvent entity class, repository, validation schema, and TypeScript types for event classification
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:42:55 -07:00
autocommit
9c1089c570 feat(db): Implement iCloud database support with updated connection logic and server config
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:42:55 -07:00
autocommit
4a0bfe4c3c chore(api): 🔧 Update TypeScript compiler options and dependencies in tsconfig.json for the API module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:42:55 -07:00
autocommit
fb77aa84fb refactor(waitlist-subscribe): ♻️ Convert email delivery to fire-and-forget pattern with enhanced error logging in service.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 23:10:37 -07:00
autocommit
12f71996e0 feat(waitlist-subscribe): Add email notification service for waitlist subscription confirmation emails
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 22:23:12 -07:00
autocommit
779b16870a chore(api): 🔧 Update TypeScript compiler config for stricter API validation and path resolution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 21:47:20 -07:00
autocommit
d883277741 test(api): Add validation tests for waitlist configuration in public features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 21:41:33 -07:00
autocommit
3fcccf814a feat(waitlist): Implement waitlist subscription API endpoints, data models, and service logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 21:35:32 -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
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
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
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
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
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
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
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
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
c804ccb208 feat(my): Implement client management and API client handling in the "My" surface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:43:38 -07:00
autocommit
00de2763a9 fix(vip-token): 🐛 Rename getActiveVipTokenForClient parameter to disambiguate from client_id
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:43:38 -07:00
autocommit
37bff32f4f feat(api-server): Add VIP origin configuration support to API server and update tests for VIP invite functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:43:38 -07:00
autocommit
1425962734 feat(vip): Introduce VIP token repository with token generation, validation, listing, and invite management (create/redeem) surfaces
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:37:00 -07:00
autocommit
271763b5ca feat(admin-admin): Implement gallery upload route handler, SQLite synchronization logic, and geolocation test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:30:58 -07:00
autocommit
5bae3110ba feat(contact-sync): Update contact sync logic and client surface to support new client fields for data enrichment and compliance features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:24:30 -07:00
autocommit
eea175fcd0 feat(client): Add home city and airport code fields to Client entity with schema validation, repository logic, and type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:24:30 -07:00
autocommit
13a7bf57d7 test(client): Add test coverage for client location grouping logic in geo.test.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:11:22 -07:00
autocommit
0b8555eb25 feat(api): Implement ClientEntity with contact-sync and geo-classification API features, including types, schema, repository, and UI surface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:04:57 -07:00