[Tickets #12872] Re: link in desktop notification for tasks

noreply at bugs.horde.org noreply at bugs.horde.org
Tue Dec 3 15:00:29 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12872
------------------------------------------------------------------------------
  Ticket             | 12872
  Updated By         | Michael Rubinsky <mrubinsk at horde.org>
  Summary            | link in desktop notification for tasks
  Queue              | Horde Framework Packages
  Version            | Git master
  Type               | Enhancement
-State              | New
+State              | Accepted
  Priority           | 1. Low
  Milestone          |
  Patch              |
-Owners             |
+Owners             | Michael Rubinsky
------------------------------------------------------------------------------


Michael Rubinsky <mrubinsk at horde.org> (2013-12-03 15:00) wrote:

> Forget sometimes to complete my tasks and the notification come up  
> again, direct link to complete or open this task will be great.

I've actually been working on this (for Kronolith) the past few days.  
You have two observable events that pertain to this with desktop  
notifications, onclick and onclose. Currently, the 'onclose' event  
(which is fired when closing the notification without clicking the  
link/text/open button) snoozes the event. Clicking the the  
link/text/open fires the onclick event and currently dismisses the  
event's alarm. In both cases a new notification *should* be shown  
(works in everything except safari right now) stating what occurred.

I tried implementing it so that clicking the link actually opened the  
event, but couldn't get a workflow that I liked. What was happening  
was that clicking the link would open the event (should this be in the  
current window, a new window?) and then trigger yet another  
notification. The only way to avoid that would be to dismiss/snooze  
the event first - and the user might not know which he wants yet until  
he views the event. Ideally it would be great if we could have  
multiple links/buttons in the notification, but that's not available  
in the Notification API.

Anyway, I'll do similar logic for Nag, unless you have any input into  
the workflow...





More information about the bugs mailing list