Live Change Loglog

Посмотрите, что мы строим в реальном времени. Все функции, исправления и улучшения отправляются через платформу.

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 12, 2026
Featurekamo-internal

Finish remaining plan items – low-stock warning, date filters, plan checkboxes

- Order Create: low-stock warning when adding product with trackInventory - Orders tab: date range filter (last 7 days, last 30 days) - Applications tab: date r...

kamo·7mo ago
Featurekamo-internal

Phase 4–5 – Dashboard reporting, error handling, a11y

Phase 4 – Dashboard & reporting: - Revenue by period (week, month, quarter) - Order count by status (DRAFT, AUTHORIZED, PAID, CANCELLED, REFUNDED) - Application...

kamo·7mo ago
Featurekamo-internal

Align Pipeline and Settings UI with commerce backend

- Update order status colors to match backend (DRAFT, AUTHORIZED, PAID, CANCELLED, REFUNDED) - Update application status colors (DRAFT, SUBMITTED, EXPIRED, CANC...

kamo·7mo ago
RefactorInitializerService

Switch DataLoader to CommerceService

- Use CommerceService instead of POSService, RetailProductService, RetailInventoryStockService - createProduct, createOrUpdateStock, createRetailOrder, createMo...

Kamo·7mo ago
RefactorSecurityService

Switch POS controllers to CommerceService

- POSController uses CommerceService instead of POSService - RetailProductController uses CommerceService instead of RetailProductService - RetailInventoryContr...

Kamo·7mo ago
Featurekamo-shared-library

Заменить пос фасоль коммерческим пакетом

- Добавить коммерческий пакет (заказ, намерение, предложение, инвентарь, инвентарь пул и т.д.) Добавить CommerceService, заменяющий POSService, RetailProductSer...

Kamo·7mo ago
February 11, 2026
Featurekamo-internal

Full-page views, AG Grid, domain support, create screens

- Add getMortgageApplication(id) to posApi - Replace Orders tab: MUI Table -> AG Grid, row click -> /pipeline/orders/[id] - Replace Applications tab: cards -> A...

kamo·7mo ago
Featurekamo-shared-library

Проверка предприятия в POSService

- CreateRetailOrder: нулевая проверка по запросу - createLineItem: null check, number > 0, unitPrice >= 0 validation

Kamo·7mo ago
Featurekamo-internal

Enterprise-grade POS UI and API

- posApi: POSApiError class, fetchWithError, structured error handling - useToast + POSToast: centralized snackbar for success/error feedback - posUtils: format...

kamo·7mo ago
Featurekamo-internal

POS domain config, retail order line items, dynamic pipeline tabs

- Add getPOSConfig/updatePOSConfig to posApi, posDomainLabels utility - Extend createOrder with lineItems, add getOrder, RetailOrderLineItem type - PipelineOrde...

kamo·7mo ago
FixSecurityService

Resolve Map type inference in POS controllers for CI compilation

- Use explicit Map<String, Object> in ResponseEntity Map.of() calls - Fixes 'incompatible types: inference variable V has incompatible bounds' when mixing DTO...

Kamo·7mo ago
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
FixInitializerService

DataLoader IOException import and mock lead assignment FK errors

- Add missing java.io.IOException import for copyJavaEnumsToNextJS - Use saveLead instead of saveLeadWithAssignment for mock data to avoid lead_assignments FK...

Kamo·7mo ago
Featurekamo-shared-library

Добавить POS / объекты домена инвентаризации, DTO, репо и услуги

- Добавьте POS-бобы (розничная торговля, аренда, ипотека, подписка, продавец) - Добавить RetailProduct, RetailInventoryStock, RetailOrder, MortgageApp DTO - Доб...

Kamo·7mo ago
Otherkamo-internal

POS restructure: API via APIService, Settings for admin, Pipeline for users

- API proxy: POS requests forward to APIService (relays to SecurityService) - Settings: New POS System section under main settings + /settings/features/pos - PO...

kamo·7mo ago
February 10, 2026
Otherkamo-analytics

fix mobile nav

Francis Cao·7mo ago
Otherkamo-analytics

Merge branch 'analytics' of **************** into dev

Francis Cao·7mo ago
Otherkamo-analytics

do not pass in shareId in websiteEditForm

Francis Cao·7mo ago
Otherkamo-analytics

do not pass in shareId in websiteEditForm

Francis Cao·7mo ago
February 9, 2026
Otherkamo-analytics

Merge pull request #4006 from ****************

feat: add SKIP_BUILD_GEO env variable

Francis Cao·7mo ago
Otherkamo-analytics

Fix tooltip sizing for websitechart

Francis Cao·7mo ago
Otherkamo-analytics

Use i18n for board component strings, show controls in edit mode, require website before editing

- Replace raw strings with useMessages hook in BoardColumn and BoardComponentSelect - Show WebsiteControls on edit screen so users can test filters - Disable bo...

Mike Cao·7mo ago
Otherkamo-analytics

Add board component selector with live preview

Allows users to select and inject analytics components into board cells. Includes component registry, renderer, selector modal with category menu, config fields...

Mike Cao·7mo ago
Otherkamo-analytics

Updated zod validation on date range.

Mike Cao·7mo ago
Otherkamo-analytics

Add Web Vitals performance tracking (LCP, INP, CLS, FCP, TTFB)

End-to-end performance metrics tracking: dedicated database table with percentile aggregation, tracker collection behind data-perf attribute, /api/send handling...

Mike Cao·7mo ago
February 8, 2026
Otherkamo-analytics

Fix team boards not appearing after creation

Board creation from team context was not passing teamId to the API, causing boards to be saved as personal boards instead of team boards.

Mike Cao·7mo ago
Otherkamo-analytics

Added opacity to tooltips.

Mike Cao·7mo ago
Otherkamo-analytics

Fixed collapse state of website select.

Mike Cao·7mo ago
Otherkamo-analytics

Add UserButton to SideNav, refactor NavButton into TeamsButton

- Create UserButton component at bottom of SideNav with Settings, Language, Theme, Admin, and Logout menu items - Move **************** out of NavButton into ...

Mike Cao·7mo ago
Otherkamo-analytics

Added dotenv-cli.

Mike Cao·7mo ago
Otherkamo-analytics

Removed translations scripts.

Mike Cao·7mo ago
February 7, 2026
Otherkamo-analytics

Translate all 51 locale files, reducing untranslated keys from 6,017 to 862.

12 batch translation scripts covering all language families: East Asian, Romance, Germanic, Nordic, Slavic, Other European, South/Southeast Asian, Tamil, Sinhal...

Mike Cao·7mo ago
Otherkamo-analytics

Add 46 missing translation keys to all locale files.

These keys existed in messages.ts but were missing from the JSON files, previously relying on react-intl defaultMessage fallback.

Mike Cao·7mo ago
Otherkamo-analytics

Simplify i18n: remove old react-intl artifacts, rename formatMessage to t, replace FormattedMessage with t.rich().

- Rewrite messages.ts to plain string key maps (remove MessageDescriptor) - Rewrite useMessages hook to expose t from useTranslations() directly - Rename format...

Mike Cao·7mo ago
Otherkamo-analytics

Merge remote-tracking branch 'origin/dev' into dev

Mike Cao·7mo ago
Otherkamo-analytics

Fixed tooltip text sizes.

Mike Cao·7mo ago
Otherkamo-analytics

Fix website reports route type error and pass teamId to board WebsiteSelect.

Remove invalid 3rd parameter from GET handler and parse report type from query params instead. Pass teamId to WebsiteSelect in BoardEditHeader so it shows team ...

Mike Cao·7mo ago
Otherkamo-analytics

Replace react-intl with next-intl and consolidate lang files.

Migrate i18n from react-intl to next-intl, eliminating the formatjs compilation pipeline. Translation files now live as nested JSON in public/intl/messages/ (si...

Mike Cao·7mo ago
Otherkamo-analytics

Переименовать запись сеанса в повтор сеанса через кодовую базу.

Переименовывает все файлы, компоненты, схему базы данных, маршруты API, крючки, сообщения, и построить конфигурацию от «записи» до «повторной» терминологии.

Mike Cao·7mo ago
Otherkamo-analytics

Очистить цвета и выбрать

Francis Cao·7mo ago

Как вы видите судоходство?

Каждое из этих обновлений автоматически попадает в ваше рабочее пространство. Начните бесплатно и смотрите, как он растет неделю за неделей.

Начните бесплатно навсегдаПосмотреть цены