Calculator

Differences between revisions 3 and 4
Revision 3 as of 2013-01-23 23:57:02
Size: 2669
Editor: 84-75-166-213
Comment:
Revision 4 as of 2013-01-24 11:56:25
Size: 2645
Editor: dpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 42: Line 42:
 * [[https://ubuntu.mybalsamiq.com/projects/ubuntuphonecoreapps/CoreApp+Calculator+Basic+functions+view|Jon Chambers]] - A basic view with some slightly more advanced features from scientific calculators.  * [[https://ubuntu.mybalsamiq.com/projects/ubuntuphonecoreapps/Calculator+Basic+functions+view|Jon Chambers]] - A basic view with some slightly more advanced features from scientific calculators.
Line 54: Line 54:
 * [[https://ubuntu.mybalsamiq.com/projects/ubuntuphonecoreapps/CoreApp+Calculator+Add+to+Memory|Jon Chambers]] - Adding values to memory achieved without needing extra buttons.  * [[https://ubuntu.mybalsamiq.com/projects/ubuntuphonecoreapps/Calculator+Add+to+Memory|Jon Chambers]] - Adding values to memory achieved without needing extra buttons.
Line 58: Line 58:
 * [[https://ubuntu.mybalsamiq.com/projects/ubuntuphonecoreapps/CoreApp+Calculator+Retrieve+from+Memory|Jon Chambers]] - A comprehensive retrieve from memory view allows you to get stored values, constants such as Pi, or view input history.  * [[https://ubuntu.mybalsamiq.com/projects/ubuntuphonecoreapps/Calculator+Retrieve+from+Memory|Jon Chambers]] - A comprehensive retrieve from memory view allows you to get stored values, constants such as Pi, or view input history.

Calculator

This web page is where we are coordinating the work to build a Calculator application for the Ubuntu Phone that could also extend to other form factors too with the responsive design features built into the Ubuntu SDK

The Details

Launchpad Project

ubuntu-calculator-app

Launchpad Team

ubuntu-calculator-dev

IRC Channel

#ubuntu-phone on Freenode

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 use standard calculator features
  • Should Have: I want to utilize bracketing for more complex calculations
  • Could Have: I want to use memory features (e.g. MR, MC)
  • Could Have: I want to use scientific calculator features

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.

  • Parse a calculation string -or- record use input to build calculation
  • Switch views from standard to scientific calculator

Design

How To Add Your Design

Basic functions view

  • Jon Chambers - A basic view with some slightly more advanced features from scientific calculators.

Scientific functions view

  • Needed

Switching between views

  • Needed

Add to Memory

  • Jon Chambers - Adding values to memory achieved without needing extra buttons.

Retrieve from Memory

  • Jon Chambers - A comprehensive retrieve from memory view allows you to get stored values, constants such as Pi, or view input history.

Implementation

This is where the spec will be.

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