Các trường tiền tố/ hậu tố mở rộng và dẫn thông tin thả xuống để hiển thị đầy đủ nội dung
Bảo đảm email trên hàng riêng, cải thiện độ rộng thả xuống, tăng tầm nhìn chọn quốc gia
Email trên hàng riêng, mở rộng thông tin thả xuống, cải thiện việc chọn quốc gia với cờ
Thiết kế lại dạng chì với đầy đủ trường tên, thả xuống, trường quốc gia và bố trí điện thoại cải tiến
Hình thức tạo chì tăng cường với UI hiện đại, hợp lệ hóa, xử lý lỗi và cải tiến UX
Thêm khẳng định kiểu cho việc thế chấpFields. is reended booleled check
Thêm tài sản mở rộng vào giao diện điện thoại để hỗ trợ phần mở rộng điện thoại
Thêm chuỗi tổ hợp, nhà cung cấp/ sản phẩm, tổ hợp tốt nhất Thời gian, điện thoại mở rộng / văn bản, và các trường thế chấp dân cư để dẫn đầu tạo dạng
Thị trường lọc chỉ hiển thị thị thị thị trường hoạt động trên trang đầu của tạo
Thay thế màu thứ hai bằng các biến thể màu chính và chuyển tiếp
Thêm chuỗi bán hàng để dẫn dắt Market giao diện và dùng nó trong dạng soạn thảo
- Thêm trường bán hàngSub type để dẫn điểm giao diện để phù hợp với DTO - Cập nhật xử lýEditClick để sử dụng subSubType từ DTO khi thiết lập kiểu cha mẹ/con cái...
Sử dụng thông qua hệ thốngField để nhóm giao diện bản đồ trường
- Bắt đầu từ mặt đất: - Mặt mở đồ thị: đã thêm sử dụng effct để tự động và loại mới khi trường hệ thống thay đổi - Trưởng ban quản lý cửa hàng: dọn sạch lỗi nhỏ...
Đặt lại tình trạng trên tải dữ liệu thị trường thất bại để ngăn chặn dữ liệu cũ
- Thiết lập lại trạng thái trong các khối khác khi trả lời.ok là sai - Bảo đảm đã được chọn, MarketConfig và tùy chỉnh Faield đã được giải quyết trên các tải th...
Sửa lỗi cú pháp và thêm nhật ký gỡ lỗi cho trường tải thị trường
- Lỗi cú pháp cố định trong loại phức tạp khẳng định bằng cách phá vỡ vào giao diện đúng - Thêm việc ghi nhật ký gỡ lỗi để theo dõi dữ liệu thị trường, doanh th...
Dùng trò chơi điện tử để phát hiện trường thế chấp bằng tay
- Cập nhật giao diện chì Market để khớp cấu trúc DTO (customForms chỉ có thông tin cơ bản ban đầu) - Ghi chú cố định để làm rõ về việc bán hàngSub type được sử ...
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 ****...
Remove 'name' property reference in updateLead function
- Lead interface only has 'primaryContact', not 'name' - Removed fallback to patch.name in updateLead - Completes the fix for type safety
Remove non-existent 'name' property references in leadsApi
- Lead interface only has 'primaryContact', not 'name' - Removed fallback to leadData.name in createLead and updateLead - Ensures type safety and correct API be...
Replace remaining Grid closing tags with GridLegacy in CreateLeadClient
- Fixed all remaining </Grid> tags that should be </GridLegacy> - Ensures proper closing of GridLegacy item components - Resolves JSX syntax error
Replace Grid with GridLegacy for item prop in CreateLeadClient
- MUI v7 moved 'item' prop to GridLegacy component - Updated all Grid item instances to GridLegacy - Required for compatibility with MUI v7
Add missing 'email' property to Lead interface
- leadsApi.createLead expects email as a separate property - Email is also available in primaryContact.email but API needs it at Lead level - Required for lead ...
Cast customFormData to correct type in CreateLeadClient
- TypeScript was complaining about type mismatch between Record<string, Record<string, unknown>> and Record<string, CustomFormData> - Added type assertion to ma...
Add missing 'vendorLeadID' property to Lead interface
- Property exists in Java Lead bean but was missing from TypeScript interface - Required for lead creation and import functionality
Add missing 'languages' property to primaryContact in CreateLeadClient
- Contact interface requires 'languages' property - Initialize with empty array to satisfy type requirements
Use GridLegacy for Grid component with item prop in MortgageFieldsComponent
- MUI v7 moved Grid with item prop to GridLegacy - Update import to use GridLegacy to fix TypeScript error
Use GridLegacy for Grid component with item prop in CustomFormFieldsComponent
- MUI v7 moved Grid with item prop to GridLegacy - Update import to use GridLegacy to fix TypeScript error
Replace all 'any' types with proper TypeScript types
- Replace Record<string, any> with Record<string, unknown> - Replace any parameter types with unknown or specific types - Remove unused imports (authenticatedFe...
Resolve compilation errors in CustomFormFieldsComponent and LeadManager
- Remove stray fragment closing tag (</>) in CustomFormFieldsComponent.tsx - Remove duplicate leadId declaration in LeadManager.tsx IdRenderer
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...
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 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_...
Add hover/select/delete for connection lines with keyboard shortcuts
Add relationship status bar at bottom showing source field and cancel button
Remove global mouseup handler that was canceling drag on scroll, add click to cancel
Use CSS Grid with 3 columns (340px, 1fr, 340px) for proper alignment and increase dialog to xl
Use flex basis for columns so middle spacer pushes System Fields to right edge
Remove redundant mapping displays from file fields, show only transformations
Show all virtual fields for split modifiers and allow mapping from virtual fields
Set fixed width for field columns and let middle spacer push System Fields right
Use flex 1 with maxWidth for File and System Fields to match stats card layout
Như những gì anh thấy vận chuyển?
Mỗi một bản cập nhật này đều được tự động cập nhật trong không gian làm việc của bạn. Bắt đầu tự do và xem nó lớn lên tuần này qua tuần khác.