Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[venus-market] opt deal list command / 订单查询优化 #5767

Closed
1 of 11 tasks
Tracked by #5810
hunjixin opened this issue Feb 27, 2023 · 1 comment · Fixed by ipfs-force-community/droplet#301, #5859 or ipfs-force-community/droplet#306
Closed
1 of 11 tasks
Tracked by #5810
Assignees
Labels
C-enhancement Category: feature enhancement C-ux-change Category: ux change that need attentions (CLI, config, database, folder structure) P2 Medium - we should get to this soon V-venus-market venus-market component

Comments

@hunjixin
Copy link
Contributor

hunjixin commented Feb 27, 2023

链服务模块 / Chain Service Components

  • venus
  • venus-auth
  • venus-gateway
  • venus-messager
  • venus-miner
  • 文档 / docs

订单服务模块 / Deal Service Components

  • venus-market
  • 文档 / docs

算力服务模块 / Storage Power Service Components

  • venus-sector-manager
  • venus-worker
  • 文档 / docs

描述 / Description

现在生产存储检索订单非常多,需要根据实际情况对订单查询进行优化。

  1. deal list 优化, 自动屏蔽一些失败的的订单, 进行分页显示, 按一定的条件(比如发送方peerid)进行获取
  2. 增加deal list条件查询 具体需要哪些条件可以根据生产场景来
@hunjixin hunjixin added C-enhancement Category: feature enhancement P2 Medium - we should get to this soon V-venus-market venus-market component labels Feb 27, 2023
@Fatman13 Fatman13 added the C-ux-change Category: ux change that need attentions (CLI, config, database, folder structure) label Feb 27, 2023
@Fatman13 Fatman13 changed the title [venus-market] 订单查询优化 / opt deal list command [venus-market] opt deal list command / 订单查询优化 Feb 27, 2023
@simlecode simlecode mentioned this issue Mar 13, 2023
39 tasks
@simlecode simlecode self-assigned this Mar 16, 2023
@simlecode simlecode moved this to In Progress in Venus Project Mar 16, 2023
@simlecode
Copy link
Collaborator

增加两个新的命令行:

  • 输出存储订单的所有状态:./venus-market storage deal states
  • 输出检索订单的所有状态:./venus-market retrieval deal statuses

调整存储订单和检索订单 list 命令

主要是增加了按条件过滤和分页

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: feature enhancement C-ux-change Category: ux change that need attentions (CLI, config, database, folder structure) P2 Medium - we should get to this soon V-venus-market venus-market component
Projects
Archived in project
3 participants