[issue2551305] push notifications for changes to open issues

John Rouillard <[email protected]> Mon, 11 Dec 2023 17:27:14 +0000
Newsgroups gmane.comp.bug-tracking.roundup.devel
Message-ID <[email protected]>
New submission from John Rouillard:

Roundup already supports detecting changes to an issue with:

 * HTML pages includes a hidden @lastactivity form input
 * REST API updates require an etag that must match the servers current state for the object
 * XML-RPC may not have any protection see issue2551304

however all (well except xml-rpc) detect changes only on submission.

If a user has a long running open issue and a change is done by somebody else,
it would be nice to notify the user and optionally apply that change and update
the @lastactivity/etag to bring the data in sync with the server. 

One possible way to do this is to use a long poll from a javascript worker.
One example of a long poll using python:

   https://blog.fanout.io/2016/11/21/moving-from-polling-to-long-polling/

----------
components: API, Web interface
messages: 7873
nosy: rouilj
severity: minor
status: new
title: push notifications for changes to open issues
type: rfe

_________________________________________________
Roundup tracker <[email protected]>
<https://issues.roundup-tracker.org/issue2551305>
_________________________________________________