Commit Graph

7 Commits

Author SHA1 Message Date
mindesbunister
8a3141e793 feat: Add cluster page navigation
- Add EPYC Cluster card to landing page (first position, purple/pink gradient)
- Add back button to cluster page (animated left arrow, links to dashboard)
- Update landing page grid layout (lg:grid-cols-3 xl:grid-cols-4 for 7 cards)
- Complete bidirectional navigation: dashboard ↔ cluster monitoring

Navigation features:
- Cluster card: 🖥️ icon, "Monitor distributed parameter exploration" description
- Back button: Animated hover effect (arrow slides left, color transitions)
- Responsive grid: 2 cols (mobile), 3 cols (tablet), 4 cols (desktop)
- Consistent styling with existing navigation cards
2025-11-30 13:18:03 +01:00
mindesbunister
11160ca27b feat: Add recent achievements banner to homepage
- HA Infrastructure: Zero-downtime failover (Nov 25, 2025)
- Multi-Timeframe Analysis: Quality scoring for all timeframes (Nov 26, 2025)
- v9 Money Line: Perfect quality separation validated (Nov 22, 2025)
- Banner highlights major system enhancements with dates
- Links to roadmap for complete details
2025-11-26 15:31:49 +01:00
mindesbunister
45b5e888aa feat: Add Projection Dashboard with Navigation
- Created PROFIT_PROJECTION_NOV24_2025.md for Feb 2026 accountability
- Built interactive dashboard at /app/projection/page.tsx
  - Live Drift API integration for current capital
  - 12-week projection with status indicators (🚀⚠️📅)
  - Discovery cards showing +98 vs -53 quality 90 shorts
  - System fixes documentation
  - Weekly tracking table with milestone highlights
- Added projection card to homepage (yellow/orange gradient, 🚀 icon)
- Projection page includes back to home button
- Container rebuilt and deployed successfully

User can now track 01 → 00K journey with real-time comparison of
projected vs actual performance. See you Feb 16, 2026 to verify! 🎯
2025-11-24 20:32:08 +01:00
mindesbunister
ff42115035 feat: Add roadmap navigation to homepage with back button
Changes:
- Homepage: Added roadmap card with indigo/violet gradient
- Changed grid from 3 to 4 columns (responsive: 2 on mobile, 4 on desktop)
- Roadmap page: Added back button to header for easy navigation
- Visual consistency: Matches existing card design patterns

Navigation Flow:
- Homepage → Roadmap card → /roadmap page
- Roadmap page → Back button → Homepage

Files Modified:
- app/page.tsx (navigation grid + roadmap card)
- app/roadmap/page.tsx (back button in header)
2025-11-24 13:08:31 +01:00
mindesbunister
1e64e8145b fix: Correct SQL column names and add navigation links
- Fixed tp1Hit/tp2Hit -> tp1Filled/tp2Filled in Runner Performance query
- Fixed atr -> atrAtEntry in ATR vs MFE Correlation and Data Collection queries
- Added Analytics card to homepage with link to /analytics/optimization
- Added Home button to optimization page header
- All 7 analyses now working without SQL errors
2025-11-23 20:28:33 +01:00
mindesbunister
ca7b49f745 feat: Add automated profit withdrawal system
- UI page: /withdrawals with stats dashboard and config form
- Settings API: GET/POST for .env configuration
- Stats API: Real-time profit and withdrawal calculations
- Execute API: Safe withdrawal with Drift SDK integration
- Drift service: withdrawFromDrift() with USDC spot market (index 0)
- Safety checks: Min withdrawal amount, min account balance, profit-only
- Telegram notifications: Withdrawal alerts with Solscan links
- Dashboard navigation: Added Withdrawals card (3-card grid)

User goal: 10% of profits automatically withdrawn on schedule
Current: Manual trigger ready, scheduled automation pending
Files: 5 new (withdrawals page, 3 APIs, Drift service), 2 modified
2025-11-19 18:07:07 +01:00
mindesbunister
f571d459e4 Add landing page and analytics dashboard
- Created landing page at / with navigation to analytics and settings
- Built analytics dashboard at /analytics showing:
  - Current positions (net vs individual)
  - Trading statistics (win rate, P&L, profit factor)
  - Time period selector (7/30/90/365 days)
  - Position netting explanation
- Beautiful gradient UI matching settings page style
- Real-time data from database via API endpoints
- Auto-excludes test trades from statistics
- Shows net positions matching Drift UI behavior
2025-10-27 09:41:54 +01:00