[Dx-packages] [Bug 1354400] Re: Implement Alarm Snooze functionality

2014-09-19 Thread Nekhelesh Ramananthan
** Changed in: ubuntu-clock-app
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1354400

Title:
  Implement Alarm Snooze functionality

Status in Clock application for Ubuntu devices:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Released
Status in “indicator-datetime” package in Ubuntu:
  Fix Released

Bug description:
  -  Background Info -
  Currently the snap notification shown when an alarm is triggered shows the 
buttons Ok and Show which both does the same thing which is to dismiss the 
alarm.  Since Snap notifications require a minimum of 2 buttons, the only 
choice is to implement the Snooze functionality and replace the Show button 
with Snooze.

  However Snooze was decided to be implemented as part of the SDK
  Alarms API which is worked on by zsombor. As per the blueprint at [1],
  the snooze functionality was to be implemented in revision 0.2 (post-
  RTM).  However we require a solution to the above issue before RTM.

  - Proposed Solution -
  It was decided after discussing with Mirco Mueller, Giorgio Venturi and 
Daniela Ferrai to implement the Snooze functionality as a workaround in the 
Indicator-datetime by dismissing the notification and showing it again after 
the snooze duration. The full design spec is described below.

  1. Provide a settings option in dbus to set the snooze duration that
  the clock app can expose in the settings page to allow the user to
  choose the snooze duration. This is shown in [2]. The snooze duration
  options will be 2, 4, 5 and 10 minutes.

  2. On pressing the Ok button in the snap notification, the alarm
  will be dismissed permanently for the day.

  3. If the user pressed Snooze, then indicator-datetime should
  dismiss the snap notification and show it again after the snooze
  duration. This process will be repeated until the alarm timeout
  defined by the user in the clock app settings. By default that timeout
  is 30 minutes.

  This will require a Go/No-Go decision from Charles Kerr regarding the
  implementation in indicator-datetime since as mentioned above this
  will be a workaround and workaround are not permanent solutions.

  [1] https://blueprints.launchpad.net/ubuntu/+spec/sdk-system-alarm-api
  [2] 
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g18895458d_024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1354400/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1354400] Re: Implement Alarm Snooze functionality

2014-09-09 Thread Giorgio Venturi
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ux
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1354400

Title:
  Implement Alarm Snooze functionality

Status in Clock application for Ubuntu devices:
  Fix Committed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “indicator-datetime” package in Ubuntu:
  Fix Released

Bug description:
  -  Background Info -
  Currently the snap notification shown when an alarm is triggered shows the 
buttons Ok and Show which both does the same thing which is to dismiss the 
alarm.  Since Snap notifications require a minimum of 2 buttons, the only 
choice is to implement the Snooze functionality and replace the Show button 
with Snooze.

  However Snooze was decided to be implemented as part of the SDK
  Alarms API which is worked on by zsombor. As per the blueprint at [1],
  the snooze functionality was to be implemented in revision 0.2 (post-
  RTM).  However we require a solution to the above issue before RTM.

  - Proposed Solution -
  It was decided after discussing with Mirco Mueller, Giorgio Venturi and 
Daniela Ferrai to implement the Snooze functionality as a workaround in the 
Indicator-datetime by dismissing the notification and showing it again after 
the snooze duration. The full design spec is described below.

  1. Provide a settings option in dbus to set the snooze duration that
  the clock app can expose in the settings page to allow the user to
  choose the snooze duration. This is shown in [2]. The snooze duration
  options will be 2, 4, 5 and 10 minutes.

  2. On pressing the Ok button in the snap notification, the alarm
  will be dismissed permanently for the day.

  3. If the user pressed Snooze, then indicator-datetime should
  dismiss the snap notification and show it again after the snooze
  duration. This process will be repeated until the alarm timeout
  defined by the user in the clock app settings. By default that timeout
  is 30 minutes.

  This will require a Go/No-Go decision from Charles Kerr regarding the
  implementation in indicator-datetime since as mentioned above this
  will be a workaround and workaround are not permanent solutions.

  [1] https://blueprints.launchpad.net/ubuntu/+spec/sdk-system-alarm-api
  [2] 
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g18895458d_024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1354400/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1354400] Re: Implement Alarm Snooze functionality

