KamoCRM

Журнал змін

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

May 16, 2026
FeatureSecurityService

MortgageConnectController — connections + verified-facts + reconcile endpoints

Exposes the connect-first capture surface at **************** - GET/POST /connections + POST /connections/{id}/complete - GET/POST /verified-facts + POST /verif...

Kamo·13h ago
Featurekamo-shared-library

Connection + VerifiedFact foundation for connect-first capture

Adds the M3a backend foundation for vendor connections and provenance-tracked verified facts. Stub-only end-to-end — real vendor SDK wiring (Plaid, Persona, ATT...

Kamo·13h ago
FeatureSecurityService

Add MortgageProgramController — list programs, set persona, set selected program

Kamo·16h ago
Featurekamo-shared-library

Add setPersona + setSelectedProgramCode methods

Kamo·16h ago
CIVOIPService

Bump for kamo-shared-library 1.5.0 snapshot refresh (M2 programs catalog)

Kamo·17h ago
CITranslateService

Bump for kamo-shared-library 1.5.0 snapshot refresh (M2 programs catalog)

Kamo·17h ago
CISecurityService

Bump for kamo-shared-library 1.5.0 snapshot refresh (M2 programs catalog)

Kamo·17h ago
CIRAGService

Bump for kamo-shared-library 1.5.0 snapshot refresh (M2 programs catalog)

Kamo·17h ago
CIMediaService

Bump for kamo-shared-library 1.5.0 snapshot refresh (M2 programs catalog)

Kamo·17h ago
CIMCPGatewayService

Bump for kamo-shared-library 1.5.0 snapshot refresh (M2 programs catalog)

Kamo·17h ago
CIKBService

Bump for kamo-shared-library 1.5.0 snapshot refresh (M2 programs catalog)

Kamo·17h ago
CIEmailService

Bump for kamo-shared-library 1.5.0 snapshot refresh (M2 programs catalog)

Kamo·17h ago
CIDocsService

Bump for kamo-shared-library 1.5.0 snapshot refresh (M2 programs catalog)

Kamo·17h ago
CIDaemonService

Bump for kamo-shared-library 1.5.0 snapshot refresh (M2 programs catalog)

Kamo·17h ago
Featurekamo-shared-library

Repositories, DTOs, ProgramService (read-only catalog with naive overlay merge)

Kamo·1d ago
Fixkamo-shared-library

Drop duplicate IS_ACTIVE column; rely on EmbRecordState.isActive

Kamo·1d ago
Featurekamo-shared-library

Add lenderModel column (additive; null = BROKER default at app layer)

Kamo·1d ago
Featurekamo-shared-library

Add persona + selectedProgramCode columns (additive)

Kamo·1d ago
Featurekamo-shared-library

Add Program + OrgProgramOverride entities (catalog + per-org overlay)

Kamo·1d ago
Otherkamo-shared-library

Зворотній зв'язок (Голоси): вводити маркер LOS

Цей ревертори комітують ****************************************************************************************************************************************...

Kamo·1d ago
Featurekamo-shared-library

Додати кредитну особу

Kamo·1d ago
Featurekamo-shared-library

Add Property entity

Kamo·1d ago
Featurekamo-shared-library

Add Borrower entity

Kamo·1d ago
Featurekamo-shared-library

Add LoanApplication aggregate root entity

Kamo·1d ago
Featurekamo-shared-library

Add LOS enum types (status, role, persona, program, lender model)

Kamo·1d ago
FeatureKlusterServices

Document myloan alias for KamoLOS

Adds `myloan` to the SUBDOMAINS recognition list and rewrites the comment to make the list's purpose explicit (it's documentary; the dynamic Traefik log scan is...

Kamo·1d ago
Fixkamo-internal

Сервісний працівник обходу для вкладення + вхідні зображення

Натискання кнопки <a завантажити> рядок навігації на файл замість завантажити його. Кожен працівник служби електронної пошти переймався /api/email/* GET, включа...

kamo·1d ago
May 15, 2026
Fixkamo-internal

Resolve cid: inline images at sanitize time to stop signature flicker

Cid: rewriting was happening in a post-commit useEffect, so the sanitized HTML hit the DOM with literal src="cid:..." and the effect mutated each img on the nex...

kamo·1d ago
FeatureSecurityService

Expose Prometheus metrics endpoint

Adds micrometer-registry-prometheus and configures management.endpoints to expose /actuator/prometheus alongside health/info. Required so the counters/timer add...

Kamo·1d ago
Featurekamo-shared-library

Micrometer counters/timer for transitions, conditions, webhooks

LoanPipelineService increments los_transitions_total{from,to} per successful transition. LoanConditionService increments **************** for cleared/waived. We...

Kamo·1d ago
Featurekamo-internal

Surface previousMilestoneSha256 in pipeline timeline

The hash-chain link is rendered as a small monospaced 'prev <hash>' chip next to the existing snapshot hash, with the full value in the title tooltip. No new tr...

kamo·1d ago
Featurekamo-shared-library

Hash-chain LoanPipelineMilestone rows for tamper detection

LoanPipelineMilestone gains PREVIOUS_MILESTONE_SHA256. On every transition, LoanPipelineService computes the SHA-256 of the previous milestone's canonical form ...

Kamo·1d ago
Featurekamo-internal

Surface HMDA LAR validation issues in the UI

HmdaLarRecordDTO now carries an issues array; HmdaLarClient renders: - an amber banner above the table summarising rows-with-issues (Σ errors / Σ warnings) ...

kamo·1d ago
FeatureSecurityService

GET /mortgage-apps/hmda/lar/issues count summary

Aggregates validation issues across the LAR for the given year and returns {errors, warns, rowsWithIssues} so the UI can render a one-line banner before the ope...

Kamo·1d ago
Featurekamo-shared-library

HMDA LAR pre-export validation

New HmdaLarValidationIssue DTO (ERROR/WARN severity, field name, message). HmdaLarService now annotates each row in buildLar() with a list of issues covering th...

Kamo·1d ago
Refactorkamo-internal

Unify all dashed empty-state boxes into <EmptyState />

A dozen inline copies of "rounded-xl border-dashed border-white/10 bg-white/[0.015] …" across the section files, the kanban column, the HMDA LAR list, and the a...

kamo·1d ago
Featurekamo-internal

Surface preTransitionLint warnings in TransitionDialog

Both TransitionDialog implementations (detail Pipeline section + kanban board) now fire the lint endpoint when the user picks a target status and render an ambe...

kamo·1d ago
FeatureSecurityService

Expose GET ****************

Surfaces **************** as an advisory pre-flight check the TransitionDialog fires when the user picks a target status.

Kamo·1d ago
Featurekamo-shared-library

PreTransitionLint advisory for APPLICATION_TAKEN

New @Transactional(readOnly) method on LoanPipelineService returning a list of human-readable warnings for the APPLICATION_TAKEN target: missing SSN (last 4), D...

Kamo·1d ago
Featurekamo-internal

Global toast queue with provider + useToast hook

New ToastProvider at the layout level renders a Framer Motion stack of context-managed toasts and exposes a typed useToast() API (success/error/info/warn). Pipe...

kamo·1d ago
Refactorkamo-internal

Promote ModalShell/ModalActions and SaveSpot to shared modules

Eight section files plus the webhooks admin page each defined their own copy of ModalShell + ModalActions and/or a SaveSpot save-state chip. All now live in [ui...

kamo·1d ago
RefactorSecurityService

Consolidate controller session/rights/response helpers in BaseLosController

Six LOS-area controllers (MortgageApp, MortgagePipeline, MortgagePricing, MortgageDisclosure, MortgageHmda, WebhookSubscription) each copied the same ~80 lines ...

Kamo·1d ago
Performancekamo-internal

Merge partial DTOs into local state, drop refetch-after-patch

Every edit-style autosave (name fields, employment, assets, liabilities, REO, declarations, military, HMDA demographics, originator) used to issue a full mortga...

kamo·1d ago
Performancekamo-shared-library

Collapse pipeline kanban N+1 to a single grouped count query

listForOrganization() used to issue one condition-fetch per loan (201 queries at 200 loans). Now a single grouped JPQL aggregate keyed by loanFile.uid projects ...

Kamo·1d ago
ChoreSecurityService

Webhook consumer + worker config in configmap

Backs the JetStream durable consumer in WebhookDeliveryWorker. Env-var overrides for the durable name, deliver-policy (set to All to replay backlog one-time), m...

Kamo·1d ago
Featurekamo-shared-library

Durable JetStream consumer, executor isolation, timestamped signatures

Three changes bundled because they all live in WebhookDeliveryWorker and make sense together: 1. Switch from core NATS dispatcher to a JetStream durable push ...

Kamo·1d ago
Featurekamo-internal

Recover gracefully from CONCURRENT_MODIFICATION on transitions

Promotes API error handling to a MortgageApiError class that preserves the backend error code; transition handlers in PipelineSection and the pipeline kanban de...

kamo·1d ago
FeatureSecurityService

Translate concurrent-modification IllegalStateException to 409 with code

Pairs with the shared-lib optimistic-lock change: when LoanPipelineService throws "Concurrent modification: refresh and retry", surface a structured {error, cod...

Kamo·1d ago
Featurekamo-shared-library

Optimistic-lock LoanFile.status to prevent racing transitions

Concurrent "Advance" clicks could both write milestones. Adds @Version to LoanFile and an explicit flush in LoanPipelineService.transition so the OptimisticLock...

Kamo·1d ago
Featurekamo-internal

Name display, REO lien editor, webhook admin, string cleanup

Polish pass aligning the frontend with the corresponding backend changes: - Components now render the resolved *MemberName fields from the backend (PipelineS...

kamo·1d ago
Live Change Log | KamoCRM | KamoCRM