feat: CV Batches system with AI extraction, matching, and slide-in chat

This commit is contained in:
root
2026-07-25 09:41:26 +00:00
parent 692b383aa5
commit ecb9ebb507
10 changed files with 910 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ document.querySelectorAll('.nav-link').forEach(link => {
if (page === 'templates') loadCarboneTemplates();
if (page === 'requirements') loadRequirements();
if (page === 'generated') loadGeneratedCVs();
if (page === 'chat') loadChat();
if (page === 'batches') loadBatches();
});
});