mindesbunister
d26ae8d606
Fix data synchronization issues - display real database trades
- Replace mock data with real database integration
- Fix P&L calculations showing correct profit/loss values
- Resolve 'Failed to load trade details' modal error
- Add Next.js 15 compatibility with awaited params
- Remove problematic backup files causing Docker build failures
- Update Docker Compose v2 configuration
- Win Rate: 0.0% → 70.0% (real data)
- Total P&L: /bin/bash.00 → 4.70 (calculated from actual trades)
- Trade Count: 4 mock → 10 real trades from database
- All trade detail modals now working properly
- app/api/automation/analysis-details/route.js: Complete rewrite with real DB queries
- app/api/automation/trade-details/[id]/route.js: Added Next.js 15 awaited params
- docker-compose.dev.yml: Updated for Docker Compose v2 compatibility
- fix-trade-data.js: Script to populate realistic P&L values
- Removed route-backup.js files causing parsing errors
DEPLOYMENT READY:
- Docker build successful (77.7s)
- Container running on localhost:9001
- All API endpoints returning real data
- Trade modal functionality restored
2025-07-20 18:32:10 +02:00
..
2025-07-18 23:50:21 +02:00
2025-07-14 14:21:19 +02:00
2025-07-20 18:32:10 +02:00
2025-07-14 14:21:19 +02:00
2025-07-18 19:11:15 +02:00
2025-07-18 13:09:23 +02:00
2025-07-18 19:11:15 +02:00
2025-07-18 08:51:50 +02:00
2025-07-14 14:21:19 +02:00
2025-07-14 14:58:01 +02:00
2025-07-14 14:58:01 +02:00
2025-07-18 13:33:34 +02:00
2025-07-14 14:21:19 +02:00
2025-07-17 10:41:18 +02:00
2025-07-14 14:21:19 +02:00
2025-07-14 14:21:19 +02:00
2025-07-17 10:41:18 +02:00
2025-07-14 14:21:19 +02:00
2025-07-16 11:37:20 +02:00