You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lxy
476ea0930f
feat: add trade reflection frontend sub-tabs and views
- Added subtabs to trade-review view: 统计分析 / 交易反思 / 经验库
- Implemented 交易反思 view with date selector, daily stats, daily reflection section, trade pair cards, unpaired trades list
- Implemented reflection edit modal, daily reflection modal, tag management modal, AI analysis result modal
- Implemented 经验库 view with search, filters, list/timeline/category views
- Added '进入反思' links in daily summary table to switch to reflection tab
- Reused existing CSS variables and Apple-style design
- Added frontend JS integration with /api/v1/trade-review endpoints
|
2 weeks ago |
| .. |
|
__pycache__
|
feat: add trade reflection system data models and preset tags initialization
|
2 weeks ago |
|
api
|
feat: add trade reflection system backend APIs and pairing engine
|
2 weeks ago |
|
services
|
feat: add trade reflection system backend APIs and pairing engine
|
2 weeks ago |
|
static
|
feat: add trade reflection frontend sub-tabs and views
|
2 weeks ago |
|
__init__.py
|
feat: 初始化工程代码
|
2 months ago |
|
analysis_db.py
|
feat: add trade reflection system data models and preset tags initialization
|
2 weeks ago |
|
analysis_migration.py
|
fix: 修复 MySQL session 创建失败降级和迁移对象 detached 问题
|
2 weeks ago |
|
analysis_models.py
|
feat: add trade reflection system data models and preset tags initialization
|
2 weeks ago |
|
auth_service.py
|
fix: 增加登陆权
|
2 months ago |
|
config.py
|
fix: 修复时区不匹配导致行情数据读取失败
|
2 weeks ago |
|
config_migration.py
|
fix: 检查 _save_to_mysql 返回值,迁移时 JSON 损坏不回填
|
2 weeks ago |
|
config_store.py
|
fix: 动态读取 MySQLSessionLocal,避免模块导入顺序导致迁移跳过
|
2 weeks ago |
|
database.py
|
feat: 初始化工程代码
|
2 months ago |
|
main.py
|
feat: add trade reflection system data models and preset tags initialization
|
2 weeks ago |
|
migration.py
|
fix(storage): address final review findings on atomic writes, migration, config and URL encoding
|
2 weeks ago |
|
models.py
|
feat: 将 symbols/ai 配置迁移到 MySQL,保留 JSON fallback
|
2 weeks ago |
|
mysql_database.py
|
fix(storage): address final review findings on atomic writes, migration, config and URL encoding
|
2 weeks ago |
|
redis_client.py
|
feat(cache): add Redis client module
|
2 weeks ago |
|
schemas.py
|
完善定时任务功能
|
2 months ago |
|
storage_manager.py
|
feat: 将 futures_analysis.db 迁移到 MySQL 并支持 Redis 缓存
|
2 weeks ago |
|
user_models.py
|
fix: 增加登陆权
|
2 months ago |