2014-09-09 Thread Giorgio Venturi
** Changed in: ubuntu-ux
 Assignee: (unassigned) = Giorgio Venturi (giorgio-venturi)

** Changed in: ubuntu-ux
   Importance: Undecided = Medium

** Changed in: ubuntu-ux
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1354400

Title:
  Implement Alarm Snooze functionality

Status in Clock application for Ubuntu devices:
  Fix Committed
Status in Ubuntu UX bugs:
  Fix Released
Status in “indicator-datetime” package in Ubuntu:
  Fix Released

Bug description:
  -  Background Info -
  Currently the snap notification shown when an alarm is triggered shows the 
buttons Ok and Show which both does the same thing which is to dismiss the 
alarm.  Since Snap notifications require a minimum of 2 buttons, the only 
choice is to implement the Snooze functionality and replace the Show button 
with Snooze.

  However Snooze was decided to be implemented as part of the SDK
  Alarms API which is worked on by zsombor. As per the blueprint at [1],
  the snooze functionality was to be implemented in revision 0.2 (post-
  RTM).  However we require a solution to the above issue before RTM.

  - Proposed Solution -
  It was decided after discussing with Mirco Mueller, Giorgio Venturi and 
Daniela Ferrai to implement the Snooze functionality as a workaround in the 
Indicator-datetime by dismissing the notification and showing it again after 
the snooze duration. The full design spec is described below.

  1. Provide a settings option in dbus to set the snooze duration that
  the clock app can expose in the settings page to allow the user to
  choose the snooze duration. This is shown in [2]. The snooze duration
  options will be 2, 4, 5 and 10 minutes.

  2. On pressing the Ok button in the snap notification, the alarm
  will be dismissed permanently for the day.

  3. If the user pressed Snooze, then indicator-datetime should
  dismiss the snap notification and show it again after the snooze
  duration. This process will be repeated until the alarm timeout
  defined by the user in the clock app settings. By default that timeout
  is 30 minutes.

  This will require a Go/No-Go decision from Charles Kerr regarding the
  implementation in indicator-datetime since as mentioned above this
  will be a workaround and workaround are not permanent solutions.

  [1] https://blueprints.launchpad.net/ubuntu/+spec/sdk-system-alarm-api
  [2] 
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g18895458d_024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1354400/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1354400] Re: Implement Alarm Snooze functionality

2014-09-08 Thread PS Jenkins bot
Fix committed into lp:ubuntu-clock-app at revision 89, scheduled for
release in ubuntu-clock-app, milestone rtm

** Changed in: ubuntu-clock-app
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1354400

Title:
  Implement Alarm Snooze functionality

Status in Clock application for Ubuntu devices:
  Fix Committed
Status in “indicator-datetime” package in Ubuntu:
  Fix Released

Bug description:
  -  Background Info -
  Currently the snap notification shown when an alarm is triggered shows the 
buttons Ok and Show which both does the same thing which is to dismiss the 
alarm.  Since Snap notifications require a minimum of 2 buttons, the only 
choice is to implement the Snooze functionality and replace the Show button 
with Snooze.

  However Snooze was decided to be implemented as part of the SDK
  Alarms API which is worked on by zsombor. As per the blueprint at [1],
  the snooze functionality was to be implemented in revision 0.2 (post-
  RTM).  However we require a solution to the above issue before RTM.

  - Proposed Solution -
  It was decided after discussing with Mirco Mueller, Giorgio Venturi and 
