mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 11:12:57 +00:00
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> |
||
|---|---|---|
| .. | ||
| migrations | ||
| templates/data_analyzer | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| models.py | ||
| processor.py | ||
| urls.py | ||
| views.py | ||