直播更改日志

看我们在建什么,实时的。 每个功能,固定, 和改进都跨出平台.

17,924
变动共计
4,611
特征
4,537
修补
32
项目
按项目过滤
所有项目17,924AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,520TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,575kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
按类型过滤
所有类型Build24CI523Chore670Docs226Feature4,611Fix4,537Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
December 11, 2025
December 5, 2025
Featurekamo-shared-library

将销售 SubType 字段添加到 MainMarketDTO 中用于抵押字段检测

- 添加销售 SubType 字段,以区分母型 SaleType 和子型 - 当SaleType有父母(例如,RESIDENTIAL MORTGAGE)时,销售Type成为父母(服务),销售SubType成为孩子(RESIDENTIAL MORTGAGE) 这使得前端能够正确检测何时显示来自Lead Clear Mor...

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

添加基于市场的铅字段和自定义格式数据支持

- 向牵头实体添加市场信息字段 - 创建带有 JSONB 列的 ReadCustomFormData 实体用于自定义格式数据 - 添加铅海关表格数据库 - 更新按揭字段和自定义格式数据支持的LeadDTO - 创建主请求和更新主请求 DTO - 更新 " 领导服务 " 系统,处理基于市场的字段加载和自定义格式数据 - ...

snadjafinia·9mo ago
Featurekamo-marketing

向背景标志添加颜色脉冲

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

将 40s 色彩脉冲动从主色调添加到次要色调

snadjafinia·9mo ago
Featurekamo-marketing

将原价改为红色

snadjafinia·9mo ago
Featurekamo-marketing

将包含的“自由框”改为“红色”方案

snadjafinia·9mo ago
Featurekamo-marketing

将折扣改为3个月的30%,使蜂窝动画更加保守

snadjafinia·9mo ago
Featurekamo-marketing

将有限时间提供框改为红色方案

snadjafinia·9mo ago
Featurekamo-marketing

用六边形上的随机电脉冲效果来取代连续动画

snadjafinia·9mo ago
Featurekamo-marketing

沿蜂窝线添加光子动画效果

snadjafinia·9mo ago
Featurekamo-marketing

添加有随机亮点的动画蜂窝网格模式

snadjafinia·9mo ago
Featurekamo-marketing

加上前3个月的刺激优惠升级

snadjafinia·9mo ago
Featurekamo-marketing

在计算器页面中添加微妙的动画梯度背景

snadjafinia·9mo ago
Featurekamo-marketing

在计算背景中添加微妙的标志水印

snadjafinia·9mo ago
Featurekamo-marketing

突出显示 5x 地理冗余存储惠益

snadjafinia·9mo ago
Featurekamo-marketing

将电话集成改为/用户,使无纸化

snadjafinia·9mo ago
Featurekamo-marketing

突出免费起步费和支持费

snadjafinia·9mo ago
Featurekamo-marketing

将计算器移动到带有后向导航的专用页面

snadjafinia·9mo ago
Featurekamo-marketing

将富有的电子邮件模板添加到自由分级

snadjafinia·9mo ago
Featurekamo-marketing

采用互动企业计算器执行新的二级定价

snadjafinia·9mo ago
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
Featurekamo-shared-library

在 SaleType enum 中添加父子等级支持

- 作为服务机构子女加入的复式、商业、服务 - 将产品添加为产品 - 增加的帮助方法:获得父母()、获得父母()、获得子女() - 更新使用范围的enum编码(SERVICE2000年+,PRODUCT3000年+)

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

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

snadjafinia·9mo ago
Featurekamo-analytics

添加样本数据生成脚本

添加一个CLI工具来生成现实的分析数据,用于本地开发和测试. 创建两个具有不同流量模式和现实用户行为分布的演示网站.

Arthur Sepiol·9mo ago
December 1, 2025
Featurekamo-internal

Improve lead import field mapping UI/UX

snadjafinia·9mo ago
Featurekamo-shared-library

添加基于文件的铅导入 DTO( 铅导入请求, 铅导入回复)

snadjafinia·9mo ago
Featurekamo-internal

添加带有灰度标志背景的房间页面

- 在/app/room/page.tsx创建了新的房间网页 - 以60%的大小添加了标志作为背景图像 - 用于背景标志的灰色比例过滤器 - 中央和纵向对齐的标志背景

snadjafinia·9mo ago

就像你看到的运输?

每一个都自动更新您工作空间的地盘。 开始自由,看它成长 一周又一周.

永远开始自由查看定价