Daniela Ferrai to implement the Snooze functionality as a workaround in the 
Indicator-datetime by dismissing the notification and showing it again after 
the snooze duration. The full design spec is described below.

  1. Provide a settings option in dbus to set the snooze duration that
  the clock app can expose in the settings page to allow the user to
  choose the snooze duration. This is shown in [2]. The snooze duration
  options will be 2, 4, 5 and 10 minutes.

  2. On pressing the Ok button in the snap notification, the alarm
  will be dismissed permanently for the day.

  3. If the user pressed Snooze, then indicator-datetime should
  dismiss the snap notification and show it again after the snooze
  duration. This process will be repeated until the alarm timeout
  defined by the user in the clock app settings. By default that timeout
  is 30 minutes.

  This will require a Go/No-Go decision from Charles Kerr regarding the
  implementation in indicator-datetime since as mentioned above this
  will be a workaround and workaround are not permanent solutions.

  [1] https://blueprints.launchpad.net/ubuntu/+spec/sdk-system-alarm-api
  [2] 
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g18895458d_024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1354400/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1354400] Re: Implement Alarm Snooze functionality

2014-09-06 Thread Nekhelesh Ramananthan
** Changed in: ubuntu-clock-app
   Status: Triaged = In Progress

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1354400

Title:
  Implement Alarm Snooze functionality

Status in Clock application for Ubuntu devices:
  In Progress
Status in “indicator-datetime” package in Ubuntu:
  Fix Released

Bug description:
  -  Background Info -
  Currently the snap notification shown when an alarm is triggered shows the 
buttons Ok and Show which both does the same thing which is to dismiss the 
alarm.  Since Snap notifications require a minimum of 2 buttons, the only 
choice is to implement the Snooze functionality and replace the Show button 
with Snooze.

  However Snooze was decided to be implemented as part of the SDK
  Alarms API which is worked on by zsombor. As per the blueprint at [1],
  the snooze functionality was to be implemented in revision 0.2 (post-
  RTM).  However we require a solution to the above issue before RTM.

  - Proposed Solution -
  It was decided after discussing with Mirco Mueller, Giorgio Venturi and 
Daniela Ferrai to implement the Snooze functionality as a workaround in the 
Indicator-datetime by dismissing the notification and showing it again after 
the snooze duration. The full design spec is described below.

  1. Provide a settings option in dbus to set the snooze duration that
  the clock app can expose in the settings page to allow the user to
  choose the snooze duration. This is shown in [2]. The snooze duration
  options will be 2, 4, 5 and 10 minutes.

  2. On pressing the Ok button in the snap notification, the alarm
  will be dismissed permanently for the day.

  3. If the user pressed Snooze, then indicator-datetime should
  dismiss the snap notification and show it again after the snooze
  duration. This process will be repeated until the alarm timeout
  defined by the user in the clock app settings. By default that timeout
  is 30 minutes.

  This will require a Go/No-Go decision from Charles Kerr regarding the
  implementation in indicator-datetime since as mentioned above this
  will be a workaround and workaround are not permanent solutions.

  [1] https://blueprints.launchpad.net/ubuntu/+spec/sdk-system-alarm-api
  [2] 
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g18895458d_024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1354400/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1354400] Re: Implement Alarm Snooze functionality

2014-09-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~nik90/ubuntu-clock-app/implement-snooze-settings

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1354400

Title:
  Implement Alarm Snooze functionality

Status in Clock application for Ubuntu devices:
  In Progress
Status in “indicator-datetime” package in Ubuntu:
  Fix Released

Bug description:
  -  Background Info -
  Currently the snap notification shown when an alarm is triggered shows the 
buttons Ok and Show which both does the same thing which is to dismiss the 
alarm.  Since Snap notifications require a minimum of 2 buttons, the only 
choice is to implement the Snooze functionality and replace the Show button 
with Snooze.

  However Snooze was decided to be implemented as part of the SDK
  Alarms API which is worked on by zsombor. As per the blueprint at [1],
  the snooze functionality was to be implemented in revision 0.2 (post-
  RTM).  However we require a solution to the above issue before RTM.

  - Proposed Solution -
  It was decided after discussing with Mirco Mueller, Giorgio Venturi and 
