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

Bulk selection on Storage deal retry #1544

Open
4 of 9 tasks
michieljmitchell opened this issue Jun 28, 2023 · 1 comment
Open
4 of 9 tasks

Bulk selection on Storage deal retry #1544

michieljmitchell opened this issue Jun 28, 2023 · 1 comment
Labels

Comments

@michieljmitchell
Copy link

Checklist

  • This is not a new feature or an enhancement to the Filecoin protocol. If it is, please open an FIP issue.
  • This is not brainstorming ideas. If you have an idea you'd like to discuss, please open a new discussion on the Boost forum and select the category as Ideas.
  • I have a specific, actionable, and well motivated feature request to propose.

Boost component

  • boost daemon - storage providers
  • boost client
  • boost UI
  • boost data-transfer
  • boost index-provider
  • Other

What is the motivation behind this feature request? Is your feature request related to a problem? Please describe.

The ability to bulk select deals for retry, in an effort to save time.
At the moment each deal need to be retried manually by clicking the retry icon next to it on the deals page.
Very time consuming and tedious.

Describe the solution you'd like

Could be something as simple as check-boxes that can be bulk selected by holding in the CTRL (similar to what web-gmail allows)

image

Describe alternatives you've considered

there is no alternative to doing them one by one in the gui.

Additional context

No response

@dirkmc
Copy link
Contributor

dirkmc commented Jun 29, 2023

Thanks for the improvement suggestion. I agree we should improve the web UI to make it easier to bulk-retry.

For now you can use the graphql API directly:
https://boost.filecoin.io/graphql-api

See the example queries at the bottom of the page. You will probably want to do something similar but call dealRetryPaused instead of dealCancel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants