Журнал змін

Дивись, що ми будуємо, в режимі реального часу. Кожна функція, фіксація та вдосконалення, що надходить на платформу.

17,876
Загальні зміни
4,587
Особливості
4,517
Фіксатори
32
Проекти
Фільтр за проектом
Всі проекти17,876AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService352InitializerService299KBService74KlusterServices542MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,557kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Фільтр за типом
Всі типиBuild24CI522Chore670Docs226Feature4,587Fix4,517Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
February 11, 2026
FeatureSecurityService

Add POS controllers for retail products, inventory, and orders

- RetailProductController: CRUD for products - RetailInventoryController: inventory stock management - POSController: orders and mortgage applications

Kamo·7mo ago
Featurekamo-shared-library

Додайте POS/інвентарні домени, DTOs, репозиції та послуги

- Додати POS квадроцикли (порожній, прокат, іпотека, підписка, постачальник) - Додати роздрібний товар, роздрібний інвентар, роздрібнийЗамовити, іпотечний додат...

Kamo·7mo ago
February 6, 2026
Featurekamo-analytics

Add SKIP_BUILD_GEO env variable

Closes #4004

Diogo Correia·7mo ago
February 4, 2026
Featurekamo-shared-library

Попульована компаніяПродукти зв'язки при fetching веде

Update GetLeadsByOrganizationId() для того, щоб заселити @Transient постачальникПродукт поле для кожного свинцю, який має постачальникаProductId. Це забезпечує ...

Kamo·7mo ago
Featurekamo-internal

Improve lead grid with base30 IDs, raven icon, All Markets tab, and Market column

- Add toBase30() function for consistent ID representation across LeadManager and DocManager - Fix Grim status icon in tabs to use raven.ico (matching the datag...

kamo·7mo ago
February 3, 2026
Featurekamo-shared-library

Додавання статусу, підстатку, джерела та дати

- Додано статус, субстатус, джерело, датаCreated, і isActive поля для Провідної особи - Оновлено LeadDTO з фронтенд-сумісними полями (статус, субстатус, джерело...

Kamo·7mo ago
Featurekamo-shared-library

Рефактор Lead від String до працівника посилання

- Змінений Lead.assignedUser (String) для Lead.assignedEmployee (Employee) - Додано провідну асоціацію з метою відстеження історії - Додано LeadAssignmentType E...

Kamo·7mo ago
January 28, 2026
Featurekamo-analytics

Add BASE_PATH support with -base image variant

Yash·7mo ago
December 26, 2025
Featurekamo-analytics

Add current version to API response

Yash·8mo ago
December 25, 2025
December 23, 2025
FeatureKlusterServices

Add HTTP to HTTPS redirect middleware and IngressRoute

- Create redirect-to-https middleware for permanent redirects - Add catch-all IngressRoute on web entrypoint to redirect all kamocrm.com domains to HTTPS - Fixe...

snadjafinia·8mo ago
December 22, 2025
Featurekamo-analytics

Add EdgeOne headers for geolocation detection​

Mintihuang·8mo ago
December 17, 2025
FeatureKlusterServices

Add automatic *** secret creation

- Create *** secret on both k1m1 and k2m1 - Secret contains MINIO_CURRENT_HOST pointing to k0m1 MinIO instance (http://10.8.0.1:9000) - Fixes kamowssecurity-dep...

snadjafinia·8mo ago
December 14, 2025
Featurekamo-internal

Reorganize form layout for better field grouping

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

Reposition Add Lead tab and improve market tab UX

snadjafinia·9mo ago
Featurekamo-internal

Add live tab label updates based on first/last name input

snadjafinia·9mo ago
Featurekamo-internal

Overhaul lead creation UI with pane-based interface

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

Reorganize lead creation form into elegant two-column layout

- Split form fields into two columns: contact/personal info (left) and lead/business info (right) - Add visual separation with semi-transparent backgrounds, bor...

snadjafinia·9mo ago
Featurekamo-internal

Enable Turbopack for faster builds (Next.js 16)

snadjafinia·9mo ago
December 11, 2025
December 5, 2025
Featurekamo-shared-library

Додати продажСубТ поле для LeadMarketDTO для виявлення іпотечного поля

- Додано продажСубТ поле, щоб відрізняти від батьківського типу та підтипів - При продажуТип є батьком (наприклад, RESIDENTIAL MORTGAGE), торговий пункт стає ба...

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
December 4, 2025
FeatureSecurityService

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

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
FeatureSecurityService

Refactor LeadImportController to use LeadService.createLead

- Replace manual field mapping with LeadService.createLead for consistency - Add mapRowDataToCreateLeadRequest to convert import mappings to CreateLeadRequest -...

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
FeatureSecurityService

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

snadjafinia·9mo ago
Featurekamo-shared-library

Додайте поля на основі ринку та підтримку користувацьких форм

- Додати поле для Провідної особи - Створіть компанію LeadCustomFormData з колонкою JSONB для спеціальних даних - Додати LeadCustomFormDataRepository - Оновленн...

snadjafinia·9mo ago
December 3, 2025

Як ви бачите відправлення?

Кожен з цих оновлень землі в робочому просторі автоматично. Почати вільний час і дивитися його на тиждень після тижня.

БезкоштовноПерегляд цін