Daniela Ferrai to implement the Snooze functionality as a workaround in the 
Indicator-datetime by dismissing the notification and showing it again after 
the snooze duration. The full design spec is described below.

  1. Provide a settings option in dbus to set the snooze duration that
  the clock app can expose in the settings page to allow the user to
  choose the snooze duration. This is shown in [2]. The snooze duration
  options will be 2, 4, 5 and 10 minutes.

  2. On pressing the Ok button in the snap notification, the alarm
  will be dismissed permanently for the day.

  3. If the user pressed Snooze, then indicator-datetime should
  dismiss the snap notification and show it again after the snooze
  duration. This process will be repeated until the alarm timeout
  defined by the user in the clock app settings. By default that timeout
  is 30 minutes.

  This will require a Go/No-Go decision from Charles Kerr regarding the
  implementation in indicator-datetime since as mentioned above this
  will be a workaround and workaround are not permanent solutions.

  [1] https://blueprints.launchpad.net/ubuntu/+spec/sdk-system-alarm-api
  [2] 
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g18895458d_024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1354400/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1354400] Re: Implement Alarm Snooze functionality

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-datetime -
13.10.0+14.10.20140905-0ubuntu1

---
indicator-datetime (13.10.0+14.10.20140905-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Add the snooze feature (LP: #1354400)
  * In the alarm's popup notifications' titlebars, don't show the
seconds in the time format string. (LP: #1364374)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 05 Sep 2014 
14:12:46 +

** Changed in: indicator-datetime (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1354400

Title:
  Implement Alarm Snooze functionality

Status in Clock application for Ubuntu devices:
  Triaged
Status in “indicator-datetime” package in Ubuntu:
  Fix Released

Bug description:
  -  Background Info -
  Currently the snap notification shown when an alarm is triggered shows the 
buttons Ok and Show which both does the same thing which is to dismiss the 
alarm.  Since Snap notifications require a minimum of 2 buttons, the only 
choice is to implement the Snooze functionality and replace the Show button 
with Snooze.

  However Snooze was decided to be implemented as part of the SDK
  Alarms API which is worked on by zsombor. As per the blueprint at [1],
  the snooze functionality was to be implemented in revision 0.2 (post-
  RTM).  However we require a solution to the above issue before RTM.

  - Proposed Solution -
  It was decided after discussing with Mirco Mueller, Giorgio Venturi and 
Daniela Ferrai to implement the Snooze functionality as a workaround in the 
Indicator-datetime by dismissing the notification and showing it again after 
the snooze duration. The full design spec is described below.

  1. Provide a settings option in dbus to set the snooze duration that
  the clock app can expose in the settings page to allow the user to
  choose the snooze duration. This is shown in [2]. The snooze duration
  options will be 2, 4, 5 and 10 minutes.

  2. On pressing the Ok button in the snap notification, the alarm
  will be dismissed permanently for the day.

  3. If the user pressed Snooze, then indicator-datetime should
  dismiss the snap notification and show it again after the snooze
  duration. This process will be repeated until the alarm timeout
  defined by the user in the clock app settings. By default that timeout
  is 30 minutes.

  This will require a Go/No-Go decision from Charles Kerr regarding the
  implementation in indicator-datetime since as mentioned above this
  will be a workaround and workaround are not permanent solutions.

  [1] https://blueprints.launchpad.net/ubuntu/+spec/sdk-system-alarm-api
  [2] 
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g18895458d_024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1354400/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1354400] Re: Implement Alarm Snooze functionality

2014-09-03 Thread Nekhelesh Ramananthan
** Changed in: indicator-datetime (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: ubuntu-clock-app
 Assignee: (unassigned) = Nekhelesh Ramananthan (nik90)

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1354400

Title:
  Implement Alarm Snooze functionality

Status in Clock application for Ubuntu devices:
  Triaged
Status in “indicator-datetime” package in Ubuntu:
  In Progress

Bug description:
  -  Background Info -
  Currently the snap notification shown when an alarm is triggered shows the 
buttons Ok and Show which both does the same thing which is to dismiss the 
alarm.  Since Snap notifications require a minimum of 2 buttons, the only 
choice is to implement the Snooze functionality and replace the Show button 
with Snooze.

  However Snooze was decided to be implemented as part of the SDK
  Alarms API which is worked on by zsombor. As per the blueprint at [1],
  the snooze functionality was to be implemented in revision 0.2 (post-
  RTM).  However we require a solution to the above issue before RTM.

  - Proposed Solution -
  It was decided after discussing with Mirco Mueller, Giorgio Venturi and 
Daniela Ferrai to implement the Snooze functionality as a workaround in the 
Indicator-datetime by dismissing the notification and showing it again after 
the snooze duration. The full design spec is described below.

  1. Provide a settings option in dbus to set the snooze duration that
  the clock app can expose in the settings page to allow the user to
  choose the snooze duration. This is shown in [2]. The snooze duration
  options will be 2, 4, 5 and 10 minutes.

  2. On pressing the Ok button in the snap notification, the alarm
  will be dismissed permanently for the day.

  3. If the user pressed Snooze, then indicator-datetime should
  dismiss the snap notification and show it again after the snooze
  duration. This process will be repeated until the alarm timeout
  defined by the user in the clock app settings. By default that timeout
  is 30 minutes.

  This will require a Go/No-Go decision from Charles Kerr regarding the
  implementation in indicator-datetime since as mentioned above this
  will be a workaround and workaround are not permanent solutions.

  [1] https://blueprints.launchpad.net/ubuntu/+spec/sdk-system-alarm-api
  [2] 
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g18895458d_024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1354400/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1354400] Re: Implement Alarm Snooze functionality

2014-09-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: indicator-datetime (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1354400

Title:
  Implement Alarm Snooze functionality

Status in Clock application for Ubuntu devices:
  Triaged
Status in “indicator-datetime” package in Ubuntu:
  Confirmed

Bug description:
  -  Background Info -
  Currently the snap notification shown when an alarm is triggered shows the 
buttons Ok and Show which both does the same thing which is to dismiss the 
alarm.  Since Snap notifications require a minimum of 2 buttons, the only 
choice is to implement the Snooze functionality and replace the Show button 
with Snooze.

  However Snooze was decided to be implemented as part of the SDK
  Alarms API which is worked on by zsombor. As per the blueprint at [1],
  the snooze functionality was to be implemented in revision 0.2 (post-
  RTM).  However we require a solution to the above issue before RTM.

  - Proposed Solution -
  It was decided after discussing with Mirco Mueller, Giorgio Venturi and 
Daniela Ferrai to implement the Snooze functionality as a workaround in the 
Indicator-datetime by dismissing the notification and showing it again after 
the snooze duration. The full design spec is described below.

  1. Provide a settings option in dbus to set the snooze duration that
  the clock app can expose in the settings page to allow the user to
  choose the snooze duration. This is shown in [2]. The snooze duration
  options will be 2, 4, 5 and 10 minutes.

  2. On pressing the Ok button in the snap notification, the alarm
  will be dismissed permanently for the day.

  3. If the user pressed Snooze, then indicator-datetime should
  dismiss the snap notification and show it again after the snooze
  duration. This process will be repeated until the alarm timeout
  defined by the user in the clock app settings. By default that timeout
  is 30 minutes.

  This will require a Go/No-Go decision from Charles Kerr regarding the
  implementation in indicator-datetime since as mentioned above this
  will be a workaround and workaround are not permanent solutions.

  [1] https://blueprints.launchpad.net/ubuntu/+spec/sdk-system-alarm-api
  [2] 
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g18895458d_024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1354400/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1354400] Re: Implement Alarm Snooze functionality

2014-09-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~charlesk/indicator-datetime/lp-1354400-add-snooze

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1354400

Title:
  Implement Alarm Snooze functionality

Status in Clock application for Ubuntu devices:
  Triaged
Status in “indicator-datetime” package in Ubuntu:
  Confirmed

Bug description:
  -  Background Info -
  Currently the snap notification shown when an alarm is triggered shows the 
buttons Ok and Show which both does the same thing which is to dismiss the 
alarm.  Since Snap notifications require a minimum of 2 buttons, the only 
choice is to implement the Snooze functionality and replace the Show button 
with Snooze.

  However Snooze was decided to be implemented as part of the SDK
  Alarms API which is worked on by zsombor. As per the blueprint at [1],
  the snooze functionality was to be implemented in revision 0.2 (post-
  RTM).  However we require a solution to the above issue before RTM.

  - Proposed Solution -
  It was decided after discussing with Mirco Mueller, Giorgio Venturi and 
Daniela Ferrai to implement the Snooze functionality as a workaround in the 
Indicator-datetime by dismissing the notification and showing it again after 
the snooze duration. The full design spec is described below.

  1. Provide a settings option in dbus to set the snooze duration that
  the clock app can expose in the settings page to allow the user to
  choose the snooze duration. This is shown in [2]. The snooze duration
  options will be 2, 4, 5 and 10 minutes.

  2. On pressing the Ok button in the snap notification, the alarm
  will be dismissed permanently for the day.

  3. If the user pressed Snooze, then indicator-datetime should
  dismiss the snap notification and show it again after the snooze
  duration. This process will be repeated until the alarm timeout
  defined by the user in the clock app settings. By default that timeout
  is 30 minutes.

  This will require a Go/No-Go decision from Charles Kerr regarding the
  implementation in indicator-datetime since as mentioned above this
  will be a workaround and workaround are not permanent solutions.

  [1] https://blueprints.launchpad.net/ubuntu/+spec/sdk-system-alarm-api
  [2] 
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g18895458d_024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1354400/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1354400] Re: Implement Alarm Snooze functionality

2014-08-09 Thread Charles Kerr
** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) = Charles Kerr (charlesk)

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1354400

Title:
  Implement Alarm Snooze functionality

Status in Clock application for Ubuntu devices:
  Triaged
Status in “indicator-datetime” package in Ubuntu:
  New

Bug description:
  -  Background Info -
  Currently the snap notification shown when an alarm is triggered shows the 
buttons Ok and Show which both does the same thing which is to dismiss the 
alarm.  Since Snap notifications require a minimum of 2 buttons, the only 
choice is to implement the Snooze functionality and replace the Show button 
with Snooze.

  However Snooze was decided to be implemented as part of the SDK
  Alarms API which is worked on by zsombor. As per the blueprint at [1],
  the snooze functionality was to be implemented in revision 0.2 (post-
  RTM).  However we require a solution to the above issue before RTM.

  - Proposed Solution -
  It was decided after discussing with Mirco Mueller, Giorgio Venturi and 
Daniela Ferrai to implement the Snooze functionality as a workaround in the 
Indicator-datetime by dismissing the notification and showing it again after 
the snooze duration. The full design spec is described below.

  1. Provide a settings option in dbus to set the snooze duration that
  the clock app can expose in the settings page to allow the user to
  choose the snooze duration. This is shown in [2]. The snooze duration
  options will be 2, 4, 5 and 10 minutes.

  2. On pressing the Ok button in the snap notification, the alarm
  will be dismissed permanently for the day.

  3. If the user pressed Snooze, then indicator-datetime should
  dismiss the snap notification and show it again after the snooze
  duration. This process will be repeated until the alarm timeout
  defined by the user in the clock app settings. By default that timeout
  is 30 minutes.

  This will require a Go/No-Go decision from Charles Kerr regarding the
  implementation in indicator-datetime since as mentioned above this
  will be a workaround and workaround are not permanent solutions.

  [1] https://blueprints.launchpad.net/ubuntu/+spec/sdk-system-alarm-api
  [2] 
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g18895458d_024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1354400/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1354400] Re: Implement Alarm Snooze functionality

