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

@@ -159,6 +159,7 @@ testpaths = [
"app/modules/dev_tools/tests",
"app/modules/monitoring/tests",
"app/modules/analytics/tests",
"app/modules/prospecting/tests",
]
python_files = ["test_*.py", "*_test.py"]
python_classes = ["Test*"]
@@ -221,6 +222,7 @@ markers = [
"cart: marks tests related to shopping cart module",
"dev_tools: marks tests related to developer tools module",
"analytics: marks tests related to analytics module",
"prospecting: marks tests related to prospecting and lead generation module",
"inventory_module: marks tests related to inventory module",
# Component markers
"service: marks tests for service layer",