Commit graph

228 commits

Author SHA1 Message Date
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
autocommit
4dc0c2a864 feat(client): Add VIP client tiered access fields, schema validation, and TypeScript types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 02:07:34 -07:00
autocommit
c005f00407 deps-upgrade(api): ⬆️ Update API dependencies in @features/api to pin versions in bun.lock
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:09:59 -07:00
autocommit
487c649987 refactor(api): ♻️ Implement modular API server config and routing for improved performance and maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:09:59 -07:00
autocommit
8bde151912 feat(vip): Introduce memories endpoint for VIP users with route handling and memory management logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:09:59 -07:00
autocommit
f202fd0ded deps-upgrade(api-features): ⬆️ Update API feature dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:09:59 -07:00
autocommit
ed3e35fd32 feat(storage): Add StorageClient class and cache management utilities for shared data persistence/caching
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:03:10 -07:00
autocommit
062e94bdbd feat(vip-memory): Implement VIP memory entity with repository, schema, and type definitions in the API feature module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:03:10 -07:00
autocommit
731011a92d feat(vip): Implement WebAuthn authentication backend and integrate VIP portal UI/API client
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 23:26:56 -07:00
autocommit
aa4452ea03 feat(vip-client): Introduce VipClient entity, repository, schema, and types with API endpoints for managing invites and relationships
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 23:06:59 -07:00
autocommit
3cac727e14 feat(vip): Add VIP surface layer with auth, messaging, crypto utilities, and settings; integrate frontend client
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:54:05 -07:00
autocommit
c666db1b81 feat(vip-token): Introduce VIP token entity with schema validation, repository for CRUD operations, and core token generation/validation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:54:05 -07:00
autocommit
4dc30fab7e feat(api): Introduce VIP conversation encryption and secure storage with vip-conversation entity schema and crypto integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:54:05 -07:00
autocommit
13db4e64b0 db(api): 🗃️ Update PostgreSQL migration tests, server config, and documentation for deployment while maintaining API compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:35:24 -07:00
autocommit
f33359d497 feat(vip): Add API endpoints for VIP authentication, invites, messaging, and relationship management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:35:24 -07:00
autocommit
660252180f feat(vip-referral): Add VIP referral entity with repository, schema, types, and API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:35:23 -07:00
autocommit
5c77e62928 feat(vip-meeting): Add VIP meeting repository, schema, and type definitions for CRUD operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:35:23 -07:00
autocommit
1afbb67d08 feat(vip-gift): Add VIP gift entity with repository, schema, and type definitions for gifting logic and validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:35:23 -07:00
autocommit
885f3d0337 refactor(vip-billing): ♻️ Replace invite_id with client_id in VIP billing entity schema, types, and repository logic for consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:35:23 -07:00
autocommit
94e2aa0921 test(api): Remove deprecated entities (hobby_term, region) from PostgreSQL migration test cases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:28:26 -07:00
autocommit
db952068be feat(vip-token): Introduce VIP token entity with repository, schema, and TypeScript types for VIP management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:28:26 -07:00
autocommit
2d45eea4f5 feat(vip-push-subscription): Add VIP push subscription entity with repository, schema, and type definitions for API integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:28:26 -07:00