2014-08-08 Thread Nekhelesh Ramananthan
** Description changed:

  -  Background Info -
  Currently the snap notification shown when an alarm is triggered shows the 
buttons Ok and Show which both does the same thing which is to dismiss the 
alarm.  Since Snap notifications require a minimum of 2 buttons, the only 
choice is to implement the Snooze functionality and replace the Show button 
with Snooze.
  
  However Snooze was decided to be implemented as part of the SDK Alarms
  API which is worked on by zsombor. As per the blueprint at [1], the
  snooze functionality was to be implemented in revision 0.2 (post-RTM).
  However we require a solution to the above issue before RTM.
  
  - Proposed Solution -
  It was decided after discussing with Mirco Mueller, Giorgio Venturi and 
Daniela Ferrai to implement the Snooze functionality as a workaround in the 
Indicator-datetime by dismissing the notification and showing it again after 
the snooze duration. The full design spec is described below.
  
  1. Provide a settings option in dbus to set the snooze duration that the
  clock app can expose in the settings page to allow the user to choose
  the snooze duration. This is shown in [2]. The snooze duration options
  will be 2, 4, 5 and 10 minutes.
  
  2. On pressing the Ok button in the snap notification, the alarm will
  be dismissed permanently for the day.
  
  3. If the user pressed Snooze, then indicator-datetime should dismiss
  the snap notification and show it again after the snooze duration. This
  process will be repeated until the alarm timeout defined by the user in
  the clock app settings. By default that timeout is 30 minutes.
  
