添加电话扩展支持到 CreateLead Request, 更新Lead Request, 以及 LeadDTO
将销售 SubType 字段添加到 MainMarketDTO 中用于抵押字段检测
- 添加销售 SubType 字段,以区分母型 SaleType 和子型 - 当SaleType有父母(例如,RESIDENTIAL MORTGAGE)时,销售Type成为父母(服务),销售SubType成为孩子(RESIDENTIAL MORTGAGE) 这使得前端能够正确检测何时显示来自Lead Clear Mor...
Add missing Next.js API routes for leads endpoints
- Added /api/security/leads route for GET (all leads) and POST (create lead) - Added /api/security/leads/[id] route for GET, PUT, DELETE operations - Added ****...
Add backend validation for required fields in lead imports
- Add validateRequiredFields method to check required fields before import - Validate email, firstName, and lastName are present - Validate mortgage-specific fi...
Add validation for required fields in lead imports
- Mark email, firstName, and lastName as required fields in leadFields.ts - Add validation in handleStartImport to check all required fields are mapped - Add va...
Refactor LeadImportController to use LeadService.createLead
- Replace manual field mapping with LeadService.createLead for consistency - Add mapRowDataToCreateLeadRequest to convert import mappings to CreateLeadRequest -...
Add dynamic field mapping for lead imports based on market configuration
- Update leadFields.ts to include mortgage fields and getAllSystemFields function - Add MORTGAGE_FIELDS array with all LeadClaimMortgage fields - Update LeadMan...
Remove all mock data and make leads system production-ready
- Remove all mock data generation from leadsApi.ts (mockStore, ensureMock, faker.js) - Remove withMock wrapper function and all fallback logic - Remove generate...
Add LeadController with CRUD endpoints and market config
- Add LeadController with GET, POST, PUT, DELETE endpoints - Add endpoint to get market configuration for a lead - Fix LeadImportController to use saveLead meth...
添加基于市场的铅字段和自定义格式数据支持
- 向牵头实体添加市场信息字段 - 创建带有 JSONB 列的 ReadCustomFormData 实体用于自定义格式数据 - 添加铅海关表格数据库 - 更新按揭字段和自定义格式数据支持的LeadDTO - 创建主请求和更新主请求 DTO - 更新 " 领导服务 " 系统,处理基于市场的字段加载和自定义格式数据 - ...
Add hierarchical SaleType selection to markets-fields
- Add parent/child type dropdown system for SaleType selection - Default to 'Custom' child type when SERVICE or PRODUCT is selected - Prevent creation with NOT_...
在 SaleType enum 中添加父子等级支持
- 作为服务机构子女加入的复式、商业、服务 - 将产品添加为产品 - 增加的帮助方法:获得父母()、获得父母()、获得子女() - 更新使用范围的enum编码(SERVICE2000年+,PRODUCT3000年+)
Add hover/select/delete for connection lines with keyboard shortcuts
Add relationship status bar at bottom showing source field and cancel button
Show all virtual fields for split modifiers and allow mapping from virtual fields
Add split and value modifiers UI for file fields with virtual field support
Redesign settings page with card-based layout similar to root page
- Replaced sidebar navigation with card grid layout - Added all settings categories and subcategories as individual cards - Organized settings into sections: Es...
添加样本数据生成脚本
添加一个CLI工具来生成现实的分析数据,用于本地开发和测试. 创建两个具有不同流量模式和现实用户行为分布的演示网站.
Improve field mapping UX - drag from file to system, allow multiple mappings, move stats to top
Swap field mapping columns, add remaining fields label, fix arrow positioning
Add nowrap to preview table, auto-select single options, and validate required data
Complete lead import system with file parsing, field mapping, transformations, validation, and batch processing
Add LeadImportController with duplicate detection using vendorLeadID and composite key (vendorProductId|vendorLeadID)
添加带有灰度标志背景的房间页面
- 在/app/room/page.tsx创建了新的房间网页 - 以60%的大小添加了标志作为背景图像 - 用于背景标志的灰色比例过滤器 - 中央和纵向对齐的标志背景