-
Notifications
You must be signed in to change notification settings - Fork 72
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
Boost UI improvements #1824
Comments
Thanks for capturing this. They all seem reasonable Re "deals getting stuck on Announcing" issue, are we positive that this is purely a UI problem and not a signalling problem between internal boost workflows? |
I suspect there is something in the deal flow causing that behaviour. The UI just compounds the problem by showing "Announcing" the whole team even when sealing is progressing in back end. |
I think it makes sense completely rethinking the initial "storage deals" page, and move towards an |
I am closing this issue based on #1837 |
|
cc @LexLuthr can you make sure the issues that we haven't addressed yet are captured in this issue (or another one, if you are tracking elsewhere)? |
@brendalee All the improvements agreed upon in the meeting were addressed by #1837 |
The deal list page was designed during the first iteration of the Boost UI. As we progressed over time, it has become clear that some of the items displayed there are not relevant anymore. I propose following changes to the deal list:
The deal status/message is "Announcing" once AP() is complete till Indexing and announcing is complete. This can confuse users that deal is stuck as announcing state. Since both sealing stages and indexing are parallel ops, we should display them both.
| State |
| Sealing State (Indexed/Announced) |
The size column should use the a different parameter for offline deals.
We should display chain deal ID (allocation ID when DDO is live)
Display deal UUID in full
Removing client ID
Display End epoch and expired tag for expired deals
The text was updated successfully, but these errors were encountered: