Add autonomous salary detection feature to API

Integrated SalaryDetect class into the API and initiated an autonomous salary detection loop during the startup event. This enhancement improves the system's capability to monitor and analyze salary data in real-time.
This commit is contained in:
2025-07-05 19:27:53 +01:00
parent c00bb71d2a
commit 99e1b82ea8
3 changed files with 46 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
- Connect to transcation data source
- Analyze transition data
- Detect salary
- Inform event of salary
- SAFETY - report transaction import gaps
- SAFETY - report database connections
- SAFETY - report when event cannot be reached