+ This will require a Go/No-Go decision from Charles Kerr regarding the
+ implementation in indicator-datetime since as mentioned above this will
+ be a workaround and workaround are not permanent solutions.
  
  [1] https://blueprints.launchpad.net/ubuntu/+spec/sdk-system-alarm-api
  [2] 
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g18895458d_024

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1354400

Title:
  Implement Alarm Snooze functionality

Status in Clock application for Ubuntu devices:
  Triaged
Status in “indicator-datetime” package in Ubuntu:
  New

Bug description:
  -  Background Info -
  Currently the snap notification shown when an alarm is triggered shows the 
buttons Ok and Show which both does the same thing which is to dismiss the 
alarm.  Since Snap notifications require a minimum of 2 buttons, the only 
choice is to implement the Snooze functionality and replace the Show button 
with Snooze.

  However Snooze was decided to be implemented as part of the SDK
  Alarms API which is worked on by zsombor. As per the blueprint at [1],
  the snooze functionality was to be implemented in revision 0.2 (post-
  RTM).  However we require a solution to the above issue before RTM.

  - Proposed Solution -
  It was decided after discussing with Mirco Mueller, Giorgio Venturi and 
Daniela Ferrai to implement the Snooze functionality as a workaround in the 
Indicator-datetime by dismissing the notification and showing it again after 
the snooze duration. The full design spec is described below.

  1. Provide a settings option in dbus to set the snooze duration that
  the clock app can expose in the settings page to allow the user to
  choose the snooze duration. This is shown in [2]. The snooze duration
  options will be 2, 4, 5 and 10 minutes.

  2. On pressing the Ok button in the snap notification, the alarm
  will be dismissed permanently for the day.

  3. If the user pressed Snooze, then indicator-datetime should
  dismiss the snap notification and show it again after the snooze
  duration. This process will be repeated until the alarm timeout
  defined by the user in the clock app settings. By default that timeout
  is 30 minutes.

  This will require a Go/No-Go decision from Charles Kerr regarding the
  implementation in indicator-datetime since as mentioned above this
  will be a workaround and workaround are not permanent solutions.

  [1] https://blueprints.launchpad.net/ubuntu/+spec/sdk-system-alarm-api
  [2] 
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g18895458d_024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1354400/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp