Clock

Differences between revisions 8 and 28 (spanning 20 versions)
Revision 8 as of 2013-02-14 00:27:38
Size: 2428
Editor: 118
Comment:
Revision 28 as of 2015-07-10 19:23:04
Size: 67
Editor: 173-109-70-164
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Include(UbuntuPhone/CoreApps/Contents)>>

= Clock =

||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||

This web page is where we are coordinating the work to build a '''Clock''' application for the Ubuntu Phone that could also extend to other form factors too with the responsive design features built into the [[http://developer.ubuntu.com/get-started/gomobile/|Ubuntu SDK]]

||<tablestyle="font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''The Details'''||
|| Launchpad Project || [[https://launchpad.net/ubuntu-clock-app|ubuntu-clock-app]] ||
|| Launchpad Team || [[https://launchpad.net/~ubuntu-clock-dev|ubuntu-clock-dev]] ||
|| IRC Channel || [[http://webchat.freenode.net/?channels=%23ubuntu-phone|#ubuntu-phone]] on Freenode ||
|| Blueprint || [[https://blueprints.launchpad.net/ubuntu-clock-app/+spec/initial-clock-development|initial-clock-development]] ||

== User Stories ==

'''Note''': please don't add user stories here. We are defining these as a limited set to keep the scope more limited to get out a first version.

 * Must Have: I want to check the current time
 * Must Have: I want to set a future, one time alarm
 * Must Have: I want to set a future, repeat time alarm
 * Should/Could Have: Link to time and date settings


== Functional Requirements ==

'''Note''': likewise, please don't add functional requirements here. We are defining these as a limited set to keep the scope more limited to get out a first version.

 * Data storage for alarms
 * Notifications for events
 * Opening alarm records
 * Representing accurate date information for setting/viewing/modifying alarms
 * Selecting an alarm

== Design ==



=== How To Add Your Design ===

<<Include(UbuntuPhone/CoreApps/AddDesign)>>

=== Add alarm ===

 * Refer to https://ubuntu.mybalsamiq.com/projects/ubuntuphonecoreapps/Clock+-+Alarms+-+Timer+-+Stopwatch+%285th+idea%29

=== Edit alarm ===

 * Needed

=== Delete alarm ===

 * Needed

=== Notification on alarm ===

 * Needed

=== Start timer ===

 * Needed

=== Stop timer ===

 * Needed

== Implementation ==

This is where the spec will be.

Time picker implementation refer to https://gitorious.org/harmattan-timepicker/harmattan-timepicker/blobs/master/TimePicker.qml
#REFRESH 0 https://developer.ubuntu.com/community/core-apps/clock

Touch/CoreApps/Clock (last edited 2015-07-10 19:23:04 by 173-109-70-164)