feat(prospecting): add complete prospecting module for lead discovery and scoring
Some checks failed
CI / pytest (push) Failing after 48m31s
CI / docs (push) Has been skipped
CI / deploy (push) Has been skipped
CI / ruff (push) Successful in 11s
CI / validate (push) Successful in 23s
CI / dependency-scanning (push) Successful in 28s

Migrates scanning pipeline from marketing-.lu-domains app into Orion module.
Supports digital (domain scan) and offline (manual capture) lead channels
with enrichment, scoring, campaign management, and interaction tracking.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 00:59:47 +01:00
parent a709adaee8
commit 6d6eba75bf
79 changed files with 7551 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"prospecting": {
"page_title": "Prospecting",
"dashboard_title": "Prospecting Dashboard",
"prospects": "Prospects",
"leads": "Leads",
"capture": "Quick Capture",
"scan_jobs": "Scan Jobs",
"campaigns": "Campaigns",
"loading": "Loading...",
"error_loading": "Failed to load data"
},
"permissions": {
"view": "View Prospects",
"view_desc": "View prospect data, leads, and statistics",
"manage": "Manage Prospects",
"manage_desc": "Create, edit, and delete prospects",
"scan": "Run Scans",
"scan_desc": "Execute domain scanning and enrichment operations",
"campaigns": "Manage Campaigns",
"campaigns_desc": "Create and send marketing campaigns",
"export": "Export Data",
"export_desc": "Export leads to CSV"
},
"menu": {
"prospecting": "Prospecting",
"dashboard": "Dashboard",
"prospects": "Prospects",
"leads": "Leads",
"capture": "Quick Capture",
"scan_jobs": "Scan Jobs",
"campaigns": "Campaigns"
}
}