Files
NexQuant/TODO.md
T
TPTBusiness fd4069ffeb docs: Update TODO.md with v1.0.0 completed items and future roadmap
- Marked all v1.0.0 release items as completed
- Moved naming conventions to Low Priority (post-v1.0.0)
- Added future release roadmap (v1.1.0, v1.2.0, v1.3.0)
- Documented status and priority for open items

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-02 21:06:05 +02:00

1.7 KiB

TODOs

This file tracks global TODOs for the Predix project. Individual TODOs in code should be addressed in their respective modules.

Current Global TODOs

Low Priority (Post-v1.0.0)

  • Align naming conventions for files in components/ and scenarios/ directories

    • Current mismatch: coder in components/ vs developer in scenarios/
    • Status: Inherited from RD-Agent upstream, works as-is
    • Priority: Low - cosmetic only, no functional impact
  • Clean up folder naming inconsistencies

    • Investigate why some scenario-related code is in experiments/ folders
    • Status: Historical structure from RD-Agent
    • Priority: Low - works correctly, can refactor later

Completed

v1.0.0 Release (2026-04-02)

  • Rebrand from RD-Agent to Predix for EUR/USD focus
  • Remove Microsoft-specific references
  • Update documentation for PredixAI organization
  • Translate all code comments to English
  • Create comprehensive QWEN.md (development guide)
  • Create ATTRIBUTION.md (usage guidelines)
  • Update README.md with installation and quick start
  • Create CHANGELOG.md with v1.0.0 release notes
  • Create changelog/ directory structure (changelog/v1.0.0.md)
  • Prepare GitHub Release v1.0.0
  • Pass all tests (97/97, 98.77% coverage)
  • Complete .gitignore for sensitive files
  • Clean up git history (remove logs, test artifacts)
  • Add English-only commit message policy to QWEN.md
  • Add comprehensive Acknowledgments (RD-Agent, TradingAgents, ai-hedge-fund)

Future Releases

  • v1.1.0: Live paper-trading integration
  • v1.1.0: Additional ML-based factor types
  • v1.2.0: Docker containerization
  • v1.2.0: CI/CD pipeline
  • v1.3.0: Performance optimization