비밀번호

우리가 건물을보고, 실시간. 모든 기능, 수정 및 개선은 플랫폼을 통해 배송.

17,933
총 변경
4,614
제품 설명
4,543
수정 사항
32
프로젝트
프로젝트
모든 프로젝트17,933AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,523TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,579kamo-login319kamo-marketing585kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
필터 유형
모든 유형Build24CI523Chore670Docs226Feature4,614Fix4,543Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
December 11, 2025
Fixkamo-internal

Select onChange 값에 대한 유형 확인 추가

snadjafinia·9mo ago
Fixkamo-internal

휴대폰 확장에 확장 속성을 추가

snadjafinia·9mo ago
December 5, 2025
Chorekamo-internal

업데이트 코드

snadjafinia·9mo ago
Chorekamo-internal

업데이트 코드

snadjafinia·9mo ago
Chorekamo-internal

업데이트 코드

snadjafinia·9mo ago
Fixkamo-internal

SalesSubType을 LeadMarket 인터페이스에 추가하고 양식을 편집합니다

- SalesSubType 필드를 LeadMarket 인터페이스에 추가하여 DTO와 일치 - 업데이트된 HandleEditClick to use salesSubType from DTO when setting parent/child types - 이 하위 유형 필드를 수정할 때 팝업되지

snadjafinia·9mo ago
Fixkamo-internal

필터 함수에서 predicate

snadjafinia·9mo ago
Fixkamo-internal

Field mapping interface grouping를 위한 systemFields를 이용하십시오

- FieldMappingInterface: Fixed getSystemFieldsByCategory 를 사용하여 전달된 systemFields prop 대신 default BASE SYSTEM FIELDS - FieldMappingInterface: 시스템 필드가 변경될 때 auto-...

snadjafinia·9mo ago
Fixkamo-internal

시장 데이터로드 실패에 대한 재설정 상태

- response.ok가 false일 때 다른 구획에 있는 국가 리셋을 추가했습니다 - 선택한MarketConfig 및 customFields가 실패한 시장 부하에 명확하게 - 캐치 블록 오류 처리와 일관성 유지 - 이후 로드가 실패했을 때 사용한 stale 시장 구성 방지

snadjafinia·9mo ago
Chorekamo-internal

Minor Whitespace 정리

snadjafinia·9mo ago
Fixkamo-internal

구문 오류 수정 및 시장 현장 로딩에 대한 디버그 로깅 추가

- 적절한 인터페이스로 끊어지는 복잡한 유형 assertion에 있는 고정 문법 오류 - 시장 데이터, SalesSubType 및 사용자 정의 양식 로딩에 디버그 로깅 추가 - CustomFormField, CustomFormStack, CustomFormDetail 및 CustomFo...

snadjafinia·9mo ago
Fixkamo-internal

SalesSubType for mortgage 필드 검출

- DTO 구조 (customForms 만 기본 정보가 초기에 있음)에 맞게 LeadMarket 인터페이스를 업데이트했습니다. - SalesSubType을 명확하게 하는 고정된 의견은 mortgage 탐지를 위해 사용됩니다 (salesType 아닙니다) - 사용자 정의 양식은 이미 각 ...

snadjafinia·9mo ago
Featurekamo-internal

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 ****...

snadjafinia·9mo ago
Fixkamo-internal

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

snadjafinia·9mo ago
Fixkamo-internal

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...

snadjafinia·9mo ago
Fixkamo-internal

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

snadjafinia·9mo ago
December 4, 2025
Fixkamo-internal

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

snadjafinia·9mo ago
Fixkamo-internal

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 ...

snadjafinia·9mo ago
Fixkamo-internal

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...

snadjafinia·9mo ago
Fixkamo-internal

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

snadjafinia·9mo ago
Fixkamo-internal

Add missing 'languages' property to primaryContact in CreateLeadClient

- Contact interface requires 'languages' property - Initialize with empty array to satisfy type requirements

snadjafinia·9mo ago
Fixkamo-internal

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

snadjafinia·9mo ago
Fixkamo-internal

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

snadjafinia·9mo ago
Otherkamo-internal

Fix TypeScript type error in CustomFormFieldsComponent

snadjafinia·9mo ago
Fixkamo-internal

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...

snadjafinia·9mo ago
Fixkamo-internal

Resolve compilation errors in CustomFormFieldsComponent and LeadManager

- Remove stray fragment closing tag (</>) in CustomFormFieldsComponent.tsx - Remove duplicate leadId declaration in LeadManager.tsx IdRenderer

snadjafinia·9mo ago
Featurekamo-internal

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...

snadjafinia·9mo ago
Featurekamo-internal

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...

snadjafinia·9mo ago
Featurekamo-internal

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...

snadjafinia·9mo ago
December 3, 2025
Featurekamo-internal

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_...

snadjafinia·9mo ago
December 2, 2025

배송을 보는 것과 같이?

작업 공간의 모든 업데이트 땅은 자동으로. 일주일 후 무료로 시청하십시오.

무료 영원히 시작가격 비교