[META] Phase 1 - Core MVP Implementation #1

Open
opened 2026-04-06 00:28:16 +02:00 by shoko · 0 comments
Owner

Overview

This is the meta issue tracking Phase 1 implementation of the AVE Trading Bot platform.

Goals

Build a functional MVP with:

  • User authentication (register, login, logout)
  • Bot management (max 3 per user)
  • Chat interface with CrewAI for strategy creation
  • Backtest engine with results visualization
  • Simulate engine with real-time signals
  • AVE Cloud API integration
  • Deployment on subdomain

Issue Dependencies

This phase consists of the following issues (in recommended order):

  1. Backend Setup - Project structure, FastAPI app, dependencies
  2. Database Models - SQLite schema, models, migrations
  3. Auth System - JWT authentication, user management
  4. Bot CRUD - Bot creation, listing, updating, deletion
  5. Chat Interface + CrewAI - AI agent integration, strategy parsing
  6. Backtest Engine - Historical data replay, metrics calculation
  7. Simulate Engine - Real-time signal detection via REST polling
  8. Frontend Setup - Svelte project, routing, state management
  9. Frontend Components - Chat UI, dashboard, visualizations
  10. AVE Cloud Integration - Data API + Trading API integration
  11. Deployment - Nginx, systemd, subdomain configuration

Deliverables Checklist

  • User auth (register, login, logout)
  • Bot CRUD (max 3 per user)
  • Chat interface with CrewAI
  • Strategy parser (NL → config)
  • Backtest engine + API
  • Backtest results visualization
  • Simulate engine + API
  • Simulation signals dashboard
  • AVE Cloud Data API integration
  • AVE Cloud Trading API integration (Chain Wallet)
  • Free tier detection + upsell messaging
  • SQLite persistence
  • Environment config via env vars
  • Nginx deployment config
  • Systemd service config
  • Working deployment on subdomain

Milestone

Phase 1 - Core MVP

## Overview This is the meta issue tracking Phase 1 implementation of the AVE Trading Bot platform. ## Goals Build a functional MVP with: - User authentication (register, login, logout) - Bot management (max 3 per user) - Chat interface with CrewAI for strategy creation - Backtest engine with results visualization - Simulate engine with real-time signals - AVE Cloud API integration - Deployment on subdomain ## Issue Dependencies This phase consists of the following issues (in recommended order): 1. **Backend Setup** - Project structure, FastAPI app, dependencies 2. **Database Models** - SQLite schema, models, migrations 3. **Auth System** - JWT authentication, user management 4. **Bot CRUD** - Bot creation, listing, updating, deletion 5. **Chat Interface + CrewAI** - AI agent integration, strategy parsing 6. **Backtest Engine** - Historical data replay, metrics calculation 7. **Simulate Engine** - Real-time signal detection via REST polling 8. **Frontend Setup** - Svelte project, routing, state management 9. **Frontend Components** - Chat UI, dashboard, visualizations 10. **AVE Cloud Integration** - Data API + Trading API integration 11. **Deployment** - Nginx, systemd, subdomain configuration ## Deliverables Checklist - [ ] User auth (register, login, logout) - [ ] Bot CRUD (max 3 per user) - [ ] Chat interface with CrewAI - [ ] Strategy parser (NL → config) - [ ] Backtest engine + API - [ ] Backtest results visualization - [ ] Simulate engine + API - [ ] Simulation signals dashboard - [ ] AVE Cloud Data API integration - [ ] AVE Cloud Trading API integration (Chain Wallet) - [ ] Free tier detection + upsell messaging - [ ] SQLite persistence - [ ] Environment config via env vars - [ ] Nginx deployment config - [ ] Systemd service config - [ ] Working deployment on subdomain ## Milestone Phase 1 - Core MVP
shoko added this to the Phase 1 - Core MVP milestone 2026-04-06 00:28:16 +02:00
shoko added the enhancementmeta labels 2026-04-06 00:28:16 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/randebu#1