quantum-ai-v3/data_analyzer
Claude 07d61dbf63 Fix Data Analyzer wallet balance persistence issue
Replace demo JavaScript implementation with real backend processing:
- Remove fake analyzeData() function that only updated frontend
- Add real AJAX submission to /agents/data-analyzer/process/ endpoint
- Implement proper polling for results using request ID
- Add displayResults() function to handle backend responses
- Update wallet balance from server response to ensure persistence
- Remove generateSampleAnalysis() demo function
- Fix wallet balance to persist across page navigation

This resolves the issue where wallet deduction would revert when
navigating to other pages, as the frontend was using demo mode
instead of actual database transactions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-11 22:23:25 +05:30
..
migrations Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
templates/data_analyzer Fix Data Analyzer wallet balance persistence issue 2025-07-11 22:23:25 +05:30
__init__.py Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
admin.py Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
apps.py Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
models.py Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
processor.py Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
urls.py Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
views.py Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30