Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-20 00:06:20 +00:00
co-authored by renee-png
parent ec5899f514
commit 29595d2da4
+2
View File
@@ -56,6 +56,8 @@ interface ImportCtx {
clientByName: Map<string, string>;
caseByNumber: Map<string, string>;
caseByTitle: Map<string, string>;
// Composite key "client_name||case_title" (both lowercased/trimmed) → case uuid
caseByClientAndTitle: Map<string, string>;
userByName: Map<string, string>;
userByEmail: Map<string, string>;
// Set of case ids considered "active" (not closed, not archived)