issues Search Results · language:Dune language:Python language:HTML language:JavaScript language:TypeScript language:HTML
Filter by
63M results
复现步骤
1. GET /api/v1/components/ → 仅返回用户手动创建的测试组件
2. 内置组件(moving_average_crossover 等 14 种策略、5 种选择器、17 种风控)不在列表中
预期行为
API 应返回所有可用组件,包括内置策略、选择器、仓位计算器、风控模块
实际行为
仅返回用户创建的组件,前端无法展示可用策略列表,E2E 流程受阻
bug
mod:api
mod:trading
P1
Add logic to soft-delete tickets and update the UI accordingly.
frontend
logic
Add UI for deleting tickets including confirmation dialogs and success/error states.
frontend
ui
Add logic to fetch and display ticket history including state changes and timestamps.
frontend
logic
复现步骤
1. GET /api/v1/data/stats → total_ticks=0
2. GET /api/v1/data/ticks?code=000001.SZ page_size=3 → 返回 3 条 tick 数据
预期行为
stats 的 total_ticks 应反映实际 tick 数据条数
实际行为
统计不一致:stats 报 0 条,实际有数据
bug
mod:data
P2
Build the UI for displaying chronological ticket history entries.
frontend
ui
Problem
lookup/orchestrator.py passes a synthesized release_id=0 sentinel to discogs_service.get_release(0) at two call sites,
hitting the Discogs API for https://api.discogs.com/releases/0 which returns ...
bug
lml
Eval video: PH_0110_1607_S1.mp4 ... total time: 495 accuracy for vid: PH_0110_1607_S1.mp4 is : 0.5711 Eval video:
PH_0027_0014_S1.mp4 ... total time: 823 accuracy for vid: PH_0027_0014_S1.mp4 is : 0.5726 ...
Add logic to upload files, validate types/sizes, and handle upload errors.
frontend
logic
复现步骤
1. GET /api/v1/data/adjustfactors?page_size=10
2. 所有记录 code=
3. GET /api/v1/data/adjustfactors?code=000001.SZ → 返回空列表
预期行为
code 字段应填充股票代码(如 000001.SZ)
实际行为
所有记录 code 为空,无法按股票代码查询复权因子,策略回测复权计算可能错误 ...
bug
mod:data
P1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.