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

Use async task to download and process bookmark #217

Open
EINDEX opened this issue Nov 23, 2019 · 2 comments
Open

Use async task to download and process bookmark #217

EINDEX opened this issue Nov 23, 2019 · 2 comments
Labels
component:backend component:extension Issue concerns the browser extension/addon tag:next type:enhancement New feature or request

Comments

@EINDEX
Copy link

EINDEX commented Nov 23, 2019

WHEN adding a new bookmark, if the network form the server to the URL had some network issues,
user did not need to wait for the page download.

AND if bookmark downloading failed, I think the user can add a bookmark successfully.

@hulb
Copy link
Contributor

hulb commented Mar 12, 2020

I create a pull request to make it faster when add bookmark via browser extension, see #233. But if you mean when adding a new bookmark in the website, I think it may need a asynchronous task scheduler to save the task firest and then process it asynchronously. I'll try to do some work later.

@deanishe deanishe added component:frontend The bug is in front-end component:extension Issue concerns the browser extension/addon labels Aug 6, 2020
@fmartingr fmartingr added component:backend type:enhancement New feature or request and removed component:extension Issue concerns the browser extension/addon labels Feb 6, 2022
@fmartingr fmartingr added component:extension Issue concerns the browser extension/addon tag:next and removed component:frontend The bug is in front-end labels Mar 4, 2022
@fmartingr
Copy link
Member

This has been added for the website in #368 and it seems to work well. I'm going to keep this issue as remainder to do this for the extension as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:backend component:extension Issue concerns the browser extension/addon tag:next type:enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

4 participants