workspace/projects/trading-platform/orchestration/inventarios/MASTER_INVENTORY.yml
rckrdmrd ea1879f4ad feat: Initial workspace structure with multi-level Git configuration
- Configure workspace Git repository with comprehensive .gitignore
- Add Odoo as submodule for ERP reference code
- Include documentation: SETUP.md, GIT-STRUCTURE.md
- Add gitignore templates for projects (backend, frontend, database)
- Structure supports independent repos per project/subproject level

Workspace includes:
- core/ - Reusable patterns, modules, orchestration system
- projects/ - Active projects (erp-suite, gamilit, trading-platform, etc.)
- knowledge-base/ - Reference code and patterns (includes Odoo submodule)
- devtools/ - Development tools and templates
- customers/ - Client implementations template

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 10:44:23 -06:00

114 lines
2.3 KiB
YAML

# MASTER INVENTORY - OrbiQuant IA Trading Platform
# Generado: 2025-12-08
# Sistema: NEXUS + SIMCO v2.2.0
proyecto:
nombre: OrbiQuant IA - Trading Platform
codigo: trading-platform
nivel: 2A (Standalone)
estado: En Desarrollo
version: 0.1.0
path: /home/isem/workspace/projects/trading-platform
resumen_general:
total_schemas: 8
total_tablas: 63
total_servicios_backend: 12
total_componentes_frontend: 40
total_pages: 15
test_coverage: TBD
ultima_actualizacion: 2025-12-08
epicas:
- codigo: OQI-001
nombre: Fundamentos y Auth
sp: 50
estado: Completado
progreso: 100%
- codigo: OQI-002
nombre: Modulo Educativo
sp: 45
estado: Parcial
progreso: 60%
- codigo: OQI-003
nombre: Trading y Charts
sp: 55
estado: En Desarrollo
progreso: 40%
- codigo: OQI-004
nombre: Cuentas de Inversion
sp: 57
estado: En Desarrollo
progreso: 30%
- codigo: OQI-005
nombre: Pagos y Stripe
sp: 40
estado: Parcial
progreso: 50%
- codigo: OQI-006
nombre: Senales ML
sp: 40
estado: ML Engine listo
progreso: 70%
- codigo: OQI-007
nombre: LLM Strategy Agent
sp: 55
estado: Nuevo
progreso: 20%
- codigo: OQI-008
nombre: Portfolio Manager
sp: 65
estado: Nuevo
progreso: 10%
capas:
database:
inventario: DATABASE_INVENTORY.yml
total_objetos: 63 tablas + 19 funciones + 8 schemas
estado: Completo
backend:
inventario: BACKEND_INVENTORY.yml
total_objetos: 12 modulos + 85 archivos
estado: En Desarrollo
frontend:
inventario: FRONTEND_INVENTORY.yml
total_objetos: 40 componentes + 15 paginas
estado: En Desarrollo
servicios_externos:
- nombre: ML Engine (TradingAgent)
tipo: Python/FastAPI
estado: Listo
path_original: /home/isem/workspace-old/UbuntuML/TradingAgent
- nombre: LLM Agent
tipo: Python/FastAPI
estado: En Desarrollo
integracion: Claude API / OpenAI API
- nombre: Trading Agents
tipo: Python
estado: Planificado
agentes: [Atlas, Orion, Nova]
infraestructura:
database: PostgreSQL 15+
cache: Redis 7
auth: JWT + OAuth
payments: Stripe
exchange: Binance API
referencias:
docs: docs/
orchestration: orchestration/
contexto: orchestration/00-guidelines/CONTEXTO-PROYECTO.md