You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidated minor follow-ups deferred during recent CRM/campaign/enrichment work. None is user-impacting on its own; grouped for tracking. Split any item out if picked up.
Data integrity / correctness
Contacts: account existence / soft-delete not validated before linking contact.accountsIDs; no test for the accountsIDs-set-but-zero-open-opps branch.
Enrichment idempotency: TOCTOU race on the idempotency check (findFirst + create not transactional; currently best-effort de-dup).
import-targets: emails array not deduped before findMany; suppression assignments on valid: any[] are not type-checked (pre-existing any).
Cleanup
actions/crm/products/import-products.ts is still Papa-only — candidate for the shared CSV parser.
Consolidated minor follow-ups deferred during recent CRM/campaign/enrichment work. None is user-impacting on its own; grouped for tracking. Split any item out if picked up.
Data integrity / correctness
contact.accountsIDs; no test for theaccountsIDs-set-but-zero-open-opps branch.findFirst+createnot transactional; currently best-effort de-dup).findMany; suppression assignments onvalid: any[]are not type-checked (pre-existingany).Cleanup
actions/crm/products/import-products.tsis still Papa-only — candidate for the shared CSV parser.closeDatePlaceholdercopy — add a dedicated i18n key."Signing" → purchase_ordermapping.Test coverage
updateOpportunitydelivery_deadline (create path covered only).console.errorwas called, nor that the per-send DB update happened first.findFirstwas called, but not that it was called with the resolved parent id.