Live Change Log

Vedi cosa stiamo costruendo in tempo reale. Ogni funzione, correzione e miglioramento spedito attraverso la piattaforma.

17,966
Variazioni totali
4,633
Caratteristiche
4,554
Fissazioni
32
Progetti
Filtra per progetto
Tutti i progetti17,966AIService112APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService383InitializerService300KBService74KlusterServices547MCPGatewayService43MediaService462RAGService61SecurityService1,526TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,589kamo-login319kamo-marketing588kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,325kamo-signer-monorepo50kamolos102
Filtra per tipo
Tutti i tipiBuild24CI523Chore670Docs228Feature4,633Fix4,554Other6,781Performance136Refactor274Revert23Style48Test71Upgrade1
December 12, 2025
Featurekamo-internal

Enable Turbopack for faster builds (Next.js 16)

snadjafinia·9mo ago
CIkamo-internal

Trigger pipeline

snadjafinia·9mo ago
CIkamo-internal

Trigger pipeline

snadjafinia·9mo ago
CIkamo-internal

Trigger pipeline

snadjafinia·9mo ago
CIkamo-internal

Trigger pipeline

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

Codice di aggiornamento

snadjafinia·9mo ago
Chorekamo-internal

Codice di aggiornamento

snadjafinia·9mo ago
Chorekamo-internal

Codice di aggiornamento

snadjafinia·9mo ago
Fixkamo-internal

Aggiungi venditeSubTipo all'interfaccia LeadMarket e usalo in forma di modifica

- Aggiunto il campo di venditaSubType a interfaccia LeadMarket per abbinare DTO - Maniglia aggiornataEditClick per utilizzare le venditeSubType da DTO quando si...

snadjafinia·9mo ago
Fixkamo-internal

Digitare predicato nella funzione filtro

snadjafinia·9mo ago
Fixkamo-internal

Utilizzare il sistema passatoFields per il gruppo di interfaccia di mappatura del campo

- FieldMappingInterface: Fixed getSystemFieldsByCategory per l'utilizzo del sistema passatoFields prop invece di default BASE SYSTEM FIELDS - FieldMappingInterf...

snadjafinia·9mo ago
Fixkamo-internal

Reimpostare lo stato sul fallimento del carico di dati di mercato per prevenire i dati stanti

- Aggiunto stato reset in altro blocco quando risposta.ok è falso - Assicura selezionatoMarketConfig e customFields sono sgomberati su carico di mercato fallito...

snadjafinia·9mo ago
Chorekamo-internal

Pulizia dello spazio bianco minore

snadjafinia·9mo ago
Fixkamo-internal

Fissare l'errore sintassi e aggiungere logging debug per il caricamento del campo di mercato

- Errore di sintassi fisso nell'asserzione di tipo complesso, inserendosi in interfacce adeguate - Aggiunto il debug logging per tracciare i dati del mercato, l...

snadjafinia·9mo ago
Fixkamo-internal

Utilizzare le venditeSubType per il rilevamento del campo di ipoteca in importazione manuale

- Aggiornata interfaccia LeadMarket per abbinare la struttura DTO (customForms ha solo informazioni di base inizialmente) - commento fisso per chiarire le vendi...

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

Come quello che vedi la spedizione?

Ognuno di questi aggiornamenti atterra automaticamente nello spazio di lavoro. Inizia gratis e guardalo crescere settimana dopo settimana.

Inizia gratis per sempreVisualizza il prezzo