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

Add a skeleton while the storage request is processing #20

Open
2-towns opened this issue Sep 19, 2024 · 0 comments
Open

Add a skeleton while the storage request is processing #20

2-towns opened this issue Sep 19, 2024 · 0 comments
Assignees
Labels
blocked This issue is blocked by some other work ui-marketplace
Milestone

Comments

@2-towns
Copy link
Collaborator

2-towns commented Sep 19, 2024

When a storage request is processing, it can take some time depending on the size of the file.

To avoid making the user wait during the processing time, we will create a skeleton row in the availability list until the request is completed. After the request is done, the skeleton will be replaced by the storage request result information.

Note: We may consider using a worker to process the request independently of the component's lifecycle. Because if the component is unmounted (for example, if the user clicks on another page), the request could be canceled.

This issue is currently blocked by the thread issue in the client node because, while the request is processing, the user will not be able to see the availability list until the storage request is complete.

@2-towns 2-towns added this to the Devcon milestone Sep 19, 2024
@2-towns 2-towns self-assigned this Sep 19, 2024
@2-towns 2-towns added the blocked This issue is blocked by some other work label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This issue is blocked by some other work ui-marketplace
Projects
None yet
Development

No branches or pull requests

1 participant