Page MenuHomePhabricator

Add Echo notification for new requests in queues
Closed, DeclinedPublic

Description

Author: rlane32

Description:
This may really be a SMW bug... We have request queues for things like shell requests and project creation requests. It would be great to get Echo notifications when a new request is added to the queue. We'd have to have some way to determine who gets the notifications, too, though.


Version: unspecified
Severity: enhancement

Details

Reference
bz44182

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:29 AM
bzimport set Reference to bz44182.
bzimport added a subscriber: Unknown Object (MLST).

I'm not exactly sure how SMW can handle this. Queues are really just a search, so really this would be a notification subscription on new results in a defined semantic search.

This is outside of SMWs reponsibilities. One can hook into the prop update process and see if any new stuff is getting written, and then create such notifications.

One extension goes in this direction, and might perhaps be used for the purpouse, though it is perhaps not as stable as one would like: http://www.mediawiki.org/wiki/Extension:Semantic_Watchlist

Aklapper subscribed.

The Semantic MediaWiki developers requested in https://phabricator.wikimedia.org/T64114 to move their task tracking to https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues and to close remaining tasks in Wikimedia Phabricator. If you still face the problem reported in this task in a supported version of SMW, please feel free to transfer your report to https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues . We are sorry for the inconvenience.