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

Auto-update when tasks are updated in other clients #915

Open
bergentroll opened this issue Mar 10, 2020 · 4 comments
Open

Auto-update when tasks are updated in other clients #915

bergentroll opened this issue Mar 10, 2020 · 4 comments

Comments

@bergentroll
Copy link

Hi! It may be cool to have async refreshing of tasks.

Expected behaviour

I have few workstations, that always running or sleeping. Nextcloud tasks browser tab reflects remote changes periodically.

Actual behaviour

When I come from one device to other I need to reload tasks page to get recent changes.

@th23x
Copy link

th23x commented Dec 17, 2020

Maybe some thoughts on details about this idea as a first step:

Possibility to trigger manually (button, keyboard shortcut) or automatically every x minutes (setting) while page is open.

Loop through all tasks, skip only the one currently viewed in sidebar (as this might be currently changed). Compare newly gathered etags against previously loaded ones (stored in hidden fields per row), add/delete/update row in main view accordingly.

Re-trigger sorting according to chosen order, as changes might have influenced the order.

Unfortunately I am not able to do the coding, but happy to support or back the solution of this feature :-)

@fleaz
Copy link

fleaz commented Aug 15, 2024

Hey.
Are there any plans on addressing this? For me, it's the number one, most annoying thing with this app, and apparently there is one new bug report per year since 2020, with people who also complain about this :D

@joshtrichards joshtrichards changed the title Asynchronous lists update request Auto-update when tasks are updated in other clients Aug 15, 2024
@RayBB
Copy link
Contributor

RayBB commented Aug 21, 2024

I'd also like this and I've been thinking about it a bit in the context of #2516 which could use cached tasks when a page first loads and then show the new ones immediately as they load from the background.

Search keywords: background sync, refresh, reload, auto-load

@poeschke
Copy link

poeschke commented Aug 21, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants